pawan kedia wrote:
Hi,
Using Commons-Configuration version 1.3, Want to know name and value of property getting dynamically changed outside my application? I get notified for modification in configuration file
using FileChangedReloadingStrategy, can i know name
and values of modified properties?

Thanks in Advance.

Regards
Pawan

ATM this feature is not supported. The reloading strategy only detects that the file on disk is changed, wipes out the current configuration and performs a new load. No comparison of the old and the new configuration takes place. The way reloading is implemented now, it is probably not trivial to add this feature, but suggestions are welcome!

Sorry!
Oliver

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to