integration « Transaction « JPA Q&A





1. WebSphere integration/DataSource/solves a deadlock problem    forum.hibernate.org

Newbie Joined: Wed Dec 10, 2003 3:08 am Posts: 2 Location: Helsinki, Finland I know that a Hibernate application should use only one Hibernate session in a J2EE transaction (one hibernate session per application transaction). Anyway if you have already built a J2EE application that opens and closes hibernate sessions several times in one J2EE/JTA application transaction, then you should read ...

2. Container Managed Transaction integration problem (oc4j)    forum.hibernate.org

Hi all! I'm having trouble to integrate Hibernate with Oracle Application Server, Oc4j. I'm using Container-Managed transactions (attribute Required) and accesing Hibernate layer from EJBs. The problem is the following: I configured hibernate to work with container transactions (JTATransactionFactory) but Hibernate seems not to be using the container opened transaction. After doing a session.save() the EJB does a context.setRollbackOnly() but the ...

3. Container Managed Transaction integration problem (oc4j)    forum.hibernate.org

Hi all! I'm having trouble to integrate Hibernate with Oracle Application Server, Oc4j. I'm using Container-Managed transactions (attribute Required) and accesing Hibernate layer from EJBs. The problem is the following: I configured hibernate to work with container transactions (JTATransactionFactory) but Hibernate seems not to be using the container opened transaction. After doing a session.save() the EJB does a context.setRollbackOnly() but the ...

4. JTA integration 'out of the box'    forum.hibernate.org

Hibernate version: 2.1.8 I've been searching docs, forums, and google for how to get Hibernate to automatically work with JTA to registerSynchronization so that it automatically flushes and closes at the end of the JTA transaction. Obviously this goes hand-in-hand with thread local session and all that jazz. I see in JBoss 3/4 there's a HibernateContext class that does exactly what ...

5. JTOM Hibernate integration for distributed transaction    forum.hibernate.org

Hi I am a newbie to hibernate I am looking at integrating Hibernate with JTOM , my requiremnent is to manage a transaction across multiple databases. I have read through some articles and it seems that I can use JTOM user transaction for doing the same. It will be a greart help if some one can share some information/ code snippet ...

6. Integration test transactions    forum.hibernate.org