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:31:25 UTC

[jira] Resolved: (CONFIGURATION-316) Constructor XMLConfiguration(HierarchicalConfiguration) invalidates text in singular top element

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

Oliver Heger resolved CONFIGURATION-316.
----------------------------------------

    Resolution: Fixed

A fix has been applied to both trunk and the configuration2 branch.

> 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.