Skip to Main Content

Java Database Connectivity (JDBC)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

BMT or CMT when implementing JTA within session beans

843853Aug 29 2001 — edited Sep 4 2001
I 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?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 2 2001
Added on Aug 29 2001
1 comment
196 views