Hi ,
When I am reading the HF
EJB book on page 559 it says "when client calls remove() on a bean that's already been removed, RemoteException will be thrown".
But when I check in the specs page 114 it says "After an entity object has been removed, subsequent attempts to access the entity object by a remote client result in the java.rmi.NoSuchObjectException."
which one is correct?.Can some body explains the difference.
Thanks in advance.
Raju