without success.
>
> Jeremy
>
> /*
> * Jeremy Boynes
> * Partner
> * Core Developers Network
> */
>
> > -Original Message-
> > From: [EMAIL PROTECTED]
> > [mailto:[EMAIL PROTECTED] On
Commit Option B/C with Instance Per Transaction should work??
raghu
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Jeremy
Boynes
Sent: Friday, July 11, 2003 5:30 AM
To: [EMAIL PROTECTED]
Subject: RE: [JBoss-user] transactions & synchronizations
There
Is this not taken care of if Commit Option B or C is specified ?
raghu
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Jeremy
Boynes
Sent: Friday, July 11, 2003 5:30 AM
To: [EMAIL PROTECTED]
Subject: RE: [JBoss-user] transactions & synchronizations
T
lf Of
> Ittay Dror
> Sent: Thursday, July 10, 2003 12:39 PM
> To: JBoss-User
> Subject: [JBoss-user] transactions & synchronizations
>
>
> Say I have the following case:
>
> 1. a session bean queries with ejb ql for entity beans with a
> specific property valu
Say I have the following case:
1. a session bean queries with ejb ql for entity beans with a specific
property value. name the property 'foo' and the value 'bar'. It queries
the entities whose foo property is null, selects the first and sets its
value to bar
2. two threads call the session bean: