posted 18 years ago
#2 - Remote - java.rmi.NoSuchObjectException
Local - javax.ejb.NoSuchObjectLocalException
#6 - Ref 7.5.6 of Spec
Clients are not allowed to make concurrent calls to a stateful session object. If a client-invoked business method is in progress on an instance when another client-invoked call, from the same or different client,
arrives at the same instance of a stateful session bean class, the container may throw the java.rmi.RemoteException to the second client,if the client is a remote client, or the javax.ejb.EJBException, if the client is a local client. This restriction does not apply to a stateless
session bean because the container routes each request to a different instance of the session bean class.
Regards<br />Ram<br /> <br />SCJP 1.4, SCBCD 1.3, (SCEA)