Hi Armin, > -----Original Message----- > From: Armin Waibel [mailto:[EMAIL PROTECTED] > Sent: Wednesday, February 16, 2005 6:37 PM > To: OJB Users List > Subject: Re: [ODMG] Problem storing 1:n relationship >
> > did you try first locking the review and then add the new evidence? > If this doesn't work try to lock the new evidence too after adding to > review. > > We are working on a better detection-algorithm for OJB1.0.2 or 1.0.3. > You could try pre-1.0.2 from CVS (OJB_1_0_RELEASE branch, trunk is > unstable 1.1). Some changes are checked in, but there are some issue > with proxy collections (materialization on commit, ...). Hope I can fix > all problems within 1 week. > > regards, > Armin > I first lock the review, then add the evidence, then commit. That didn't store the evidence in the database. I added the auto-update="object" to the collection descriptor in the repository file, and that solves the problem. The object envelope table doesn't hold an envelope for the newly created objects. Could this be the problem? Should the object reordering algorithm include these objects too? I've seen the new algorithm in the CVS repo, but haven't tried it. Will do if I find some spare time. Bart. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
