Re: Object is not reachable from this managed object context

2008-10-18 Thread Lakshmi Vyasarajan
"It looks to me like you are sharing one MOC between two threads (the web service update worker thread and the main thread). You need two MOC's. Write from the worker thread to the worker thread's MOC, then tell the main thread to refresh." I do have two MOC's. Would be kinda weird to get

Object is not reachable from this managed object context

2008-10-16 Thread Lakshmi Vyasarajan
Hello, I am developing an application that imports / synchronizes data from a web service . I have a worker thread performing the poll / sync routine. After I do the sync I refresh the main thread by calling mergeChangesFromContextDidSaveNotification. I get an exception with reason [Obj

Suggesting a user name for NSURLConnection

2008-09-22 Thread Lakshmi Vyasarajan
Hello, I have an application that interfaces with delicious. I have created an account in delicious for testing purposes. In the process of switching between these accounts, my keychain now has two entries for delicious API URL. When I am calling the service I know which user the call is