DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=28660>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=28660

[configuration] Lists in a CompositeConfiguration





------- Additional Comments From [EMAIL PROTECTED]  2004-05-18 11:33 -------
Some thoughts about this issue, maybe some refactoring is needed:
- remove the getList methods from CompositeConfiguration and rely on the default
implementation of AbstractConfiguration, that means the first list found is
returned just like the other properties.
- rename CompositeConfiguration into CascadeConfiguration. CascadeConfiguration
would have 2 modes, a "first declared element win" and a "last declared element
win" mode.
- create a UnionConfiguration or CombinedConfiguration similar to
CompositeConfiguration but with an additive semantic to the addConfiguration()
method.

Does this cover all use cases ?

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

Reply via email to