Atomikos Forum |
|
Spring 4.1.6.RELEASE
Hibernate 5.0.2.Final Tomcat 8 Java 8 Is it valid to use both UserTransactionImp and UserTransactionManager instead of the J2ee* counterparts in a Spring application which is running on Tomcat 8. All resources (transaction manager, userTransactionService) are configured in spring. We are using JPA (Hibernate) therefore we extended AbstractJtaPlatform (using in the entity manager factory as hibernate.transaction.jta.platform) to return the transactionmanager and usertransaction from the spring context. |