I think I found the problem. It turns out, that EntityModeler in
WOLips 4450 kills my FetchSpecs:
old:
qualifier =
{
class = EOAndQualifier;
qualifiers =
(
{
class = EOKeyValueQualifier;
key = quarterPlanDefinition.mandantor;
selectorName = isEqualTo:;
value =
{
_key = mandantor;
class = EOQualifierVariable;
};
},
{
class = EOKeyValueQualifier;
key = company.isPublicInt;
selectorName = isEqualTo:;
value =
{
class = NSNumber;
value = 1;
};
}
);
};
new (after opening and saving with 4450):
qualifier =
{
class = EOAndQualifier;
qualifiers =
(
{},
{}
);
};
I'll file a bug and revert to an older wolips version.
Timo
Am 15.10.2007 um 12:09 schrieb Timo Hoepfner:
Hi,
all of a sudden I get the following error when I try to run
EOGenerator (1.7):
2007-10-15 12:05:42.180 eogenerator[777] *** -[NSCFDictionary
_addBindingsToDictionary:]: selector not recognized [self = 0x3c4a70]
2007-10-15 12:05:42.181 eogenerator[777] *** Uncaught exception:
<NSInvalidArgumentException> *** -[NSCFDictionary
_addBindingsToDictionary:]: selector not recognized [self = 0x3c4a70]
The templates haven't changed and I'm quite confident, that I
didn't make any dirty changes to the model.
Any idea where to look for the problem?
Timo
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/th-dev%
40onlinehome.de
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:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com
This email sent to [EMAIL PROTECTED]