0 Replies Latest reply on Mar 28, 2003 9:29 AM by parthiban_1980

    user transaction from a client program

    parthiban_1980

      I have written an EJB and deployed it in jboss3.0.
      The EJB has bean managed transaction. I have a client program in which i get and UserTransaction object using jndi lookup. I start a transaction in that client program. Then i invoke the ejb method.
      When i run the client program i get the following exception.

      javax.transaction.SystemException: java.lang.RuntimeException: UT factory lookup
      failed: javax.naming.NoInitialContextException:

      but i dont get this exception when i invoke the ejb from a JSP page