• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Creating new EOObjectStoreCoordinator for thread
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Creating new EOObjectStoreCoordinator for thread


  • Subject: Re: Creating new EOObjectStoreCoordinator for thread
  • From: netBrackets <email@hidden>
  • Date: Wed, 06 Aug 2008 14:05:34 -0500

Yep, that's what I did, as well as removing the offending "inverse" relationships.  I changed to the ERXEC.newEditingContext originally to get rid of the "you don't have a delegate" error.  What I didn't try was adding the "inverse" relationships back in while using ERXEC to create the new editing context, since for now I don't use the inverse links anyway.  I may need them in the future though so might be interesting to add them back and see what happens.  I'll let you know.

Jeff


On Wednesday, August 06, 2008, at 01:02PM, "Mike Schrag" <email@hidden> wrote:
>> 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@hidden)
>Help/Unsubscribe/Update your Subscription:
>
>This email sent to email@hidden
>
>
 _______________________________________________
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

  • Follow-Ups:
    • Re: Creating new EOObjectStoreCoordinator for thread
      • From: Mike Schrag <email@hidden>
References: 
 >Creating new EOObjectStoreCoordinator for thread (From: Jeff Schmitz <email@hidden>)
 >Re: Creating new EOObjectStoreCoordinator for thread (From: Kieran Kelleher <email@hidden>)
 >Re: Creating new EOObjectStoreCoordinator for thread (From: Jeff Schmitz <email@hidden>)
 >Re: Creating new EOObjectStoreCoordinator for thread (From: Kieran Kelleher <email@hidden>)
 >Re: Creating new EOObjectStoreCoordinator for thread (From: Jeff Schmitz <email@hidden>)
 >Re: Creating new EOObjectStoreCoordinator for thread (From: Jeff Schmitz <email@hidden>)
 >Re: Creating new EOObjectStoreCoordinator for thread (From: Chuck Hill <email@hidden>)
 >Re: Creating new EOObjectStoreCoordinator for thread (From: Jeff Schmitz <email@hidden>)
 >Re: Creating new EOObjectStoreCoordinator for thread (From: Mike Schrag <email@hidden>)

  • Prev by Date: Re: Creating new EOObjectStoreCoordinator for thread
  • Next by Date: Re: Creating new EOObjectStoreCoordinator for thread
  • Previous by thread: Re: Creating new EOObjectStoreCoordinator for thread
  • Next by thread: Re: Creating new EOObjectStoreCoordinator for thread
  • Index(es):
    • Date
    • Thread