Hello,

> -----Original Message-----
> From: Chris Widhelm [mailto:[EMAIL PROTECTED]

> It just seems odd that by removing an item from a collection that it
> performs a delete on the object that is in the collection.

This is the behaviour of 
org.apache.ojb.broker.util.collections.RemovalAwareCollection,
which is the default collection-class.  You can set
another collection class in the class-descriptor, e.g.

collection-class="org.apache.ojb.broker.util.collections.ManageableArrayList
"

HTH,
        Olli

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to