BMT or CMT when implementing JTA within session beans
843853Aug 29 2001 — edited Sep 4 2001I am pretty new to JTA, but I want to handle global transactions to multiple databases in my Java application. I am considering implementing JTA to accomplish this.
If I implement JTA across a set of EJBs, utilizing XAResource objects atop WebLogic App Server 6.0 and a JDBC driver that supports 2-phase commit, do I need to create them as BMT? I am unsure if CMT will manage multiple DB transactions if I need to generate the code to this myself.
Thoughts?