0 Replies Latest reply on Dec 26, 2001 3:08 AM by deepshet

    UserTransaction

    deepshet

      hi
      i need to get a user transaction from a client and spent some hours trying combinations of
      context.lookup("java:comp/UserTransaction"); when i finally came to know that for jboss you need to specify it as
      context.lookup("UserTransaction");
      any idea which source code file is responsible for creating this JNDI binding so that i can change it to java:comp/UserTransaction or any other means of accomplishing the same?
      thanks
      deepak