Re: Child editing context not getting updated with save

2014-06-19 Thread Benjamin Chew
I'm using ERXEC auto locking without calling lock() explicitly and the method is a component action (called in the RR loop). Ben On Wed, Jun 18, 2014 at 9:08 PM, Chuck Hill ch...@global-village.net wrote: Is the child EC locked? On 2014-06-18, 2:27 PM, Benjamin Chew wrote: Hi All,

Child editing context not getting updated with save

2014-06-18 Thread Benjamin Chew
Hi All, I'm new to dealing with child editing contexts and am wondering if anyone can help shed some light on this issue. So I have a parent EC and a child EC, and I fetch an object into the child EC. I then modify the object by using code like this: EOEditingContext tempEC =

Re: Child editing context not getting updated with save

2014-06-18 Thread Chuck Hill
Is the child EC locked? On 2014-06-18, 2:27 PM, Benjamin Chew wrote: Hi All, I'm new to dealing with child editing contexts and am wondering if anyone can help shed some light on this issue. So I have a parent EC and a child EC, and I fetch an object into the child EC. I then modify the