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!

Distributed transactions using JOTM

843854Nov 18 2004 — edited Aug 22 2005
Hello,

I'm trying to work out distributed transactions with JOTM by using explicit transaction propagation across JVMs (using RMI), but without success. If anybody could give me a hint how to accomplish that, I would be very grateful, since JOTM's documentation doesn't deal with that. I'm working with conventional application (no EJBs, no Web Services),

If explicit propagation is not possible, I would appreciate information about how to register/enlist XAResource with a transaction [manager] if the transaction was started on remote platform (but bound to JNDI).

Since I plan to switch to Atomicos or Arjuna (I spent a lot of time with JOTM, no results), suggestion how it works with these implementations are very valuable for me.

Thanks for reading,

Michael

P.S.: please point me to an earlier thread if I missed similar discussions while searching for this issue
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 19 2005
Added on Nov 18 2004
2 comments
126 views