[jboss-jira] [JBoss JIRA] (WFLY-5245) [Quickstart] application-component-2 fails xml validation in eclipse
Rob Stryker (JIRA)
issues at jboss.org
Tue Sep 15 17:20:00 EDT 2015
[ https://issues.jboss.org/browse/WFLY-5245?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13109008#comment-13109008 ]
Rob Stryker commented on WFLY-5245:
-----------------------------------
Version 10.x of the quickstarts has changed this to http://www.jboss.org/j2ee/schema/jboss-ejb-iiop_1_0.xsd which works.
I'm still curious about how many copies of this file exist on our namespace, and whether we should come up with one coherent location for the various XSDs. If this file were to be updated, for example, it'd need to be updated at both http://www.jboss.org/j2ee/schema/jboss-ejb-iiop_1_0.xsd and http://www.jboss.org/schema/jbossas/jboss-ejb-iiop_1_0.xsd"
> [Quickstart] application-component-2 fails xml validation in eclipse
> --------------------------------------------------------------------
>
> Key: WFLY-5245
> URL: https://issues.jboss.org/browse/WFLY-5245
> Project: WildFly
> Issue Type: Bug
> Reporter: Rob Stryker
> Assignee: Jason Greene
>
> jts/application-component-2/src/main/resources/META-INF/jboss-ejb3.xml file includes:
> {code}
> <jboss:ejb-jar xmlns:jboss="http://www.jboss.com/xml/ns/javaee"
> xmlns="http://java.sun.com/xml/ns/javaee"
> xmlns:iiop="urn:iiop"
> 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-ejb3-2_0.xsd
> http://java.sun.com/xml/ns/javaee http://www.jboss.org/j2ee/schema/jboss-ejb3-spec-2_0.xsd
> urn:iiop jboss-ejb-iiop_1_0.xsd"
> {code}
> The line "urn:iiop jboss-ejb-iiop_1_0.xsd" is clearly problematic and provides no evidence of where it might pull this xsd from.
> I suggest replacing it with
> urn:iiop http://www.jboss.org/schema/jbossas/jboss-ejb-iiop_1_0.xsd"
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
More information about the jboss-jira
mailing list