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.
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 jtaI am developing a J2EE application which is deployed on JBoss application server. The application is composed of an …
transactions jakarta-ee ejb jtaIf JTA is an API, can I use Hibernate as an implementation of JTA? I have an application with Spring …
java spring hibernate transactions jtaI 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-transactionsHi everybody I was wondering if it's possible to get database connection properties through entity manager. My persistence.xml looks …
java jpa entitymanager jtaI have a springframework application in which I would like to add a transaction listener to a transaction which is …
spring transactions jtaI think this is a fairly common question: how to put my business logic in a global transaction in distributed …
java jta distributed-transactions