0 Replies Latest reply on Aug 2, 2002 7:32 AM by zerodist

    how to test if an entity exists before get java.rmi.NoSuchOb

    zerodist

      I have a statefull sesion bean referencing to 20 entity beans. It performs delete operation on some entity beans on the request of user. Since some of these entity beans refer to other beans. Cascade delete problem arises. So I have to test if an entity has been deleted before perform a remove operation.

      Thx in advance for any reply.