0 Replies Latest reply on Nov 4, 2013 1:55 AM by akumar09071988

    Remote ejb from server instance Jboss 7.1.1 not working

    akumar09071988

      Dear All,

       

      I followed the link EJB invocations from a remote server instance - JBoss AS 7.1 - Project Documentation Editor but was unsuccessful when both the servers run on different machines

       

      In my case the client server and destination server are both running on different machines.

       

      Destination server

       

       

      HelloWorldSessionBean1.jar

             |

             |---- <com.ibytecode.ejb.*> // EJB classes



      client-app.ear
      |
      |--- META-INF
      |        |
      |        |--- jboss-ejb-client.xml
      |
      |--- nxtgn.war
      |        |
      |        |--- WEB-INF/classes
      |        |        |
      |        |        |---- // classes in the web app call the ejb

       

      The error  log i have attached