Return-Path: Delivered-To: apmail-jakarta-commons-user-archive@www.apache.org Received: (qmail 14514 invoked from network); 1 Dec 2005 15:17:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 1 Dec 2005 15:17:30 -0000 Received: (qmail 8396 invoked by uid 500); 1 Dec 2005 15:17:22 -0000 Delivered-To: apmail-jakarta-commons-user-archive@jakarta.apache.org Received: (qmail 7565 invoked by uid 500); 1 Dec 2005 15:17:11 -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 7551 invoked by uid 99); 1 Dec 2005 15:17:11 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Dec 2005 07:17:11 -0800 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 [137.248.254.139] (HELO pm.med.uni-marburg.de) (137.248.254.139) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Dec 2005 07:18:37 -0800 Received: from pm.med.uni-marburg.de (localhost [127.0.0.1]) by localhost (Postfix) with SMTP id E3BA063D8E for ; Thu, 1 Dec 2005 16:16:45 +0100 (CET) Received: from post.med.uni-marburg.de (unknown [172.31.100.100]) by pm.med.uni-marburg.de (Postfix) with ESMTP id DE35463D8A for ; Thu, 1 Dec 2005 16:16:45 +0100 (CET) Received: from [137.248.224.93] (wstlehre93.med.uni-marburg.de [137.248.224.93]) by post.med.uni-marburg.de (Postfix) with ESMTP id C5CFC7FCA for ; Thu, 1 Dec 2005 16:16:45 +0100 (CET) Message-ID: <438F13DD.9090105@med.uni-marburg.de> Date: Thu, 01 Dec 2005 16:16:45 +0100 From: Oliver Heger User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: de, de-at, en-us, en MIME-Version: 1.0 To: Jakarta Commons Users List Subject: Re: configuration: FileChangedReloadingStrategy doesn't work for xml files within a CompositeConfiguration References: <20051201150054.A9F6EEA46@mail.jplanet.de> In-Reply-To: <20051201150054.A9F6EEA46@mail.jplanet.de> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Jurgen Schlierf schrieb: > I'm using a composite configuration that has some property files and xml files. Every configuration has an instance of > FileChangedReloadingStrategy. But the reload strategy works only for property files. If I call getProperty() that looks for an > property in a xml file the reload() method of AbstractFileConfiguration is never invoked. > > Can anybody help? > > Which version of configuration do you use? In 1.1 final there was a bug related to XMLConfiguration and reloading strategies, which has been fixed in the mean time. Can you give the newest version from SVN a try? Thanks Oliver --------------------------------------------------------------------- To unsubscribe, e-mail: commons-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-user-help@jakarta.apache.org