Re: Snapshot problems
Re: Snapshot problems
- Subject: Re: Snapshot problems
- From: Mike Schrag <email@hidden>
- Date: Sat, 21 Apr 2007 17:38:59 -0400
B) Why is something flushing caches on the parent object when the child object saves? This certain SOUNDS like it could be what's screwing up my parent editing context's snapshot.
It's not the snapshot cache it's referring to ... flushCaches() is a method on ERXGenericRecord whose default implementation is:
public void flushCaches() {}
I assume this exists to allow you to have custom caches that exist in your EOs. That log message displays just before it calls the flushCaches() method on all deleted EOs during editingContextWillSaveChanges.
ms |
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden