are you loading in a bunch of different models and building cross model 
relationships?

if so, it may be related to the order in which they load, but I know not, about 
such things...

oh, BTW, as software engineers, we were all cursed and that's why nothing works 
the first time through - it was something to do with apple or eating an apple 
or something.

On May 9, 2013, at 6:25 PM, James Cicenia <[email protected]> wrote:

> 
> Everything seems to check out everywhere with model verifications, class 
> paths to ERAttachment, etc.
> 
> My log seems somewhat normal, nothing stands out saying the model didn't load.
> 
> 
> 
> On May 9, 2013, at 5:04 PM, James Cicenia <[email protected]> wrote:
> 
>> 
>> I generally have a "0" point WebObjects curse....
>> 
>> Whether it is NewProject0, Migration0, Deployment0, SetupWorkstation0... I 
>> am cursed.
>> 
>> Good thought to double check the model. It is Model0 after all.
>> 
>> 
>> 
>> On May 9, 2013, at 5:00 PM, Jesse Tayler <[email protected]> wrote:
>> 
>>> 
>>> if you are certain your model is correct
>>> 
>>> I recall that I've seen situations where basically the model wasn't loading 
>>> in at all, and so just about everything would report errors like -- this 
>>> can't find that -- type stuff.
>>> 
>>> of course, I can't recall how I resolved those things, but your error 
>>> triggered some distant memories of pulled hair...
>>> 
>>> 
>>> On May 9, 2013, at 5:53 PM, James Cicenia <[email protected]> wrote:
>>> 
>>>> 
>>>> Tripled checked class paths.
>>>> Added the modelDependencies() in my migration0
>>>> 
>>>> PropertiesFile
>>>> 
>>>> er.migration.migrateAtStartup=true
>>>> er.migration.createTablesIfNecessary=true
>>>> er.migration.modelNames=ERUsers,ERAttachment,ERTaggable,ERAuth,YellaDatabaseModel,ERCoreBL
>>>> 
>>>> java.lang.IllegalArgumentException: EORelationship(): cannot find entity 
>>>> named ERAttachment for destination of relationship attachment in entity 
>>>> ERCMailAttachment.
>>>> 
>>>> Other suggestions?
>>>> James
>>>> 
>>>> 
>>>> On May 9, 2013, at 4:47 PM, Ramsey Gurley <[email protected]> wrote:
>>>> 
>>>>> @Override
>>>>> public NSArray<ERXModelVersion> modelDependencies() {
>>>>>   return new NSArray<ERXModelVersion>(new ERXModelVersion("ERAttachment", 
>>>>> 0));
>>>>> }
>>>> 
>>>> _______________________________________________
>>>> Do not post admin requests to the list. They will be ignored.
>>>> Webobjects-dev mailing list      ([email protected])
>>>> Help/Unsubscribe/Update your Subscription:
>>>> https://lists.apple.com/mailman/options/webobjects-dev/jtayler%40oeinc.com
>>>> 
>>>> This email sent to [email protected]
>>> 
>> 
> 
> _______________________________________________
> Do not post admin requests to the list. They will be ignored.
> Webobjects-dev mailing list      ([email protected])
> Help/Unsubscribe/Update your Subscription:
> https://lists.apple.com/mailman/options/webobjects-dev/jtayler%40oeinc.com
> 
> This email sent to [email protected]

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

This email sent to [email protected]

Reply via email to