is anyone using castor xml for marshalling / unmarshalling objects that use NSMutableArray ?
if so how are you handling the NSMutableArrays ? i presumed that by specifying the collection = "collection" it would just work (we are using wonder so have the patched version of NSMutableArray), but it just ignores my arrays. if i specify collection = "arrayList" then it complains about a type mismatch. if i use native vectors or lists it works fine. i guess i could just cover the set and get with native collections instead..? simon
_______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to [email protected]
