Thomas Dudziak (JIRA) wrote:
In cases where the collection-descriptor of a field of type List/Set does not
specify collection-class, OJB currently uses RemovalAwareCollection which is a
List but not a Set.
Instead, OJB should use the field type, and either throw a metadata exception
if none of the default collection classes can be assigned to it, or use a
fitting default collection.
This also means that a RemovalAwareSet is needed (based upon ManageableHashSet).
As a side note: Jakob has refactored the implementations in OJB 1.1 --
where this
area is much cleaner and easier to maintain.
Regards,
Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]