1 Reply Latest reply on Nov 16, 2002 4:06 AM by gfzhang

    User Transaction in JBoss

    desertrose

      Hi Friends,,

      Will you guys please tell me that user transaction is poosible in JBoss and if yes than how?

      Thanx in advance

        • 1. Re: User Transaction in JBoss
          gfzhang

          The following is part of our java source:

          UserTransaction userTran = null ;
          InitialContext initCtx = null;
          try
          {
          initCtx = new InitialContext();
          userTran = (UserTransaction)initCtx.lookup( "java:comp/UserTransaction" );