3 Replies Latest reply on Aug 13, 2012 4:08 AM by mannu_cse

    EJBContext in remote EJB invocation in JBoss cluster

    mannu_cse

      I want to pass context (cross cutting concern like "user name") while making EJB to EJB calls.

      EJBs are deployed in different jboss nodes in the cluster

       

      EJB calls can be transactional or non-transactional

       

      I know JEE provides TransactionSynchronizationRegistry but it works only within same transaction

       

      is there any way to do this?

       

      any help will be appreciated!!