Thankyou Achim,
This is the solution to my problem.
martin
Achim Huegen wrote:
You can't reuse a schema that is defined inside
an configuration-point. Define it standalone and
it will accept the id attribute:
<schema id="AddressSchema">
<element name="datum">
<attribute name="key" required="true"/>
<attribute name="value" required="true"/>
<conversion class="test.config.Datum"/>
</element>
</schema>
<configuration-point id="Address" schema-id="AddressSchema" />
<configuration-point id="Address2" schema-id="AddressSchema" />
More info here:
http://jakarta.apache.org/hivemind/configurations.html
Achim
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]