Re: Garbage Collection and NSManagedObject

2009-02-13 Thread Samuel Strupp
question is: Is there a way to wait until the garbage collector is finished with a collectExhaustively? thanks for the help Samuel Am 12.02.2009 um 17:23 schrieb I. Savant: On Thu, Feb 12, 2009 at 10:55 AM, Samuel Strupp str...@synium.de wrote: I simply want to delete the actual database

Garbage Collection and NSManagedObject

2009-02-12 Thread Samuel Strupp
somebody a solution or idea for this garbage collector problem? Thanks Regrads Samuel Strupp ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa

Re: Garbage Collection and NSManagedObject

2009-02-12 Thread Samuel Strupp
with the disconnect from the old and the reconnect to new databse. Thats working. Only the old NSManagedObjects seems to be not deleted and create errors. Am 12.02.2009 um 16:30 schrieb I. Savant: On Thu, Feb 12, 2009 at 9:52 AM, Samuel Strupp str...@synium.de wrote: i have problem with the garbage

Re: Migration with abstract entities

2009-01-18 Thread Samuel Strupp
Ok, i think i do the migration manually. Thanks for the reply. It seems that the automatic mapping for core data models is not as good as it could be, especially for complex data models. Sam Am 17.01.2009 um 08:13 schrieb Quincey Morris: On Jan 16, 2009, at 21:00, Sean McBride wrote:

Migration with abstract entities

2009-01-16 Thread Samuel Strupp
Hi, does anybody know, how to migrate an object model with abstract entities correctly? The compiler throws errors for the mapping model can't auto generate value expression with nil mapping name. I found no documentation about migration with abstract entities in core data under Mac OS X