2 Replies Latest reply on May 9, 2002 6:31 AM by r_clegg1

    java.rmi.NoSuchObjectException: no such object in table

    r_clegg1

      I am trying to call the create() of a stateful session bean which resides on another jboss instance (but on the same machine). The lookup works ok, but when the create
      is called i get java.rmi.NoSuchObjectException: no such object in table. If I call the create() from within the same jboss instance, everything works ok. Is it something to do with the rmiclass loader being disabled.
      If so, how do I get it enabled.

      thanks
      Richard