]
Xavier Coulon commented on JBIDE-18316:
---------------------------------------
moving to {{4.3.x}} and {{upstream}} component because the validation problem seems to be
at Eclipse WTP level, from what I and [~rob.stryker] could find: the following file
{code}
<jboss:ejb-jar
version="3.1" impl-version="2.0">
<enterprise-beans>
</enterprise-beans>
<assembly-descriptor>
</assembly-descriptor>
</jboss:ejb-jar>
{code}
use an explicit schemaLocation, {{http://java.sun.com/xml/ns/javaee/ejb-jar_3_1.xsd}} and
it seems that in that case, Eclipse WTP is not able to import the {{javaee_6.xsd}} file
from
{code}
<xsd:include schemaLocation="javaee_6.xsd"/>
{code}
This seems to be in relation with
Errors in project after import WildFly quickstarts (bundled XSD)
----------------------------------------------------------------
Key: JBIDE-18316
URL:
https://issues.jboss.org/browse/JBIDE-18316
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: server, upstream
Affects Versions: 4.2.0.Beta3
Reporter: Xavier Coulon
Assignee: Max Rydahl Andersen
Priority: Critical
Fix For: 4.3.x
After importing all modules from
https://github.com/wildfly/quickstart into JBDS
8.0.0.CR1b, a few projects have errors because of XML validation, such as:
{code}
Referenced file contains errors
(jar:file:/Users/xcoulon/DevToolz/ide/jbossdevstudio800CR1b/studio/plugins/org.jboss.tools.as.catalog_3.0.0.CR1-v20140905-1648-B75.jar!/schema/xsd/jboss-ejb3-2_0.xsd).
For more information, right click on the message in the Problems View and select
"Show Details..."
{code}