How to integrate spring with hibernate session and transaction management?

Remove the following line, it interferes with Spring-managed transactions:

<property name="current_session_context_class">thread</property> 

Leave a Comment