Oliver Heger wrote:
Here is another idea for a solution for now: ConfigurationFactory is able to locate files in the user's home directory. So if you include an optional configuration file, say user.properties, different files can be loaded depending on the logged in user. Don't know if this is suitable for your scenario.
and if we interpolated the system properties in the configuration descriptor we could have a configuration file with the name of the current user with:
<properties fileName="${user.name}.properties"/>Emmanuel Bourg
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
