1 Reply Latest reply on Jul 17, 2008 2:35 AM by jaikiran

    javax.ejb.EJBTransactionRequiredException when calling remot

      i have 2 JBoss (4.2.2) servers. when i call a session bean on the 1st jboss from a session bean in the 2nd, having the 1 session method defined as "MANDATORY" transaction, i get the following exception:

      javax.ejb.EJBTransactionRequiredException
      at org.jboss.ejb3.tx.Ejb3TxPolicy.throwMandatory(Ejb3TxPolicy.java:45)

      What's wrong?

        • 1. Re: javax.ejb.EJBTransactionRequiredException when calling r
          jaikiran

          Post the entire exception stacktrace and the code where you are invoking this bean. Also post the relevant annotations/xml files.


          P.S: While posting the logs or xml content or code, remember to wrap it in a code block using the Code button in the message editor window and please hit the Preview button to make sure your post is correctly formatted