EntityModeler eats my FetchSpecs (was: EOGenerator: selector not recognized)

From: Timo Hoepfner (th-de..nlinehome.de)
Date: Mon Oct 15 2007 - 06:21:31 EDT

  • Next message: JIRA: "[OS-JIRA] Created: (WOL-585) EntityModeler destroys FetchSpecs"

    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 (Webobjects-de..ists.apple.com)
    > Help/Unsubscribe/Update your Subscription:
    > http://lists.apple.com/mailman/options/webobjects-dev/th-dev%
    > 40onlinehome.de
    >
    > This email sent to th-de..nlinehome.de



    This archive was generated by hypermail 2.0.0 : Mon Oct 15 2007 - 06:23:07 EDT