You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by bu...@apache.org on 2005/07/26 01:07:52 UTC

DO NOT REPLY [Bug 35858] New: - subset() method alters XMLConfiguration when invoked

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=35858>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=35858

           Summary: subset() method alters XMLConfiguration when invoked
           Product: Commons
           Version: unspecified
          Platform: Other
        OS/Version: other
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Configuration
        AssignedTo: commons-dev@jakarta.apache.org
        ReportedBy: jamock@mindspring.com


Invoking subset() on an XMLConfiguration causes the underlying hierarchy to 
change.  For example, using the database example on the webpage, performing 
the following and then serializing the XMLConfiguration file will show the 
structure has been altered:

XMLConfiguration xmlConfig = new XMLConfiguration(databaseDotXmlUrl);
xmlConfig.subset("tables.table(0");
xmlConfig.save("C:/AlteredDatabase.xml");

Not sure this was the intent of the method... actually the method returns a 
new HierarchicalConfiguration object but this method has undesired side effect 
on the original configuration.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org