hanicz opened a new pull request, #1047: URL: https://github.com/apache/knox/pull/1047
## What changes were proposed in this pull request? Gateway log were filled with the below error during startup due to the pinot service xmls added in [KNOX-3139](https://github.com/apache/knox/pull/1034) I fixed the service and rewrite xmls and the errors are gone. ``` ERROR knox.gateway (ServiceDefinitionsLoader.java:lambda$loadServiceDefinitions$1(92)) - Failed to unmarshall service definition file /Users/thanicz/dev/public/knox/install/knox-2.1.0-SNAPSHOT/data/services/pinot/1.3.0/service.xml file : javax.x ml.bind.UnmarshalException - with linked exception: [org.xml.sax.SAXParseException; lineNumber: 20; columnNumber: 6; The processing instruction target matching "[xX][mM][lL]" is not allowed.] javax.xml.bind.UnmarshalException: null ``` ## How was this patch tested? Unit tests, checked the gateway.log during startup -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@knox.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org