On 5/18/05, Lemke, Wesley <[EMAIL PROTECTED]> wrote: > I am still getting this error: > > [5/18/05 9:57:20:166 CDT] 74345b16 SystemOut O [PersistentField] > ERROR: while set field: > [try to set 'object value' in 'target object' > target obj class: com.lmig.pm.affinity.model.client.account.AccountTeam > target field name: accountManagers > target field type: class com.lmig.pm.affinity.util.DatedList > target field declared in: > com.lmig.pm.affinity.model.client.account.AccountTeam > object value class: > org.apache.ojb.broker.util.collections.RemovalAwareCollection > object value: [null(N0100000)] > ] > > I have tried to extend bot ManageableArrayList and RemovalAwareList. > Both give the same error. I am using OJB 1.0.2. Any other ideas?
I've changed that in 1.0.3: If the declared type of the collection field is a subtype of ManageableCollection, then OJB uses that and does not require the collection-class attribute. So, either you should update to 1.0.3 or you specify collection-class. Tom --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
