On Saturday, August 9, 2003, at 03:08 PM, Peter Klotz wrote:
I get an ConfigurationException with the message Unable to merge configuration item, multiple matches on child or base [name: server].
So obviously the merging into config.xml is done without considering the component names and I have twice a <server> in <tecadapter> and <omiadapter>. But on the one the key-attribute is "href" and the other one "host" but still I get this exception?

That might be due to superfluous key-attribute attributes.


Is there any excalibur-configuration attribute in my files that would be superfluous? E.g. on the top-level component-tags?

excalibur-configuration attributes on top-level component tags are not needed. key-attribute is only needed when there are multiple elements of the same name at the same level in the base configuration and you need to map the layer to a specific one.


what happens when the base is empty e.g. a empty <tecadapter> or one without <server> etc?

The entire layer is copied in. You could use this technique to fully "externalize" your configuration.


-pete


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



Reply via email to