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.