[OS-JIRA] Created: (WOL-733) Entity Editor munges fetchspecs

From: Louis Demers (JIRA) ("Louis)
Date: Tue Mar 04 2008 - 01:50:25 EST

  • Next message: Julius Spencer: "java.lang.NoClassDefFoundError: JDBCPlugIn"

    Entity Editor munges fetchspecs
    -------------------------------

                     Key: WOL-733
                     URL: http://issues.objectstyle.org/jira/browse/WOL-733
                 Project: WOProject/WOLips
              Issue Type: Bug
              Components: wolips
        Affects Versions: WOLips 3.3.2.* (nightly build please specify)
             Environment: OS X 10.5 WOLIps 3.3.4918 Entity Modeler
                Reporter: Louis Demers

    Using a the following fetchspec in Entity Modeler

    (part = $part) and (project = $project) and (contact = $contact)

    ends up as

    ((part = $$part) and (project = $$project) and (contact = $$contact))

    in in other fetchspecs that are working correctly, (i.e. ((number caseinsensitivelike $number) and (title caseinsensitivelike $title)), Entity Modeler displays the fetchpecs as

    number caseInsensitiveLike number and title caseInsensitiveLike title

    stripping all the parenthesis and dollar signs

    -- 
    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 : Tue Mar 04 2008 - 01:52:15 EST