Hi Stefano, Could you you prepare a testcase? E.g. with ProductGroup and Articles which are dynamic proxies? That would really help.
Thanks, Oleg On Thursday 10 June 2004 09:20, [EMAIL PROTECTED] wrote: > Hello, > > I did not manage to declare a bug in the bug tracking systme, so here it > is. > > I have a 1:n relationship between two java classes stored in two different > db-tables (let's say a classical Invoice - Lines structure). I defined > dynamic proxies on the Line class. When I read an invoice by ID everythig > works fine. > > If I add a new line to the invoice, the ODMG-API works fine, it adds a new > record in the database and lets the others unchanged. If I try with the > OTM-API new object is added in the database, the first of the pre-existing > database records is deleted. If I try without the dynamic proxies, it works > right. > > Hope this can help. > > Greetings > > Stefano > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
