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

Oliver Heger updated CONFIGURATION-316:
---------------------------------------

    Affects Version/s:     (was: 1.6)
                       1.5
        Fix Version/s: 1.6
             Assignee: Oliver Heger

> Constructor XMLConfiguration(HierarchicalConfiguration) invalidates text in 
> singular top element
> ------------------------------------------------------------------------------------------------
>
>                 Key: CONFIGURATION-316
>                 URL: https://issues.apache.org/jira/browse/CONFIGURATION-316
>             Project: Commons Configuration
>          Issue Type: Bug
>    Affects Versions: 1.5
>         Environment: Sun JDK 6 on Debian GNU/Linux
>            Reporter: Daniel Kraft
>            Assignee: Oliver Heger
>            Priority: Minor
>             Fix For: 1.6
>
>         Attachments: output.txt, Test.java
>
>
> When using the XMLConfiguration(HierarchicalConfiguration) constructor for 
> copying an XMLConfiguration e.g. originally read from the XML string <e 
> a="v">example</e>, the "example" text can still be retrieved from the copy 
> using getString(""). When saving the copy to an XML file, however, the text 
> is not written; the resulting XML string is just <configuration a="v"/>. I 
> will attach sample code that illustrates this.
> Whether it is intended that the name of the top-level element gets lost as 
> well, I don't know (but that is not my focus here).

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

Reply via email to