[jboss-user] [JCA/JBoss] - Re: What is no-tx-datasource?

vickyk do-not-reply at jboss.com
Tue Jan 20 05:46:33 EST 2009


"tilek" wrote : 
  | Currently, I use "local-tx-datasource", it has a problem about an enlistment, but it work fine when I use "no-tx-datasource". Does it has any side effict in the changing?

The connections obtained from the local-tx-datasource and xa-datasource are enlisted in the ongoing TX, this is transparent to the application.
The transparent TX enlistment of the connections in the onoging JTA tx are not done if the connections are obtained from no-tx-datasource.
What problem are you getting when you are using local-tx-datasource?



View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4203187#4203187

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4203187



More information about the jboss-user mailing list