Uploaded image for project: 'Tools (JBoss Tools)'
  1. Tools (JBoss Tools)
  2. JBIDE-22140

jboss-web.xml validate problem in JBDS 8.0.0.GA.

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Major Major
    • 4.30.x
    • 4.2.3.Final
    • server
    • None
    • Hide

      1. create "jboss-web.xml" in JDBS 8.0.0 as below:
      ~~~
      <?xml version="1.1" encoding="UTF-8"?>
      <jboss-web version="7.2"
      xmlns:jboss="http://www.jboss.com/xml/ns/javaee"
      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
      xsi:schemaLocation="http://www.jboss.org/j2ee/schema/jboss-web_7_2.xsd">
      <context-root>/example</context-root>
      <overlay>/path/to/contents/</overlay>
      </jboss-web>
      ~~~
      2. an "XML Problem" shows "No grammar constraints (DTD or XML Schema) referenced in the document."

      Actual results:
      "No grammar constraints (DTD or XML Schema) referenced in the document."

      Show
      1. create "jboss-web.xml" in JDBS 8.0.0 as below: ~~~ <?xml version="1.1" encoding="UTF-8"?> <jboss-web version="7.2" xmlns:jboss="http://www.jboss.com/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.jboss.org/j2ee/schema/jboss-web_7_2.xsd"> <context-root>/example</context-root> <overlay>/path/to/contents/</overlay> </jboss-web> ~~~ 2. an "XML Problem" shows "No grammar constraints (DTD or XML Schema) referenced in the document." Actual results: "No grammar constraints (DTD or XML Schema) referenced in the document."
    • -

      Create "jboss-web.xml" from article "https://access.redhat.com/solutions/159753" in JBDS 8.0.0, error shows:
      ~~~
      No grammar constraints (DTD or XML Schema) referenced in the document.
      ~~~

      Customer wants JBDS to validate "jboss-web.xml" correctly.

      Please let us know if it will be resolved in the next release/patch.

            rob.stryker Rob Stryker (Inactive)
            zhangxu1324_jira xu zhang (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated: