Re: [JBoss-user] unlock entity Bean

2004-02-13 Thread Andrew C. Oliver
tes or attend a training. -Andy > From: "Stefan Schuster" <[EMAIL PROTECTED]> > Reply-To: [EMAIL PROTECTED] > Date: Fri, 13 Feb 2004 14:48:18 +0100 (CET) > To: [EMAIL PROTECTED] > Subject: [JBoss-user] unlock entity Bean > > Hi, > > is it possible

[JBoss-user] unlock entity Bean

2004-02-13 Thread Stefan Schuster
Hi, is it possible to unlock a entityBean explicit ? I am having a deadlock situation here, because I need to access an entityBean in some stateless session bean, but the entityBean (the exact same instance, same PK) is locked because it is used in another sessionBean at the same time. Any hints