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