0 Replies Latest reply on Jun 20, 2002 9:22 AM by andreas

    SFSB throws RemoteException

      Hi,

      if an runtime exception occur in a SFSB, the container throws a remote exception to the client and delete the bean. Thats correct!

      But I obtain the same behavior with remote exceptions throw from my SFSB, which are declared to be thrown.
      The client catches this exceptions, but can't call again methods on this bean.
      How can I propagate exceptions from SFSB to the client without loosing the beans status?

      Andreas