No Hibernate Session bound to thread exception
- by Benchik
I have Hibernate 3.6.0.Final and Spring 3.0.0.RELEASE
I get "No Hibernate Session bound to thread, and configuration does not allow creation of non-transactional one here"
If I add the thread specification back in, I get "saveOrUpdate is not valid without active transaction"
Any ideas?
The spring-config.xml:
<bean id="dataSource"
…