[
https://issues.jboss.org/browse/JBIDE-22140?page=com.atlassian.jira.plugi...
]
Rob Stryker commented on JBIDE-22140:
-------------------------------------
The following works slightly better, but still not much better:
{code}
<?xml version="1.1" encoding="UTF-8"?>
<jboss-web version="7.2"
xmlns="http://www.jboss.com/xml/ns/javaee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="
http://www.jboss.com/xml/ns/javaee
http://www.jboss.org/j2ee/schema/jboss-web_7_2.xsd">
<context-root>/</context-root>
</jboss-web>
{code}
The problem here is that it indicates the referenced file (jboss-web_7_2.xsd) contains
validation errors, which is a very annoying issue that is very prevelant throughout the
toolset and we're still working on a solution for.
jboss-web.xml validate problem in JBDS 8.0.0.GA.
------------------------------------------------
Key: JBIDE-22140
URL:
https://issues.jboss.org/browse/JBIDE-22140
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: server
Affects Versions: 4.2.3.Final
Reporter: xu zhang
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.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)