2 Replies Latest reply on Nov 14, 2012 5:34 AM by emsouza

    Remote EJB in JBoss as 7 in multiple instances

    emsouza

      I have a stateless EJB that performs search on various other machines via RMI in JBoss 4. This communication was done via ServiceLocator and functioned properly.

       

      The structure that I have consists of several applications that can invoke remote EJBs.

       

      In migrating to JBoss 7 I can no longer make that link and this integration does not exist.

       

      Anyone have any solution to this problem or any idea how to accomplish this integration?

        • 1. Re: Remote EJB in JBoss as 7 in multiple instances
          jaikiran

          Eduardo Souza wrote:

           

          I have a stateless EJB that performs search on various other machines via RMI in JBoss 4. This communication was done via ServiceLocator and functioned properly.

          Can you add a bit more details on what exactly it does?

          • 2. Re: Remote EJB in JBoss as 7 in multiple instances
            emsouza

            I have the following situation:

             

            I have 3 servers for example: A, B, C.

             

            They all run the same application.

             

            One system module can perform a query on another server, this query was performed by accessing a remote EJB in another server.

             

            Thus I had such an EJB server that accesses the EJB in another server B and so on.

             

            In JBoss 4 I used the ServiceLocator to do that, but in JBoss 7 the communication from one server to another does not occur.