In your migration, you also need

@Override
public NSArray<ERXModelVersion> modelDependencies() {
        return new NSArray<ERXModelVersion>(new ERXModelVersion("ERAttachment", 
0));
}

That way, it is loaded first so the dependency doesn't fail to resolve.

Ramsey

On May 9, 2013, at 2:42 PM, Chuck Hill wrote:

> Sounds like the model is not getting loaded which suggests that it is not on 
> your classpath for the framework with the EOModel.
> 
> 
> On 2013-05-09, at 2:40 PM, James Cicenia wrote:
> 
>> I can't seem to get ERAttachment to migrate first as I keep getting an error:
>> 
>> EORelationship(): cannot find entity named ERAttachment for destination of 
>> relationship attachment in entity ....
>> 
>> Thanks
>> James
>> 
>> _______________________________________________
>> Do not post admin requests to the list. They will be ignored.
>> Webobjects-dev mailing list      (Webobjects-dev@lists.apple.com)
>> Help/Unsubscribe/Update your Subscription:
>> https://lists.apple.com/mailman/options/webobjects-dev/chill%40global-village.net
>> 
>> This email sent to ch...@global-village.net
> 
> -- 
> Chuck Hill             
> Executive Managing Partner, VP Development and Technical Services
> 
> Practical WebObjects - for developers who want to increase their overall 
> knowledge of WebObjects or who are trying to solve specific problems.    
> http://www.global-village.net/gvc/practical_webobjects
> 
> Global Village Consulting ranks 13th in 2012 in BIV's Top 100 Fastest Growing 
> Companies in B.C! 
> Global Village Consulting ranks 76th in 24th annual PROFIT 200 ranking of 
> Canada’s Fastest-Growing Companies by PROFIT Magazine!
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> _______________________________________________
> Do not post admin requests to the list. They will be ignored.
> Webobjects-dev mailing list      (Webobjects-dev@lists.apple.com)
> Help/Unsubscribe/Update your Subscription:
> https://lists.apple.com/mailman/options/webobjects-dev/rgurley%40smarthealth.com
> 
> This email sent to rgur...@smarthealth.com

 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to