RE: [JBoss-user] transactions & synchronizations

2003-07-12 Thread Ittay Dror
without success. > > Jeremy > > /* > * Jeremy Boynes > * Partner > * Core Developers Network > */ > > > -Original Message- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED] On

RE: [JBoss-user] transactions & synchronizations

2003-07-11 Thread Raghuram
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

RE: [JBoss-user] transactions & synchronizations

2003-07-11 Thread Raghuram
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

RE: [JBoss-user] transactions & synchronizations

2003-07-10 Thread Jeremy Boynes
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

[JBoss-user] transactions & synchronizations

2003-07-10 Thread Ittay Dror
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: