Top "Jta" questions

Java Transaction API (JTA) specifies standard Java interfaces between a transaction manager and the parties involved in a distributed transaction system: the resource manager, the application server, and the transactional applications.

Hibernate session.close() not returning connection to pool

My application has long running transactions and hence I tried the option session.close() at the end of every method …

hibernate session ejb jta
Cannot use an EntityTransaction while using JTA

I'm receiving this error: javax.servlet.ServletException: java.lang.IllegalStateException: Exception Description: Cannot use an EntityTransaction while using JTA. While …

jpa glassfish eclipselink jta
Missing javax.transaction.jta artifact

I am getting this missing artifact message for javax.transaction:jta:jar:1.0.1Bas403 Forbidden Multiple annotations found at this line: …

maven jta
How to use JTA support in Tomcat 6 for Hibernate?

They recommend using JTA transaction support in Java EE environment. But how to configure JTA in Tomcat6 so that Hibernate …

java hibernate tomcat orm jta
What is difference between @Resource UserTransaction and EntityManager.getTransaction()

Can anybody explain what is difference between : @Resource UserTransaction objUserTransaction; and EntityManager.getTransaction(); And also what is container managed transaction? …

java jpa jakarta-ee jta
What's the difference between nonXADatasource with jta="true" and XADataSource?

I was confused by the fact that we can allow to use JTA transactions with a non-XA-datasource. Link to the …

java jboss datasource jta xa
What is a good open source Java SE JTA TransactionManager implementation?

Basically, what it says on the tin; I need a JTA implementation useable in a Java SE application, ideally one …

jta java transactionmanager
Why different persistence units with separated data sources query the same data source?

I'm developing a webapp which needs access to two different database servers (H2 and Oracle). The container is an Apache …

java jakarta-ee jpa cdi jta
Atomikos vs JOTM vs Bitronix vs?

I am new to JTA and it's underlying transaction managers. Can anyone explain the pros/cons of each of these? …

java transactions jakarta-ee jta
Persistence.xml not correctly configured

I'm not able to get this persistence file correct... I do not find any more information in the book that …

java jdbc persistence ejb jta