0 Replies Latest reply on Mar 7, 2002 10:26 AM by mredeker

    java.rmi.NoSuchObjectException

    mredeker

      All,

      I have two statefull session beans: Bean (A) has member variable which is holding a javax.ejb.Handle of Bean (B). Now both beans get passivated. First Bean (A) and then Bean (B).

      Now I call a method on Bean (A) which holds the handle to Bean (B) and I get a java.rmi.NoSuchObjectException when the member variable is assigned:

      The Exception looks like:

      java.rmi.NoSuchObjectException:
      Assigning instance of class $Proxy32 to
      field com.sbs.es.framework.server.ESMasterBean#usmHandle