0 Replies Latest reply on Jan 15, 2003 1:24 PM by wismax

    distributed transactions

    wismax

      Hi,
      I think I read all I can find on the distributed transactions topic in these forums, but no one seems to be able to give any solution to this problem...

      All I want to do is to handle transactions between two jboss instances on two different machines. It worked perfectly with jboss 2.4.x but with jboss 3.0.4 all I got is org.jboss.tm.TransactionImpl not serializable. I tried to use tyrex as transaction manager, but same exception is thrown for the class tyrex.tm.impl.TransactionImpl.

      Someone posted a workaround in this thread:
      http://www.jboss.org/modules/bb/index.html?module=bb&op=viewtopic&t=forums/ I really don't want to add this code around each remote call in my ejbs and I'm not convinced that suspending the transaction manager is a good way to solve this transaction issue.

      Well, now I'll be very happy if someone can give me any hints to solve this problem. If this is a real issue in jboss 3, I hope it will be solved soon. Jboss become pretty useless to me without distributed transactions...