I have two statful session beans A and B, running in the same JVM
A calls B and passes a reference to itself to B ( to get the remote
interface of A I use ctx.getEJBObject() )
B then calls back to A using the remote reference it was passed.
Am I not allowed to do this? jBoss throws the following Exception which
indicates I can't. Is this the EJB spec?
[UniteItDotCom] java.rmi.RemoteException: Application Error: no concurrent
calls on stateful beans
--
--------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
List Help?: [EMAIL PROTECTED]