Yep that was it. -- Thanks. I changed the newEditingContext() it was only false when I sent the email as I was grasping at straws on the crash. I had both "Cache in Memory" and "Share objects fetched" set. When I cleared them, things went better. I suspect ERXEC doesn't like those.
On 11/25/07, Mike Schrag <[EMAIL PROTECTED]> wrote: > > > 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/lesv%40angeltech.com > > This email sent to [EMAIL PROTECTED] > -- Les Vogel 808 870-0418
_______________________________________________ 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]
