Re: Default Model Group - Error or Warning?

2015-10-27 Thread Chuck Hill
And that null response is what triggers this exception.  This is in response to 
a notification asking for a class description for an entity named X.

Could be a bad prototype?

From: Calven Eggert mailto:cal...@mac.com>>
Date: Tuesday, October 27, 2015 at 10:17 AM
To: Chuck Hill mailto:ch...@gevityinc.com>>
Cc: WebObjects-Dev 
mailto:webobjects-dev@lists.apple.com>>
Subject: Re: Default Model Group - Error or Warning?

strange.  can't find any entity with that name.

I did:
EOEntity theModel = 
EOModelGroup.defaultGroup().entityNamed("NSMutableDictionary");

and the answer was nil.

hmmm...

Calven


On Oct 27, 2015, at 11:54 AM, Chuck Hill 
mailto:ch...@gevityinc.com>> wrote:

It looks like you have that as the Entity name for one of your entities in the 
model?  It is a modelling issue in any case.

Chuck


From: 
mailto:webobjects-dev-bounces+chill=gevityinc@lists.apple.com>>
 on behalf of Calven Eggert mailto:cal...@mac.com>>
Date: Tuesday, October 27, 2015 at 8:39 AM
To: WebObjects-Dev 
mailto:webobjects-dev@lists.apple.com>>
Subject: Default Model Group - Error or Warning?

I've just recently noticed that I get this error upon starting my WO app. 
Everything seems to be working ok, just wondering if I need to address it:

Oct 27 11:21:44 CRR[49599] ERROR er.extensions.eof.ERXEntityClassDescription  - 
Entity NSMutableDictionary not found in the default model group!




 ___
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

Re: Default Model Group - Error or Warning?

2015-10-27 Thread Calven Eggert
thank you.  that was a great idea since I now have all the Wonder source 
downloaded.

Calven


> On Oct 27, 2015, at 1:36 PM, Ricardo Parada  wrote:
> 
> Se a breakpoint in Wonder where that warning is logged to see if it gets you 
> anywhere to solving that mystery.  :-)
> 
> 
> 
> On Oct 27, 2015, at 1:17 PM, Calven Eggert  > wrote:
> 
>> strange.  can't find any entity with that name.
>> 
>> I did:
>> EOEntity theModel = 
>> EOModelGroup.defaultGroup().entityNamed("NSMutableDictionary");
>> 
>> and the answer was nil.
>> 
>> hmmm...
>> 
>> Calven
>> 
>> 
>>> On Oct 27, 2015, at 11:54 AM, Chuck Hill >> > wrote:
>>> 
>>> It looks like you have that as the Entity name for one of your entities in 
>>> the model?  It is a modelling issue in any case.
>>> 
>>> Chuck
>>> 
>>> 
>>> From: >> > on 
>>> behalf of Calven Eggert mailto:cal...@mac.com>>
>>> Date: Tuesday, October 27, 2015 at 8:39 AM
>>> To: WebObjects-Dev >> >
>>> Subject: Default Model Group - Error or Warning?
>>> 
>>> I've just recently noticed that I get this error upon starting my WO app. 
>>> Everything seems to be working ok, just wondering if I need to address it:
>>> 
>>> Oct 27 11:21:44 CRR[49599] ERROR 
>>> er.extensions.eof.ERXEntityClassDescription  - Entity NSMutableDictionary 
>>> not found in the default model group!
>>> 
>>> 
>>> 
>> 
>> ___
>> 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/rparada%40mac.com 
>> 
>> 
>> This email sent to rpar...@mac.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

Re: Default Model Group - Error or Warning?

2015-10-27 Thread Ricardo Parada
Se a breakpoint in Wonder where that warning is logged to see if it gets you 
anywhere to solving that mystery.  :-)



> On Oct 27, 2015, at 1:17 PM, Calven Eggert  wrote:
> 
> strange.  can't find any entity with that name.
> 
> I did:
> EOEntity theModel = 
> EOModelGroup.defaultGroup().entityNamed("NSMutableDictionary");
> 
> and the answer was nil.
> 
> hmmm...
> 
> Calven
> 
> 
>> On Oct 27, 2015, at 11:54 AM, Chuck Hill  wrote:
>> 
>> It looks like you have that as the Entity name for one of your entities in 
>> the model?  It is a modelling issue in any case.
>> 
>> Chuck
>> 
>> 
>> From:  on behalf 
>> of Calven Eggert 
>> Date: Tuesday, October 27, 2015 at 8:39 AM
>> To: WebObjects-Dev 
>> Subject: Default Model Group - Error or Warning?
>> 
>> I've just recently noticed that I get this error upon starting my WO app. 
>> Everything seems to be working ok, just wondering if I need to address it:
>> 
>> Oct 27 11:21:44 CRR[49599] ERROR er.extensions.eof.ERXEntityClassDescription 
>>  - Entity NSMutableDictionary not found in the default model group!
> 
> ___
> 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/rparada%40mac.com
> 
> This email sent to rpar...@mac.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

Re: Default Model Group - Error or Warning?

2015-10-27 Thread Calven Eggert
strange.  can't find any entity with that name.

I did:
EOEntity theModel = 
EOModelGroup.defaultGroup().entityNamed("NSMutableDictionary");

and the answer was nil.

hmmm...

Calven


> On Oct 27, 2015, at 11:54 AM, Chuck Hill  wrote:
> 
> It looks like you have that as the Entity name for one of your entities in 
> the model?  It is a modelling issue in any case.
> 
> Chuck
> 
> 
> From:  > on 
> behalf of Calven Eggert mailto:cal...@mac.com>>
> Date: Tuesday, October 27, 2015 at 8:39 AM
> To: WebObjects-Dev  >
> Subject: Default Model Group - Error or Warning?
> 
> I've just recently noticed that I get this error upon starting my WO app. 
> Everything seems to be working ok, just wondering if I need to address it:
> 
> Oct 27 11:21:44 CRR[49599] ERROR er.extensions.eof.ERXEntityClassDescription  
> - Entity NSMutableDictionary not found in the default model group!
> 
> 
> 

 ___
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

Re: Default Model Group - Error or Warning?

2015-10-27 Thread Chuck Hill
It looks like you have that as the Entity name for one of your entities in the 
model?  It is a modelling issue in any case.

Chuck


From: 
mailto:webobjects-dev-bounces+chill=gevityinc@lists.apple.com>>
 on behalf of Calven Eggert mailto:cal...@mac.com>>
Date: Tuesday, October 27, 2015 at 8:39 AM
To: WebObjects-Dev 
mailto:webobjects-dev@lists.apple.com>>
Subject: Default Model Group - Error or Warning?

I've just recently noticed that I get this error upon starting my WO app. 
Everything seems to be working ok, just wondering if I need to address it:

Oct 27 11:21:44 CRR[49599] ERROR er.extensions.eof.ERXEntityClassDescription  - 
Entity NSMutableDictionary not found in the default model group!



 ___
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