Uploaded image for project: 'WildFly'
  1. WildFly
  2. WFLY-10921

NS typo in various jboss-all.xml documents

XMLWordPrintable

      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.

            bstansbe@redhat.com Brian Stansberry
            bstansbe@redhat.com Brian Stansberry
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: