"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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...