JDBC driver does not support XA issue

Ashish Kumar Gupta picture Ashish Kumar Gupta · Dec 9, 2012 · Viewed 9.9k times · Source

I am getting "JDBC driver does not support XA issue"

Error committing transaction:; nested exception is: javax.transaction.xa.XAException: JDBC driver does not support XA, hence cannot be a participant in two-phase commit.

Answer

Ankit Bansal picture Ankit Bansal · Dec 9, 2012

set the GlobalTransactionsProtocol attribute to LoggingLastResource (recommended) or EmulateTwoPhaseCommit for the Data Source. This should work.