Re: Duplicate Database accesses...
Re: Duplicate Database accesses...
- Subject: Re: Duplicate Database accesses...
- From: Mike Schrag <email@hidden>
- Date: Sun, 25 Nov 2007 23:01:55 -0500
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@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden