From issues-return-42-apmail-commons-issues-archive=commons.apache.org@commons.apache.org Mon Aug 06 20:08:25 2007 Return-Path: Delivered-To: apmail-commons-issues-archive@locus.apache.org Received: (qmail 84962 invoked from network); 6 Aug 2007 20:08:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 6 Aug 2007 20:08:21 -0000 Received: (qmail 40240 invoked by uid 500); 6 Aug 2007 20:08:19 -0000 Delivered-To: apmail-commons-issues-archive@commons.apache.org Received: (qmail 40147 invoked by uid 500); 6 Aug 2007 20:08:18 -0000 Mailing-List: contact issues-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: issues@commons.apache.org Delivered-To: mailing list issues@commons.apache.org Received: (qmail 40138 invoked by uid 99); 6 Aug 2007 20:08:18 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Aug 2007 13:08:18 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Aug 2007 20:08:19 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 13E4A7141E2 for ; Mon, 6 Aug 2007 13:07:59 -0700 (PDT) Message-ID: <28809543.1186430879049.JavaMail.jira@brutus> Date: Mon, 6 Aug 2007 13:07:59 -0700 (PDT) From: "Oliver Heger (JIRA)" To: issues@commons.apache.org Subject: [jira] Commented: (CONFIGURATION-288) getConfigurationNames() does not report names of nested configurations In-Reply-To: <20712079.1186412040598.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/CONFIGURATION-288?page=3Dcom.at= lassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12518005 = ]=20 Oliver Heger commented on CONFIGURATION-288: -------------------------------------------- Could you please provide an example configuration file and a short code fra= gment, so this issue can be easier reproduced? Thanks. >From your description I am not convinced that this is a bug. It was intende= d that only the names of configurations directly added to a combined config= uration are returned by getConfigurationNames(). A combined configuration i= s not aware of any nested combined configurations. > 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=C3=B8rn Ravn Andersen > > Given a A which includes a B which in tur= n loads the 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. --=20 This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.