3 Replies Latest reply on Apr 17, 2002 10:58 PM by lasterra

    Transaction exception when I call another ejb in a diferent

    lasterra

      Hi all,

      I don't have experience with transactions and i'm trying to call from one session (Façade) to another session in the same transaction.

      Two sessions have transaction Required for all methods.

      I get this exception:

      [ERROR,test/test] TRANSACTION ROLLBACK EXCEPTION:
      javax.transaction.TransactionRolledbackException: null
      Embedded Exception
      java.comp not bound; nested exception is:
      javax.ejb.EJBException: null
      Embedded Exception
      java.comp not bound
      at org.jboss.ejb.plugins.TxInterceptorCMT.invokeNext(TxInterceptorCMT.java:166)
      at org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.java:347)
      at org.jboss.ejb.plugins.TxInterceptorCMT.invoke(TxInterceptorCMT.java:100)

      Any idea??


      Regards, Enrique.