0 Replies Latest reply on Nov 19, 2002 12:08 PM by fox_hk

    a few questions about distributed transaction

    fox_hk

      Hi All

      l have two independent instance of JBOSS running at the same time (either on same machine or on 2 difference machines). Within JBOSS 1, a session bean is invoked and start a transaction using UserTransaction interface. Then JNDI is used to look up entity bean located in another instance of JBOSS 2 and then update db. Will the entity bean within JBOSS 2 be enlisted in the transaction started within JBOSS 1 ?
      If so, does it mean jboss support distributed transaction among Jboss server ? and transaction context started by a jboss instance can be tranmitted to other instance of jboss and enlist changes made by other instance of jboss within the same transaction ?

      It is thankful someone can comment on above queries

      regards
      fox