Hi, Would you be able to look at implementing merging via a different mechanism. The way you have done it is to have each node do a merge on access. This is painful to debug in my experience and I would prefer to separate out different features into different layers. Would it be possible to add in
DefaultConfiguration config = ConfigMerger.merge( arent, supplied ); That way we could debug merging and usage at separate times and makes it much easier to use. Like? -- Cheers, Peter Donald *------------------------------------------------------* | "Common sense is the collection of prejudices | | acquired by age 18. " -Albert Einstein | *------------------------------------------------------* -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
