Actually, I was using:
EOObjectStoreCoordinator parentObjectStore = new
EOObjectStoreCoordinator();
EOEditingContext threadEditingContext = new
EOEditingContext(parentObjectStore);
You're using Wonder, right? I just setup a test case of this and it
worked fine, except that you should be using ERXEC to get your editing
context:
EOObjectStoreCoordinator coord = new EOObjectStoreCoordinator();
EOEditingContext ec = ERXEC.newEditingContext(coord);
Try that and see if it makes a difference.
ms
_______________________________________________
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]