getConfigurationNames() does not report names of nested configurations ----------------------------------------------------------------------
Key: CONFIGURATION-288 URL: https://issues.apache.org/jira/browse/CONFIGURATION-288 Project: Commons Configuration Issue Type: Bug Affects Versions: Nightly Builds Environment: using trunk of august 6 2007 Reporter: Thorbjørn Ravn Andersen Given a <configuration> A which includes a <configuration> B which in turn loads the <properties> C. A and C has the config-name attribute. B does not. Calling A.getConfigurationNames() does not return the name of C. From my initial reading of the code, it only returns names on the B level. It also appears that the name for A does not appear either. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.