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'. To change the behaviour, add attribute collection-class= "org.apache.ojb.broker.util.collections.ManageableArrayList" to the respective collection-descriptor. HTH, Olli --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
