You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "irina fridkina (JIRA)" <ji...@apache.org> on 2007/08/10 03:17:42 UTC

[jira] Updated: (CONFIGURATION-291) addNodes() doesn't trigger auto saving

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

irina fridkina updated CONFIGURATION-291:
-----------------------------------------

    Fix Version/s:     (was: Nightly Builds)

> addNodes() doesn't trigger auto saving
> --------------------------------------
>
>                 Key: CONFIGURATION-291
>                 URL: https://issues.apache.org/jira/browse/CONFIGURATION-291
>             Project: Commons Configuration
>          Issue Type: Bug
>    Affects Versions: 1.4
>         Environment: I am using Nightly build dated July 19, 2007
>            Reporter: irina fridkina
>
> When I add nodes the XMLConfiguration with autoSave enabled the file doen't change to reflect new nodes. Here is an example
> XMLConfiguration config = new XMLConfiguration("c:\\conf.xml"); 
> config.setAutoSave(true) ;
> ConfigurationNode childNode = new HierarchicalConfiguration.Node("ChildNodeName","ChildNodeValue");
> List nodes = new ArrayList();
> nodes.add(childNode);
> config.addNodes(null,nodes);
> config.xml didn't change to include child node.

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