0 Replies Latest reply on Nov 30, 2004 8:49 AM by kamal_tavant

    Transactions and Remote Calls.

    kamal_tavant

      I came across the following comment in the admin develop guide

      While it does support propagating transaction contexts with remote calls, it does not support propagating transaction contexts to other virtual machines, so all transactional work must be done in the same virtual machine as the JBoss server.


      http://docs.jboss.org/jbossas/admindevel326/html/ch4.chapt.html

      Does this mean that a remote call to session bean deployed on a different server (running in a different VM) will not be able to participate in the current transaction? Or does this mean that it will work only if the other server is a JBoss server?

      Thanks for your help.
      Kamal