I too have this problem but with cmp beans, running orion 9.4l.

My Entity bean is created from within a stateful session bean, any
second call to its set methods and it throws up the problem.

The DD of the session bean is set to
<transaction-type>Container</transaction-type>, the DD also specifies
<trans-attribute>Required</trans-attribute>.

Thx
Colin



> Gary 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 transaction
> calls setValue(1)
> calls setValue(2).
> 
> The second call to setValue() raises the exception. This is not a
> loopback condition so i do not see the problem.
> 
> Any help would be appreciated...
> 
> 
> Gary
> 
> 
>

Reply via email to