what version of jboss are you running.  I thought this was fixed in 3.0.5 or 3.0.6.
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On Behalf Of Bijoy Sivan .K
Sent: Monday, March 04, 2002 7:53 AM
To: [EMAIL PROTECTED]
Subject: [JBoss-dev] removing bean lock and it has tx set

Hi All,
 
I have written an entity bean with the persistance store as MySQL. Now I have added transaction management for all the methods present in the remote interface. I am able to make calls to findermethods, create a new record and I can execute all the other methods like getClss, getEJBHome etc. except the business methods that I have written in the remote interface. When i try to execute any of the methods present in the remote interface I get the following error....
 
java.rmi.ServerException: RemoteException occurred in server thread; nested exception is:
 javax.transaction.TransactionRolledbackException: removing bean lock and it has tx set!ItemGroup Six; nested exception is:
 java.lang.IllegalStateException: removing bean lock and it has tx set!ItemGroup Six
 

Could u please help me to solve this problem
 
Bijoy

Reply via email to