• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
EntityModeler eats my FetchSpecs (was: EOGenerator: selector not recognized)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


  • Subject: EntityModeler eats my FetchSpecs (was: EOGenerator: selector not recognized)
  • From: Timo Hoepfner <email@hidden>
  • Date: Mon, 15 Oct 2007 12:21:31 +0200

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@hidden)
Help/Unsubscribe/Update your Subscription:
40onlinehome.de


This email sent to email@hidden

_______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (email@hidden) Help/Unsubscribe/Update your Subscription: This email sent to email@hidden
References: 
 >EOGenerator: selector not recognized (From: Timo Hoepfner <email@hidden>)

  • Prev by Date: EOGenerator: selector not recognized
  • Next by Date: Eclipse 3.3?
  • Previous by thread: EOGenerator: selector not recognized
  • Next by thread: Eclipse 3.3?
  • Index(es):
    • Date
    • Thread