Another reason you can get this problem is if the class name is not the proper case as class names are case sensitive. Once I didn't lowercase the hql, it worked.
Type: Posts; User: sundling; Keyword(s):
Another reason you can get this problem is if the class name is not the proper case as class names are case sensitive. Once I didn't lowercase the hql, it worked.
I tried the PostInitializer stuff and it didn't work for me.
What I ended up doing was put that class in using xml and set the constructor arg with the sessionfactory. Then I called my init...
http://spring-json.sourceforge.net/index.html it supports json-lib which seems to be commonly used and some other json library sojo.
http://www.infoq.com/articles/First-Cup-Web-2.0-Joel-Confino
This is an example using json and jquery with spring mvc. I highly recommend jquery and the book jquery in action. Given jquery is...
So how many votes do we need to get it in the repository? I would help if I had access.
Looks like it's time for me to decide not to use spring modules at all or install Nexus and have to figure...
I already had the
<url-pattern>/*</url-pattern>
I had the same exact problem and the login worked when I used the maven jetty plugin with contextPath as "/", but it stopped working when I...
@Jeremy Grelle
I saw on a colleague's slides from Spring One that JQuery might be the next implementation for Spring JS. Is there any time frame on that?
When I talked to you last year at...
Forgot to mention that if you deployed the war first before exploding it, you may also need to remove that and restart tomcat before things will work. Everything is the same for both
...
Besides adding the mention jars to the classpath (log4j and commons-logging), I also had this error:
SEVERE: Exception sending context initialized event to listener instance of class...
jira.springframework.org/browse/SPR-4986
I submitted a patch to give back end support to make it trivial to add a macro for Velocity to support a nestedPath tag like the JSP tag for velocity. I...
I have installed Spring IDE 1.3.3 with Eclispe 3.2 and all the callisto stuff except the C/C++ stuff.
Validation works, the Spring Nature works and Spring Bean View works, but I can't seem to...
http://opensource2.atlassian.com/projects/spring/browse/SPR-310 will work, although the link above will throw an exception (at least if you are not logged in to jira). The response was by Matt...