I an using Spring 3.1 + Hibernate 4.x in my web application. In my DAO, i am saving User type object as following
sessionFactory.getCurren
Basically what needs to be done is to remove from the applicationContext.xml file the following line for Hibernate properties:
thread
Once that is remove, Hibernate makes use of Spring for transaction management
Good luck to you all.