RE: Bug in OJB (ODMG) with collections ?

2003-11-26 Thread oliver . matz
Hello, > -Original Message- > I've got an object which contains a collection. When I change > the object collection OJB wants to delete the related object > in the database. this is one of the most frequently asked questions. See any of the threads that contain 'RemovalAwareCollection

Bug in OJB (ODMG) with collections ?

2003-11-26 Thread Philippe Boisaubert
I've got an object which contains a collection. When I change the object collection OJB wants to delete the related object in the database. For example I've got a Book object with a collection of Author object. I've got an n:m non decomposed relationship and my descriptor don't allows cascade-de