Spring / Hibernate / JUnit - No Hibernate Session bound to Thread
- by Marty Pitt
Hi
I'm trying to access the current hibernate session in a test case, and getting the following error:
org.hibernate.HibernateException: No
Hibernate Session bound to thread, and
configuration does not allow creation
of non-transactional one here at
…