Hi Emmanuel, I'm working with Windows XP. Here's an example: String xmlFileName = " C:\projects\tilestest\build\webapp\WEB-INF\plugin-config.xml"; XMLConfiguration config = new XMLConfiguration(xmlFileName); config.setReloadingStrategy(new FileChangedReloadingStrategy());
The instance of XMLConfiguration ist cached. After modifying the xml file with Ultraedit, nothing happened. Do you have simple example? J�rgen > Hi Jurgen, yes this feature is implemented. Could you give us more > details about your environment please ? How the configuration is > modified ? How do you load it ? What is your platform ? > > Emmanuel Bourg > > > Jurgen Schlierf wrote: >> Hello, >> >> I'm using commons configuration 1.1 RC1. The >> FileChangedReloadingStrategy doesn't work. After the delay time of 5000 >> milliseconds >> the properties got still the old values. Isn't it already implemented >> yet? > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
