5 Replies Latest reply on Sep 21, 2001 7:23 PM by juha

    User Transaction from non-ejb java client

    hemanthb

      i need to wrap method calls to 2 enterprise beans in a single transaction.
      i can these methods from a JSP or a java bean.
      However both the JSP and the java bean are deployed in jboss as part of an .ear

      Hence i cannot use ClientUserTransaction, since it is allowed from only outside the server.
      Any ideas on overcoming the problem