I have an Entity with an attribute customData storing dynamic information of unpredictable structure in XML text format.
The instances of the Entity cache their customData in the converted type of NSDictonary for better performance. If somehow the customData of an instance been changed by (another session or another app), through the typical data change notification, the attribute customData of all the living EO's that represent the same db record will be updated as expected, but their cached NSDictionary version of data will not be updated accordingly if no extra programming is done. Any idea of how to solve the data synchronization problem? Thanks _______________________________________________ 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]
