[
https://issues.jboss.org/browse/JBIDE-20538?page=com.atlassian.jira.plugi...
]
Rob Stryker commented on JBIDE-20538:
-------------------------------------
There are no errors in the 10.x stream of the quickstarts, because there are no longer ejb
descriptor files ;)
In the 9.x stream, this still fails. However, adding the followign to the namespace
declarations seems to fix the primary error:
{code}
http://java.sun.com/xml/ns/javaee
http://www.jboss.org/j2ee/schema/jboss-ejb3-spec-2_0.xsd
{code}
This fix is courtesy of Keith Chong, over at
https://bugs.eclipse.org/bugs/show_bug.cgi?id=476274
wildfly-ejb-multi-server-app-one-ejb quickstart upstream schema
error
---------------------------------------------------------------------
Key: JBIDE-20538
URL:
https://issues.jboss.org/browse/JBIDE-20538
Project: Tools (JBoss Tools)
Issue Type: Sub-task
Components: server
Reporter: Rob Stryker
Labels: xml_validation_schema_error
Fix For: 4.4.0.Alpha1
Root cause here seems to be that the xsd on the web url
http://www.jboss.org/schema/jbossas/jboss-ejb3-spec-2_0.xsd has a
schemaLocation=jboss-ejb3-2_0.xsd relative path
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)