Re: CoreData Object with transient attributes faulting after sync

2010-05-05 Thread Jerry Krinock
On 2010 May 05, at 02:54, Tom Fewster wrote: > the managed objects which contain transient values fault (didTurnIntoFault: > is called) and are recreated (awakeFromFetch is called), even though nothing > has changed, except for the contents of the transient attributes. This only > seems to hap

CoreData Object with transient attributes faulting after sync

2010-05-05 Thread Tom Fewster
I have a CoreData application which is using SyncServices (via NSPersistentStoreCoordinatorSyncing). A couple of entities contain transient attributes (transient values are not synced). The sync works fine & as expected. However, when the managed object context is reloaded after the sync is com