0 Replies Latest reply on Feb 27, 2013 6:24 PM by matukituki

    EJB invocation from a remote server instance to another server instance when ejb bean is deployed in both servers

    matukituki

      Hi all,

       

      I have read the following article https://docs.jboss.org/author/display/AS71/EJB+invocations+from+a+remote+server+instance  where it says how to invoke a ejb from a remote server instance in the case where the bean is deployed on the Destination Server but NOT on the Client Server.

       

      I have a follow-up question.

      How to deal when the bean is deployed in both, the client and destination server?

       

      I have tried it and the invoked ejb is the client server bean instead of the destination server bean.

       

      Is not possible to do this?

       

      Any help would be appreciated.

      I'm using JBoss AS 7.1.1.Final Brontes.

       

      Thanks.