- Our DBAs do not allow/enable distributed transactions on our databases. - XA has it's place but recovery can be an issue at times. So, if it is not necessary why add the complexity of multiple resource managers when there is actually only one.
- App servers play the same game by returning the same connection from a "Transactional Resource" (BEA for example) while inside a transaction, so it seemed reasonable. Aside from using XA, would you have recommended a different approach? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3943784#3943784 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3943784 ------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
