You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Vamsavardhana Reddy (JIRA)" <ji...@apache.org> on 2006/11/27 11:57:23 UTC

[jira] Closed: (GERONIMO-2458) MapEditor does not work

     [ http://issues.apache.org/jira/browse/GERONIMO-2458?page=all ]

Vamsavardhana Reddy closed GERONIMO-2458.
-----------------------------------------

    Resolution: Fixed

Use PropertiesEditor.  Replace null keys and values with empty string.

Fixed in rev 479580 (branches\1.1), rev 479585 (branches\1.2) and rev 479586 (trunk).

> MapEditor does not work
> -----------------------
>
>                 Key: GERONIMO-2458
>                 URL: http://issues.apache.org/jira/browse/GERONIMO-2458
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: common
>    Affects Versions: 1.1.1, 1.2
>         Environment: 1.2-SNAPSHOT
>            Reporter: Vamsavardhana Reddy
>         Assigned To: Vamsavardhana Reddy
>             Fix For: 1.1.2, 1.2, 2.0
>
>         Attachments: GERONIMO-2458.patch
>
>
> MapEditor.getAsText() is returning map.toString() which is not in sync with setAsText() that expects input in the form name1=value1 on separate lines.
> Bottom line...
> MapEditor.getAsText() returns
> {name1=value1, name2=value2}
> where as MapEditor.setAsText() expects
> name1=value1
> name=value2

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