This is not very informative: Caused by: javax.transaction.xa.XAException at COM.ibm.db2.jdbc.app.DB2XAResource.throwXAException(DB2XAResource.java:288) at COM.ibm.db2.jdbc.app.DB2XAResource.end(DB2XAResource.java:136)
Try adding <track-connection-by-tx>true</track-connection-by-tx> (if you don't already have it) to your db2-xa-ds.xml or whatever you called it. Also enable TRACE logging for org.jboss.tm to see whether it shows a more informative message. Regards, Adrian <a href="http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3827894#3827894">View the original post</a> <a href="http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3827894>Reply to the post</a> ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
