Hi,
Sorry for the delay.
I have started some jobs on this part with commons-configuration (in
the module continuum-configuration).
The configuration will be in the following format :
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<continuum>
<baseUrl>http://test/zloug</baseUrl>
etc....
<proxyHost>localhost</proxyHost>
<proxyPort>8080</proxyPort>
</continuum>
</configuration>
If you agree, I will use it to replace current DefaultConfigurationService.
Thanks for review,
--
Olivier
2008/6/17 Emmanuel Venisse <[EMAIL PROTECTED]>:
>>
>> But to ensure backward comp, file from store if exists must win.
>>>
>>
>> I would say if it's in the store, migrate it to the other configuration and
>> then remove it. The new file would always win.
>>
>> I still like commons-configuration as a way to source the information,
>> especially since you can pull values from JNDI and system properties that
>> makes it straight forward to overrides some configuration.
>>
>>
> I'm totally agree. If we use commons-configuration, maybe it would be good
> to remove plexus-registry
>
> Emmanuel
>