Hi All,
According to the specs

nly one client can access a stateful seesion Bean at a time.If two client try to invoke the method on the same object concurrently then RemoteException is thrown if the client is Remote client and EJBException for the local client.
Does this apply for the stateless Session Bean as well?Is it possible that two client invoke method on the same stateless session bean instance concurrently ?
Thankx And Regards
Shiv