Yes, the only change I had to make was to update to Hibernate4.LocalSessionFactory. I have read the documentation and am using the XML configuration straight out of the documentation. The doc...
Type: Posts; User: theitgrunt; Keyword(s):
Yes, the only change I had to make was to update to Hibernate4.LocalSessionFactory. I have read the documentation and am using the XML configuration straight out of the documentation. The doc...
If the OP is having the same issue as me, the exception probably looks like this:
org.hibernate.HibernateException: No Session found for current thread] with root cause...
I am having the same issue... here's my dao config:
I am using the "simple" config demonstrated in the docs for Spring 3.1 Transactions @...
Is this really fixed? I think I'm still getting this in my spring 3.1/hibernate 4.0 setup... Due to the nature of this problem I have posted my configs on StackOverflow to ensure that the problem...