Github user obfischer commented on the issue:
https://github.com/apache/activemq-artemis/pull/1933
I wouldn't change the `schemaLocation` directly as it is actual a bad
practice. Dependending on the XML processor catalog files should be used. In
most cases the API of the XML processor allows you to handle such things in a
cleaner way.---
