2 Replies Latest reply on Nov 30, 2003 9:27 PM by amour

    Some questiones about distributed transaction in JBoss.

    amour

      Does JBoss4 support distributed transactions?
      Can I integrate JOTM(Java Open transaction Manager) into jboss?

      Thank you for every advice.

        • 1. Re: Some questiones about distributed transaction in JBoss.

          I don't know about the version 4, but 3.x default tx manager does not support distributed transactions. However Tyrex, a distributed tx manager, is provided with JBoss. You only have to edit the config to enable it.
          If you still wish to use JoTM, you have to write a service MBean for it that will bind JoTM to the right JNDI name. For more info look at the JBoss Docs and org.jboss.tm.plugins.tyrex.TransactionManagerService or org.jboss.tm.TransactionManagerService implementations.
          If you succeed integrating JoTM in JBoss or find someone that already did that, please let me know. I'll probably have to do the same thing.

          BTW is it true that Tyrex is not maintained anymore?

          Jaksa

          • 2. Re: Some questiones about distributed transaction in JBoss.
            amour

            i have used Tyrex as DTM , but i found that it decreases the performance of Jboss. So i want to
            use JOTM as DTM, the problem is that i am not familiar with JOTM and not very certain of how to do this work. If anyone knows it ,please give me some examples or some suggestions ,thank you in advance.

            to Jaksa:
            Now Tyrex has released its new version , but it doesn't
            change any code related to DTM.