Return-Path: Delivered-To: apmail-jakarta-commons-user-archive@www.apache.org Received: (qmail 15761 invoked from network); 30 May 2006 13:56:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 30 May 2006 13:56:03 -0000 Received: (qmail 45873 invoked by uid 500); 30 May 2006 13:54:30 -0000 Delivered-To: apmail-jakarta-commons-user-archive@jakarta.apache.org Received: (qmail 44592 invoked by uid 500); 30 May 2006 13:54:23 -0000 Mailing-List: contact commons-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Jakarta Commons Users List" Reply-To: "Jakarta Commons Users List" Delivered-To: mailing list commons-user@jakarta.apache.org Received: (qmail 44293 invoked by uid 99); 30 May 2006 13:54:21 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 May 2006 06:54:21 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [212.42.230.40] (HELO pima.hostsharing.net) (212.42.230.40) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 May 2006 06:34:24 -0700 Received: from webmail.hostsharing.net (localhost [127.0.0.1]) by pima.hostsharing.net (Postfix) with SMTP id 8A9F4B05EF26 for ; Tue, 30 May 2006 15:34:57 +0200 (CEST) Received: from 160.44.244.20 (auth. user sol00-thomas@sol00.hostsharing.net) by webmail.hostsharing.net with HTTP; Tue, 30 May 2006 15:34:57 +0200 To: "Jakarta Commons Users List" Subject: [configuration] XMLConfiguration and ConfigurationFactory Date: Tue, 30 May 2006 15:34:57 +0200 X-Mailer: IlohaMail/0.8.14 (On: webmail.hostsharing.net) Message-ID: From: "thomas peter" Bounce-To: "thomas peter" Errors-To: "thomas peter" MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N i need a hint what to use for the following scenario: i'd like to have a central config.xml where i include my additional config files (). so i create a ConfigurationFactory(config.xml) and get a configuration object via getConfiguration(). the referenced files, that are included in my config.xml, are xml-files as well, they are more complex than property-files too, and can overlap each other: value1 value2 value43 as i saw in the tutorials, the most powerfull way to handle these structures is to see them as XMLConfiguration. But the ConfigurationFactory only deliveres Configurations. any hint's how to resolve the problem? am i doing things wrong? thanx, thomas --------------------------------------------------------------------- To unsubscribe, e-mail: commons-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-user-help@jakarta.apache.org