[jboss-jira] [JBoss JIRA] (WFLY-10921) NS typo in various jboss-all.xml documents

Brian Stansberry (JIRA) issues at jboss.org
Fri Aug 24 10:58:00 EDT 2018


Brian Stansberry created WFLY-10921:
---------------------------------------

             Summary: NS typo in various jboss-all.xml documents
                 Key: WFLY-10921
                 URL: https://issues.jboss.org/browse/WFLY-10921
             Project: WildFly
          Issue Type: Bug
          Components: Documentation, Test Suite
            Reporter: Brian Stansberry
            Assignee: Brian Stansberry
            Priority: Minor


There are a number of files where 'umlns' is a typo for 'xmlns' in jboss-all.xml files or examples:

{code}
$ 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">
{code}

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.



--
This message was sent by Atlassian JIRA
(v7.5.0#75005)


More information about the jboss-jira mailing list