Top "Xa" questions

XA allows to execute global transactions that access more than one resource.

What is the 'best' way to do distributed transactions across multiple databases using Spring and Hibernate

I have an application - more like a utility - that sits in a corner and updates two different databases …

java hibernate spring transactions xa
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 "distributed transaction"?

The 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 xa
XA error: XAResource.XAER_RMFAIL start() failed on resource Resource manager is unavailable

I developed an application on Weblogic 11g and configured a data source to connect Oracle 11g. When I start the …

oracle11g weblogic11g xa
Real difference between one-phase and two-phase (XA) commit

Could 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 xa
An illegal attempt to commit a one phase capable resource with existing two phase capable resources

I 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 xa
Wildfly 10 failing to load MySQL XA driver on startup

I have a web application I am deploying in wildfly-10.0.0. It requires a mysql xa driver. I have the following …

java mysql sql jboss xa
JDBC driver does not support XA issue

I am getting "JDBC driver does not support XA issue" Error committing transaction:; nested exception is: javax.transaction.xa.XAException: …

java jdbc transactions soa xa
ORA-02051: another session or branch in same transaction failed or finalized

I have a problem with my XA Transaction. If you look at the picture, the XA Transaction flow order is …

oracle hibernate ejb websphere xa
XA or non-XA for JMS and DB operation

I am fairly new to the XA and non-XA world. My requirement is to read a message from queue until …

jms websphere rad xa