[jboss-user] [JCA/JBoss] - Re: XA Connection error
weston.price@jboss.com
do-not-reply at jboss.com
Wed Sep 6 16:57:00 EDT 2006
You are using the XA datasource improperly. XA means that you want JBoss to manage transactions for you.
Do you want to manage the transactions yourself? If so, you would want to look at using a no-tx-datasource and do the rest yourself.
For what you have described, and looking at your stacktrace, this is probably the better bet for you at this point.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3969875#3969875
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3969875
More information about the jboss-user
mailing list