This is weird... Suddenly (or so it seems...), OJB wants all my collections to be RemovalAwareCollections.
When I retrieve an object with a Collection from the database, OJB seems to instantiate the collection to a RemovalAwareCollection before it is added to the object. So if the field in questions is declared as, say, ArrayList, I get an error. Then if I try to say collection-class="java.util.ArrayList", I get a ClassCastException... Any tips on where the error may be? -- Henrik --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
