jbertram commented on PR #4122:
URL: 
https://github.com/apache/activemq-artemis/pull/4122#issuecomment-1380799784

   @michaelandrepearce, I can't even get `xmllint` to validate the normal 
`broker.xml` on a non-air-gapped system. Is there some trick to this? Here's 
what I did:
   
   1. Created a fresh instance of Artemis 2.27.1 called `test`.
   2. Ran this command from `ARTEMIS_HOME`
   ```
   $ xmllint --valid --noout --schema schema/artemis-server.xsd 
path/to/test/etc/broker.xml
   path/to/test/etc/broker.xml:24: validity error : Validation failed: no DTD 
found !
               xsi:schemaLocation="urn:activemq 
/schema/artemis-configuration.xsd">
                                                                                
  ^
   path/to/test/etc/broker.xml validates
   ```
   Is this a success or a failure?


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to