| Hi, Wolfram WebObjects apps cache data when first fetched from database. There are several ways for data cache to be updated. 1) restart application as you already mentioned. 2) perform objects refresh on editingContext used in your user application. I do it with this: EOSharedEditingContext.defaultSharedEditingContext().rootObjectStore().invalidateAllObjects(); 3) refresh objects in user application every time they are fetched. It means fetchSpecification used to present data should be set to refresh objects. If this fetchSpecification is defined in model - you should set this option. If you define this programmatically: fetchSpec.setRefreshesRefetchedObjects(true); Regards, Gennady On 17.10.2005, at 13:09, Wolfram Stebel wrote:
|
_______________________________________________ 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]
