Hey guys, hoping maybe one of you can shed light on this issue we've been 
having intermittently:

We start by fetching all the rows out of a table using 
EOUtilities.objectsForEntityNamed(editingContext, entityName), and then filter 
that array with ERXArrayUtilities.sortedArraySortedWithKey(array, key). The 
problem is that occasionally the sorting trips up 
ERXDatabaseContextDelegate.databaseContextFailedToFetchObject when faulting an 
element in the array (shouldn't this already have happened when building the 
NSArray from objectsForEntityNamed?).

The objects we are fetching are the same as that throwing the error, so it's 
not a relationship fault that is causing the problem. I'm curious why this 
problem would occur in the sort instead of the fetch.

Finally, this problem only manifests itself in our test environment (a Solaris 
box) and not on our local development machines (iMacs). The application is 
built with all the frameworks embedded, and the OS X classpaths match the UNIX 
classpaths. We took the bundle that exhibited this issue and re-tested locally 
but the problem still only exists on the Solaris machine.

Thanks for the help,
-Ben _______________________________________________
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]

Reply via email to