You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Oliver Heger (JIRA)" <ji...@apache.org> on 2008/03/23 20:11:24 UTC

[jira] Created: (CONFIGURATION-318) Constructor XMLConfiguration(HierarchicalConfiguration) loses the name of the root element

Constructor XMLConfiguration(HierarchicalConfiguration) loses the name of the root element
------------------------------------------------------------------------------------------

                 Key: CONFIGURATION-318
                 URL: https://issues.apache.org/jira/browse/CONFIGURATION-318
             Project: Commons Configuration
          Issue Type: Bug
    Affects Versions: 1.5
            Reporter: Oliver Heger
            Priority: Minor
             Fix For: 1.6


When creating an XMLConfiguration from another one using the copy constructor the name of the root element (i.e. the document element) is dropped. When the configuration is saved, the default root name ("configuration") is used.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (CONFIGURATION-318) Constructor XMLConfiguration(HierarchicalConfiguration) loses the name of the root element

Posted by "Oliver Heger (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CONFIGURATION-318?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Oliver Heger resolved CONFIGURATION-318.
----------------------------------------

    Resolution: Fixed

Should be fixed now in subversion.

> Constructor XMLConfiguration(HierarchicalConfiguration) loses the name of the root element
> ------------------------------------------------------------------------------------------
>
>                 Key: CONFIGURATION-318
>                 URL: https://issues.apache.org/jira/browse/CONFIGURATION-318
>             Project: Commons Configuration
>          Issue Type: Bug
>    Affects Versions: 1.5
>            Reporter: Oliver Heger
>            Assignee: Oliver Heger
>            Priority: Minor
>             Fix For: 1.6
>
>
> When creating an XMLConfiguration from another one using the copy constructor the name of the root element (i.e. the document element) is dropped. When the configuration is saved, the default root name ("configuration") is used.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.