In HF
EJB on page 559, the first scenario, the question is what happens when a "Client calls remove() on a bean that's already been removed" ?
The answer according to HF EJB is that a remote client receives a RemoteException and a local client receives an EJBException. Why do these clients not receive the more specific exceptions NoSuchObjectException or NoSuchObjectLocalException respectively ? Or maybe they do ?
Br,
Sven T.