Re: [castor-dev] Found JDO bug

2001-10-21 Thread Keith Chew SL
- > From: Thomas Yip [mailto:[EMAIL PROTECTED]] > Sent: Sunday, 21 October 2001 7:33 p.m. > To: [EMAIL PROTECTED] > Subject: Re: [castor-dev] Found JDO bug > > > > > >In the meantime, I remove the key-generator and now Castor allows > >ProductGroup to be used in t

Re: [castor-dev] Found JDO bug

2001-10-20 Thread Thomas Yip
er, you found that your watch is still working. Tell me, is the watch broken or not? Thomas > -Original Message- >> From: Thomas Yip [mailto:[EMAIL PROTECTED]] >> Sent: Sunday, 21 October 2001 12:13 p.m. >> To: [EMAIL PROTECTED] >> Subject: Re: [castor-

Re: [castor-dev] Found JDO bug

2001-10-20 Thread Keith Chew SL
the key-generator and now Castor allows ProductGroup to be used in the separate transaction. Is this a bug? Keith C > -Original Message- > From: Thomas Yip [mailto:[EMAIL PROTECTED]] > Sent: Sunday, 21 October 2001 12:13 p.m. > To: [EMAIL PROTECTED] > Subject: Re: [castor-dev

Re: [castor-dev] Found JDO bug

2001-10-20 Thread Thomas Yip
ROTECTED]] >Sent: Saturday, October 20, 2001 4:03 PM >To: [EMAIL PROTECTED] >Subject: Re: [castor-dev] Found JDO bug > > >Ok, new bug discovery. I have updated the latest CVS code. It now works if I >use the key genrator. > >However, I manage to reproduce the same error b

Re: [castor-dev] Found JDO bug

2001-10-20 Thread Keith Chew SL
a.m. > To: [EMAIL PROTECTED] > Subject: Re: [castor-dev] Found JDO bug > > > > > I believe the problem solved a while ago. It is in the CVS. > If you don't uses autoStore(), it is user responsibility to > create object in > sequence. > If autoStore() is used,

Re: [castor-dev] Found JDO bug

2001-10-20 Thread Bruce Snyder
This one time, at band camp, Keith Chew SL said: KCS >OK, here's the catch. If you create a key generator (I used HIGH/LOW) and KCS >make ProductGroup use it, Castor cannot create the Product object. The KCS >group_id will be left as null and the DB will complain with: "ERROR: KCS >ExecAppend: Fa

Re: [castor-dev] Found JDO bug

2001-10-20 Thread Thomas Yip
. And, the create object depends on the created object, and so on. Thomas -Original Message- >From: Keith Chew SL [mailto:[EMAIL PROTECTED]] >Sent: Saturday, October 20, 2001 7:48 AM >To: [EMAIL PROTECTED] >Subject: [castor-dev] Found JDO bug > >Hi > >I pos

[castor-dev] Found JDO bug

2001-10-20 Thread Keith Chew SL
Hi I posted a mail recently about the Product -> ProductGroup problem (Castor's example). Basically, when you: (1) create a ProductGroup (2) assign it to a new Product (3) create new Product Castor will extract the ProductGroups's id and insert it into the group_id field. Here's the snippet of t