Re: CoreData Mysterious Conditional Data Loss

2009-09-24 Thread Ken Ferry
On Thu, Sep 24, 2009 at 6:59 AM, Milen Dzhumerov wrote: > > On 24 Sep 2009, at 14:20, I. Savant wrote: > > We're probably going to need a bit more information than this. You >> say the icons are "gone". I assume your entity instances are still >> there and all their other properties are present

Re: CoreData Mysterious Conditional Data Loss

2009-09-24 Thread I. Savant
On Sep 24, 2009, at 9:59 AM, Milen Dzhumerov wrote: You got it right first time, many thanks. The images were created using NSImage's initByReferencingFile: which I presume only references the image file. That's what I thought at first (that CoreData stored the path to the image within the

Re: CoreData Mysterious Conditional Data Loss

2009-09-24 Thread Milen Dzhumerov
On 24 Sep 2009, at 14:20, I. Savant wrote: We're probably going to need a bit more information than this. You say the icons are "gone". I assume your entity instances are still there and all their other properties are present but only the NSImage attribute is coming back with an empty image?

Re: CoreData Mysterious Conditional Data Loss

2009-09-24 Thread I. Savant
On Sep 24, 2009, at 8:38 AM, Milen Dzhumerov wrote: Hi all, I'm experiencing the weirdest conditional data loss that I've seen in a long time. One of my managed objects has an NSImage property (stored as Transformable). Now here's the bug in summary: If the app bundle which initially crea

CoreData Mysterious Conditional Data Loss

2009-09-24 Thread Milen Dzhumerov
Hi all, I'm experiencing the weirdest conditional data loss that I've seen in a long time. One of my managed objects has an NSImage property (stored as Transformable). Now here's the bug in summary: If the app bundle which initially created the persistence file (SQLite or XML) gets moved,