>         Because we are subclassing from ArrayList, I didn't think that
> we would need to use the collection-class attribute of the
> collection-descriptor or implement ManageableCollection.  Is this true?

Nope, if you want OJB to create DatedList objects and initialize the
properties with it, you'll have to implement ManageableCollection. The
easiest way is probably to extend ManageableArrayList (OJB 1.0.3) or
TrackingListImpl (OJB 1.1) instead of ArrayList directly.
Also in this case, you should not need to specify collection-class if
you declare the collection fields with this type.

 Tom

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

Reply via email to