Re: Trouble with core data and Save As

2010-03-02 Thread Richard Somers
On Feb 26, 2010, at 11:50 PM, Gideon King wrote: I'm having another look at an issue I posted about a couple of weeks ago, where Save As was causing an error. On my project I noticed the following anomaly. Add a managed object to the store, save the file, then save the file as another name.

Re: Trouble with core data and Save As

2010-03-02 Thread Gideon King
> > The custom store seems like the most probable source of issues. One source > of problems I've seen is when a custom store doesn't handle either the > metadata or the objectIDs correctly. The store UUID and the object's IDs > need to be stable (e.g. if we ask your store for its UUID, it do

re: Trouble with core data and Save As

2010-03-02 Thread Ben Trumbull
> I'm having another look at an issue I posted about a couple of weeks ago, > where Save As was causing an error. At the time, I was using a custom managed > object context. I have now reverted to a standard managed object context. I > do not create or release this managed object context anywher

Re: Trouble with core data and Save As

2010-03-01 Thread Gideon King
10.6.2. I did receive a suggestion from Jerry Krinock over the weekend to try switching to an XML store and seeing whether that fixed the problem, so I could narrow it down as to what was causing the problem, but haven't had time to look into that yet (I have a lot of custom code for transformab

Re: Trouble with core data and Save As

2010-03-01 Thread Sean McBride
On 2/27/10 4:50 PM, Gideon King said: >I'm having another look at an issue I posted about a couple of weeks >ago, where Save As was causing an error. I've had quite a few bugs with Save As. One was fixed in 10.6.2. What OS are you using? -- _