You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@juddi.apache.org by "Alex O'Ree (JIRA)" <ju...@ws.apache.org> on 2014/12/06 01:59:17 UTC

[jira] [Closed] (JUDDI-890) when saving a config with node/properties defined, the output is concat'd

     [ https://issues.apache.org/jira/browse/JUDDI-890?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alex O'Ree closed JUDDI-890.
----------------------------

> when saving a config with node/properties defined, the output is concat'd
> -------------------------------------------------------------------------
>
>                 Key: JUDDI-890
>                 URL: https://issues.apache.org/jira/browse/JUDDI-890
>             Project: jUDDI
>          Issue Type: Bug
>          Components: juddi-client
>    Affects Versions: 3.2
>            Reporter: Alex O'Ree
>            Assignee: Alex O'Ree
>             Fix For: 3.2.1
>
>
> source
> <properties>
> <property name="serverName" value="localhost"/>
> <property name="serverPort" value="8080"/>
> </properties>
> output
> <properties>
>  <property name="serverName,serverPort" value="localhost,8080"/>
> </properties>



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)