Rune Larsen

Greenhorn
+ Follow
since May 14, 2004
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Rune Larsen

Your MySQL JDBC driver doens't support XA Transaction proticol.

If it's necesary for you to have MySQL participate in global transactions, you need an XA driver. Read more here: http://bugs.mysql.com/bug.php?id=1737

If not, you can probably use an XA wrapper to "fake" XA-support.
20 years ago