Distributed transactions using JOTM
843854Nov 18 2004 — edited Aug 22 2005Hello,
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