[OS-JIRA] Created: (WOL-585) EntityModeler destroys FetchSpecs

From: JIRA (Timo)
Date: Mon Oct 15 2007 - 06:25:59 EDT

  • Next message: Timo Hoepfner: "Re: EntityModeler eats my FetchSpecs (was: EOGenerator: selector not recognized)"

    EntityModeler destroys FetchSpecs
    ---------------------------------

                     Key: WOL-585
                     URL: http://issues.objectstyle.org/jira/browse/WOL-585
                 Project: WOProject/WOLips
              Issue Type: Bug
              Components: wolips
        Affects Versions: 3.3.* (nightly build please specify)
             Environment: Eclipse 3.3.1, Build 4450. Also installed the "Eclipse RCP Patch 1 for 3.3.1 - ICU4J data update including tzdata 2007h" today. No clue if related.
                Reporter: Timo Höpfner
                Priority: Critical

    EntityModeler in WOLips 4450 kills my FetchSpecs:

    original:

            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;
                       };
                   }
                );
            };

    after opening and saving with 4450:

    qualifier =
            {
                class = EOAndQualifier;
                qualifiers =
                (

                   {},

                   {}
                );
            };

    -- 
    This message is automatically generated by JIRA.
    -
    If you think it was sent incorrectly contact one of the administrators: http://issues.objectstyle.org/jira/secure/Administrators.jspa
    -
    For more information on JIRA, see: http://www.atlassian.com/software/jira
    



    This archive was generated by hypermail 2.0.0 : Mon Oct 15 2007 - 06:26:51 EDT