Hi,
The scenario I am writing is : Client calls remove() on a bean thats already been removed.
It is mentioned in HF
EJB Book that remote clients get RemoteException and local clients get EJBException. (Page 559)
But, the spec says the client should get more specific exceptions ie, remote client gets NoSuchObjectException and local client gets NoSuchObjectLocalException. ( 18.3.4 & 18.3.5)
Please clarify..
Thanks,
Prasad