Re: odmg/foreign key contraint fails

2003-10-30 Thread Gunnar Hilling
By the Way: I'm using ManageableSet for my Collections (both) and ojb from cvs (maybe one week old). -Gunnar - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: odmg/foreign key contraint fails

2003-10-30 Thread Gerhard Grosse
Hi again, According to the docs, the auto-xy options should be left at their defaults for ODMG to work correctly. I'm not sure how this really affects things, but obviously something goes wrong with auto-update=true. The remaining problem is probably solved by doing both a zz.addOption(o1) *and*

Re: odmg/foreign key contraint fails

2003-10-30 Thread Gunnar Hilling
Hi Gerhard, At first I'd like to thank You for the hints! Hi again, According to the docs, the auto-xy options should be left at their defaults for ODMG to work correctly. I'm not sure how this really affects things, but obviously something goes wrong with auto-update=true. The

odmg/foreign key contraint fails

2003-10-29 Thread Gunnar Hilling
Hello, I got a problem with the following code snippet: tx.begin(); System.out.println(creating +3*NUM+ records); t0=System.currentTimeMillis(); for(int i=0; iNUM; i++){ customer=new Customer(no, one, here, +System.currentTimeMillis(), eternity, 2, new Date());