[OS-JIRA] Created: (WOL-740) VELEOGEN: userInfo's values can be Array / Map and String. Currently only supports String

From: Sebastien Sahuc (JIRA) ("Sebastien)
Date: Thu Mar 06 2008 - 02:22:27 EST

  • Next message: Andrew Lindesay: "Re: NSLog and wolips"

    VELEOGEN: userInfo's values can be Array / Map and String. Currently only supports String
    -----------------------------------------------------------------------------------------

                     Key: WOL-740
                     URL: http://issues.objectstyle.org/jira/browse/WOL-740
                 Project: WOProject/WOLips
              Issue Type: Bug
              Components: wolips
        Affects Versions: WOLips stable 3.3.4906 for Eclipse 3.3.2
             Environment: Latest of everything at this point in time
                Reporter: Sebastien Sahuc

    With the legacy eogen, the following userInfo (from the .plist file) would be translated into a dictionary , hence allowed iterating through all its keys and values:

                userInfo = {
                    eoGenKeyValues = (
                        {id = 1; value = admin; },
                        {id = 2; value = engineer; },
                        {id = 3; value = marketing; }
                    );
                };

    In the velocity eogen , the $userInfo.eoGenKeyValues resolves to a String, rather than than an expected Dictionary.

    -- 
    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 : Thu Mar 06 2008 - 02:23:57 EST