-
Bug
-
Resolution: Done
-
Minor
-
None
-
None
There are a number of files where 'umlns' is a typo for 'xmlns' in jboss-all.xml files or examples:
$ git grep umlns docs/src/main/asciidoc/_admin-guide/subsystem-configuration/Batch_(JSR-352).adoc:<jboss umlns="urn:jboss:1.0"> docs/src/main/asciidoc/_admin-guide/subsystem-configuration/Batch_(JSR-352).adoc:<jboss umlns="urn:jboss:1.0"> docs/src/main/asciidoc/_developer-guide/Web_(Undertow)_Reference_Guide.adoc:<jboss umlns="urn:jboss:1.0"> testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/batch/deployment/defined-in-memory-jboss-all.xml:<jboss umlns="urn:jboss:1.0"> testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/batch/deployment/named-in-memory-jboss-all.xml:<jboss umlns="urn:jboss:1.0"> testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/batch/deployment/named-jdbc-jboss-all.xml:<jboss umlns="urn:jboss:1.0"> testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/deployment/dependencies/ear/jboss-all.xml:<jboss umlns="urn:jboss:1.0"> testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/deployment/dependencies/jboss-all.xml:<jboss umlns="urn:jboss:1.0"> testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/deployment/structure/war/jboss-all.xml:<jboss umlns="urn:jboss:1.0"> testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/weld/configuration/nonportablemode/jboss-all.xml:<jboss umlns="urn:jboss:1.0"> testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/weld/configuration/requirebeandescriptor/jboss-all.xml:<jboss umlns="urn:jboss:1.0"> testsuite/integration/web/src/test/java/org/jboss/as/test/integration/web/sharedsession/jboss-all.xml:<jboss umlns="urn:jboss:1.0">
The parser for jboss-all.xml will handle a root 'jboss' element either with no xmlns or xmlns="urn:jboss:1.0". A document with this typo will fall under the 'no xmlns' category. The parser ignores other attributes on the element, which is why the typo doesn't cause problems.
- relates to
-
JBEAP-15309 [CD14] NS typo in various jboss-all.xml examples
- Closed
-
JBEAP-15310 [7.1] NS typo in various jboss-all.xml examples
- Closed