0 Replies Latest reply on Sep 5, 2006 8:53 AM by dhamodh

    Communication between one Jboss EJB server with another Jbos

    dhamodh

      I have 2 instance of Jboss EJB server is running in my environment.
      I have deployed my first EJB on First Jboss EJB server and deployed 2 nd EJB on Second Jboss Server and I am calling 2 nd EJB from 1 st EJB.In a specific situation it is giving problem. Suppose 1 st Jboss server is running and in intermediate time I am restarting the 2 nd JBoss EJB server.After that at the time of executing my application when my first ejb is trying to invoke method of secong EJB then it is getting RemoteException that is
      "java.rmi.NoSuchObjectException: no such object in table".
      Could anybody can tell how can I solve this problem.
      Thanks in advance.