]
Rob Stryker commented on JBIDE-18316:
-------------------------------------
This bug is not reproducable if you change the schemalocation tags as follows:
{code}
<jboss:ejb-jar
version="3.1" impl-version="2.0">
<enterprise-beans>
</enterprise-beans>
<assembly-descriptor>
</assembly-descriptor>
</jboss:ejb-jar>
{code}
Unfortunately, you get other errors, because the <enterprise-beans> tag cannot be
empty. It must contain some ejb, session bean, or mdb. However, that's a very
different error and is one more easily solved by the user by adding an EJB or removing the
unnecessary ejb-jar.xml file.
Errors in project after import WildFly quickstarts (bundled
jboss-ejb3-2_0.xsd)
-------------------------------------------------------------------------------
Key: JBIDE-18316
URL:
https://issues.jboss.org/browse/JBIDE-18316
Project: Tools (JBoss Tools)
Issue Type: Sub-task
Components: server, upstream
Affects Versions: 4.2.0.Beta3
Reporter: Xavier Coulon
Assignee: Rob Stryker
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}