Oracle XA « Transaction « JPA Q&A





1. Hibernate and Oracle XA for container-managed transactions    forum.hibernate.org

I'm trying to get Hibernate to use WebLogic 8.1's JTA for transaction management with Oracle 9.2, but they don't appear to be interacting properly. I believe the problem is because Hibernate is creating vanilla OracleConnections rather than OracleXAConnections -- I am not using a WLS-managed data source (which does work, but which is not how I want to manage my DB ...