Here's a special case for which I can't seem to the configuration merge tags
right.
Base: <a> <b x="1" y="2"/></a>
Layer: <a> <b x="2" excalibur-configuration:merge="true" excalibur-configuration:key-attribute="x"/></a>
I want the result to be: <a> <b x="2" y="2"/></a>
But I get a start-up telling me that it can't find attribute "y" in the layer file. org.apache.avalon.framework.configuration.ConfigurationException: No attribute named "y" is associated with the configuration element "b" at file:/D:/phoenix-4.0.4/conf/my-sar/a.xml:3:116
looks right... it appears that "y" is being dropped, can you submit a patch to the testcase at http://cvs.apache.org/viewcvs.cgi/avalon-phoenix/src/test/org/apache/ avalon/phoenix/components/configuration/test/ ConfigurationMergerTestCase.java?rev=1.1&content-type=text/vnd.viewcvs- markup and we'll fix? :)
-pete
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
