[ http://issues.apache.org/jira/browse/GERONIMO-2458?page=comments#action_12439953 ] Jason Dillon commented on GERONIMO-2458: ----------------------------------------
Why not just change MapEditor to extend from PropertiesEditor? > 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.2, 1.1.1 > Environment: 1.2-SNAPSHOT > Reporter: Vamsavardhana Reddy > Fix For: 1.2, 1.1.2 > > 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
