Recursive call to non-reentrant bean error using BMP.

2000-12-21 Thread Stefan Jonsson
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

Re: Recursive call to non-reentrant bean

2000-03-27 Thread colin
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

Recursive call to non-reentrant bean

2000-03-26 Thread Gary Albelli
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