[OT]RE: concurrency problem

2005-04-10 Thread Kalra, Ashwani
hi, Thanks all for your inputs. I need to ensure that sychronisation is should be happening on Unique object. I also have figured out the problem. I noticed a second thread was calling another methods of the bean. Which is not synchronised. Thanks again .. Regds Ashwani. > -Original Mes

RE: [OT] RE: concurrency problem

2005-04-08 Thread Kalra, Ashwani
session bean at com.evermind.server.ejb.AbstractEJBObject.startCall(AbstractEJBObject.java:138) I want to avoid this. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > Sent: Friday, April 08, 2005 6:57 PM > To: Struts Users Mailing List >

[OT] RE: concurrency problem

2005-04-08 Thread DGraham
As I hit the send button, something tickled in the back of my mind, and I began to remember that the spec forbids thread primitiives on bean methods and that the EJB container is responsible for handling concurrent access. Sounds like your provider might have a defect. Dennis [EMAIL PROTEC