Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
The configuration example relating downstream federation isn't compliant with the artemis-configuration.xsd so trying that config the broker doesn't start with an error:
org.xml.sax.SAXParseException: cvc-complex-type.2.4.d: Invalid content was found starting with element 'policy'. No child element is expected at this point.
This is a part of the example configuration:
<downstream name="eu-east-1"> <static-connectors> <connector-ref>eu-east-1-connector</connector-ref> </static-connectors> <upstream-connector-ref>netty-connector</upstream-connector-ref> <policy ref="news-address-federation"/> </downstream>
However, the policy element must be before upstream-connector per the XSD.
Attachments
Issue Links
- links to