RemoteException: Recursive call to
non-reentrant bean at
com.evermind.server.ejb.AbstractEJBObject.startCall(JAX, Compiled
Code) at
com.evermind.server.ejb.EntityEJBObject.removeFromCache(JAX) at
com.evermind.server.ejb.EntityEJBObject.endTran
ary Albelli wrote:
>
> I am getting an error when trying to making consecutive call to a BMP
> bean within the same transaction.
>
> java.rmi.RemoteException: Recursive call to non-reentrant bean
>
>
> The stateless session bean does the following:
> creates a transacti
I am getting an error when trying to making
consecutive call to a BMP bean within the same transaction.
java.rmi.RemoteException: Recursive call to
non-reentrant bean
The stateless session bean does the
following:
creates a transaction
calls setValue(1)
calls setValue(2).
The