Hej Shane, > -----Original Message----- > From: Shane Mingins [mailto:[EMAIL PROTECTED]
> I am using the ODMG API. [..] > It would be nice to be able to add and remove the objects from the > collection, persist the object holding the collection (the '1' in the > 1->n)and have the state of each object in the collection > reflected in the That does not work? What a pity. Which collection do you use? If it is one of the java.util.* classes, it cannot work. You should use one of the ODMG collections, such as org.apache.ojb.odmg.collections.DListImpl > This is what I would have thought would naturally happen but > as it does not > I was wondering if there is some other logical reason as to > why it does not? No, I agree that the behaviour you expect is correct wrt. to the ODMG specification. Olli --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
