I have done exactly as you said and I believe the configuration is correct. My problem might in the fact that I am using hibernate through annotations instead of the usual .hbm.xml files.
Is...
Type: Posts; User: sebajb; Keyword(s):
I have done exactly as you said and I believe the configuration is correct. My problem might in the fact that I am using hibernate through annotations instead of the usual .hbm.xml files.
Is...
I am using OpensessionInViewFilter for hibernate 3 "org.springframework.orm.hibernate3.support.OpenSessionInViewFilter" and I keep getting the lazy initialization error.
Here is the filter...
Wow!
Thanks a lot. This is exactly what I was looking for: FrameworkServlet.
Is there a way to use spring with simple servlets without using the spring mvc. I am using the application context file to load DAOs for hibernate and this is working fine, but I would also like to...
I am really new to Spring MVC. I am trying to bind a arrayList of to a command on my form and I am getting an org.springframework.beans.InvalidPropertyException.
here is my command object. The...