]
Rob Stryker commented on JBIDE-18951:
-------------------------------------
[~mmalina] did you correct the URL? I believe the errors you're showing there are
due to the schema not being found, because you're using a schemaLocation that does not
exist.
jboss-web_8_0.xsd in AS XML catalog reported as "containing
errors" by Luna
---------------------------------------------------------------------------
Key: JBIDE-18951
URL:
https://issues.jboss.org/browse/JBIDE-18951
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: server, upstream
Affects Versions: 4.2.0.Final
Environment: W7 Pro SP1
eclipse.buildId=4.4.1.M20140925-0400
org.jboss.tools.as.catalog (3.0.0.Final-v20141016-1911-B95) "JBoss AS XML Catalog
Entries"
Reporter: Jordan Glassman
Assignee: Rob Stryker
Fix For: 4.4.1.Alpha1
Attachments: Capture4.PNG, xsd-details.png
In a jboss-web.xml file, a namespace declaration like:
{code} <jboss-web
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_8_0.xsd" version="8.0"
>{code}
Gives eclipse error:
{quote}Referenced file contains errors
(jar:file:/C:/eclipse/plugins/org.jboss.tools.as.catalog_3.0.0.Final-v20141016-1911-B95.jar!/schema/xsd/jboss-web_8_0.xsd).
For more information, right click on the message in the Problems View and select
"Show Details..."{quote}