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