eContext = ERXEC.newEditingContext(false);
customers = Customer.fetchAllCustomers(eContext);
Is there anything suspicious with the definition of your Customer
entity? Does it have anything about fetching as shared, or cache-in-
memory, etc? The newEditingContext(false) is a little weird, too (vs
the empty method), though I don't think it would cause this. I would
assume this is something odd with your model.
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]