core data: awakeFromFetch, awakeFromInsert, didTurnIntoFault

2008-06-02 Thread [EMAIL PROTECTED]
in a couple of my classes subclassed from NSManagedObject, i provide the methods: awakeFromFetch, awakeFromInsert, & didTurnIntoFault. in the awake messages, after calling the appropriate super methods, i establish some observers like: [[NSNotificationCenter defaultCenter] addObserver:

Re: core data: awakeFromFetch, awakeFromInsert, didTurnIntoFault

2008-06-02 Thread Hamish Allan
On Mon, Jun 2, 2008 at 4:34 PM, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > however, if i then redo the action, neither awakeFromFetch nor > awakeFromInsert is called, and thus i'm left without my observing in place. I had the same problem recently, and wrote a workaround for it: http://www.c