[jbosstools-issues] [JBoss JIRA] (JBIDE-22140) jboss-web.xml validate problem in JBDS 8.0.0.GA.

Rob Stryker (JIRA) issues at jboss.org
Fri Apr 8 05:20:00 EDT 2016


    [ https://issues.jboss.org/browse/JBIDE-22140?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13188863#comment-13188863 ] 

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)


More information about the jbosstools-issues mailing list