RE: Shared EC problems for a newbie

2006-02-24 Thread Randy Wigginton
Hello, I tried sending this mail earlier, but I never saw it come across. I have a VERY SMALL table; literally, three rows, that holds status. "Enabled", "Disabled", and "Missing". These are associated with id's 0,1, and 2. Since I need to set other object's status, I cache these three values by

Re: Shared EC problems for a newbie

2006-02-23 Thread Art Isbell
On Feb 23, 2006, at 12:37 PM, Timmy wrote: I've got a set of EOs that are fetched in Application by a EOSharedEditingContext. These are objects that are used to populate lists in my application. I have a component where an admin type can (hopefully) alter these objects when/if truly necessa

Shared EC problems for a newbie

2006-02-23 Thread Timmy
I've got a set of EOs that are fetched in Application by a EOSharedEditingContext. These are objects that are used to populate lists in my application. I have a component where an admin type can (hopefully) alter these objects when/if truly necessary - but it would be rare. So, they are tru