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.

Cannot inject RESOURCE_LOCAL container managed EntityManager using @PersistenceContext

I am using JBoss AS 7.1.1 and able to configure a new JTA datasource and wire it to my EJB using @…

jpa jakarta-ee jta
use JTA transaction or not?

I am developing a J2EE application which is deployed on JBoss application server. The application is composed of an …

transactions jakarta-ee ejb jta
Can I use Hibernate with JTA?

If JTA is an API, can I use Hibernate as an implementation of JTA? I have an application with Spring …

java spring hibernate transactions jta
Spring JTA Transaction manager question

We are using jboss managed EntityMangerFactory using following spring bean <jee:jndi-lookup id="entityManagerFactory" jndi-name="persistence-units/myPU"/> Now …

spring jboss jpa-2.0 jta
Spring Transactions - Prevent rollback after unchecked exceptions (RuntimeException)

I can't manage to prevent a transaction from rollingback after a RuntimeException. My env is Spring 4.1 + Hibernate 3.6 + JTA (WebSphereUowTransactionManager) running …

spring hibernate websphere jta spring-transactions
Increase JTA transaction timeout limit in WildFly

How can I increase JTA transaction timeout in WildFly? Can be updated in standalone.xml as well as from Admin …

java wildfly wildfly-8 jta
How to get jpa datasource properties from Entity Manager

Hi everybody I was wondering if it's possible to get database connection properties through entity manager. My persistence.xml looks …

java jpa entitymanager jta
dynamically register transaction listener with spring?

I have a springframework application in which I would like to add a transaction listener to a transaction which is …

spring transactions jta
How to design global distributed transaction(none database)? Can JTA use for none db transaction?

I think this is a fairly common question: how to put my business logic in a global transaction in distributed …

java jta distributed-transactions
Strange Atomikos exception - Error in init(): Log already in use?

We're trying to run the same web application that uses Atomikos as transaction manager on several local envrionments (each of …

java tomcat jta atomikos