Re: org.odmg.LockNotGrantedException

2005-06-14 Thread Armin Waibel
as the record was not committed. regards, Armin Johnson wrote: Hi! I try to upgrade my ojb in cocoon from 1.0.1 to 1.0.3. when I save a record and then read the record(or others) the system got an error org.odmg.LockNotGrantedException If I use another session to read it ok,But the record I

Re: org.odmg.LockNotGrantedException

2005-06-14 Thread Johnson
(ODMGException ex) {} return cnt; } Best Regards - Original Message - From: Armin Waibel [EMAIL PROTECTED] To: OJB Users List ojb-user@db.apache.org Sent: Tuesday, June 14, 2005 3:31 PM Subject: Re: org.odmg.LockNotGrantedException Hi Johnson, could you please post some (pseudo) code

Re: org.odmg.LockNotGrantedException

2005-06-14 Thread Armin Waibel
Hi again, Johnson wrote: Hi! tks your help I use OJB in cocoon tmocat here's the code. this code is work on 1.0.1 but not work in 1.0.3. I can't reproduce the problem with latest from CVS (OJB_1_0_RELEASE branch). I wrote two tests simulating the problem, first test doesn't find a query

Re: org.odmg.LockNotGrantedException

2005-06-14 Thread 許議中
will test later then reply tthe result in a few days,tks. Best Regards johnson - Original Message - From: Armin Waibel [EMAIL PROTECTED] To: OJB Users List ojb-user@db.apache.org Sent: Tuesday, June 14, 2005 9:47 PM Subject: Re: org.odmg.LockNotGrantedException Hi again, Johnson

org.odmg.LockNotGrantedException

2005-06-13 Thread Johnson
Hi! I try to upgrade my ojb in cocoon from 1.0.1 to 1.0.3. when I save a record and then read the record(or others) the system got an error org.odmg.LockNotGrantedException If I use another session to read it ok,But the record I wrote never change. the objectcache I use in 1.0.1