XA allows to execute global transactions that access more than one resource.
I have an application - more like a utility - that sits in a corner and updates two different databases …
java hibernate spring transactions xaI 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 xaThe Wikipedia article for Distributed transaction isn't very helpful. Can you give a high-level description with more details of what …
database commit distributed-transactions xaI developed an application on Weblogic 11g and configured a data source to connect Oracle 11g. When I start the …
oracle11g weblogic11g xaCould someone clarify the difference between one-phase and two-phase commit. As far as I understand one-phase commit represents commit in …
database jakarta-ee jpa commit xaI have an MDB in WebSphere 6. The MessageListener is linked to a Tibco EMS queue. In the MDB I'm trying …
jms websphere ibm-mq message-driven-bean xaI am getting "JDBC driver does not support XA issue" Error committing transaction:; nested exception is: javax.transaction.xa.XAException: …
java jdbc transactions soa xa