CoreData faulting - does it rely on #self?
CoreData faulting - does it rely on #self?
- Subject: CoreData faulting - does it rely on #self?
- From: Todd Blanchard <email@hidden>
- Date: Wed, 12 Apr 2006 12:47:39 -0700
I'm running into some issues regarding CoreData tossing exceptions
after a save. Do NSManagedObjects rely on the same kind of faulting
technology as EOF? If I implement a method called 'self' in a
subclass of NSManagedObject, will I break it?
I'm seeing:
2006-04-12 15:04:31.610 HackOMatic [20566] Exception raised during
posting of notification. Ignored. exception: Unknown key in query.
self
during the save operation.
I implemented 'self' in my subclass so I could bind some UI on it
using bindings and see the pointer values in some debugging tools of
mine.
The program runs great until the first save - then its hosed.
-Todd Blanchard
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden