HibernateTransactionManager « Session « Spring Q&A





1. swapping sessionFactories in hibernateTransactionManager    forum.springsource.org

swapping sessionFactories in hibernateTransactionManager Hi Guys, I am in a unique situation. Our project contains hibernate and our sessionfactories(multiple sessionfactory) are binded to JNDI. I want to introduce transaction management using ...

2. Sessions and programmatic use of HibernateTransactionManager    forum.springsource.org

Sessions and programmatic use of HibernateTransactionManager Hi, I am somewhat new to transactions in Spring/Hibernate, and would really appreciate some help. We are using Firebird and Hibernate, and due to custom ...

3. HibernateTransactionManager not binding Session to ThreadLocal    forum.springsource.org

HibernateTransactionManager not binding Session to ThreadLocal [Hiberante 3.1.2, Spring 2.0, DB2 V8.2] Have read several forums posts (both here and on the Hibernate site) but still having trouble getting declarative transactions ...

4. Session per thread, HibernateTransactionManager necessary?    forum.springsource.org

Session per thread, HibernateTransactionManager necessary? Quick question, I have mapped my DAOs to a LocalSessionFactoryBean with Hibernate. Must the HibernateTransactionManager or HibernateInterceptor be mapped to my DAOs in order to get ...

5. Can HibernateTransactionManager manage two sessionfactory    forum.springsource.org

Can HibernateTransactionManager manage two sessionfactory Currently, the application has two sessionfactory for online tables and history tables OrderVO.hbm.xml

6. Couldn't configure thread-bound session management (HibernateTransactionManager)    forum.springsource.org

Couldn't configure thread-bound session management (HibernateTransactionManager) Hi guys, I have read the TX document <2.5.x/reference/transaction.html> and some blogs for guidelines. But I still couldn't get what I wish to achieve: session-per-conversation ...

7. "Session is closed" Exception in HibernateTransactionManager    forum.springsource.org

"Session is closed" Exception in HibernateTransactionManager Dear all, I am using spring 1.2.2 and hibernate 3.0 I have a Hibernate DAO which has just a single method which I need to ...

8. HibernateTransactionManager, collections, and no session errors    forum.springsource.org

Nov 10th, 2009, 05:29 PM #1 esammer View Profile View Forum Posts Private Message Visit Homepage Junior Member Join Date Jun 2008 Location NYC, NY, US Posts 29 HibernateTransactionManager, collections, and ...