[jboss-jira] [JBoss JIRA] (WFLY-4063) Namespace error in jboss-web_8_0.xsd

Paul Benedict (JIRA) issues at jboss.org
Fri Nov 7 11:22:29 EST 2014


Paul Benedict created WFLY-4063:
-----------------------------------

             Summary: Namespace error in jboss-web_8_0.xsd
                 Key: WFLY-4063
                 URL: https://issues.jboss.org/browse/WFLY-4063
             Project: WildFly
          Issue Type: Feature Request
          Components: EE
    Affects Versions: 8.1.0.Final
            Reporter: Paul Benedict
            Assignee: David Lloyd
            Priority: Minor


I think there's an error in this XSD which prevents me from using the "javaee"  elements you intend to import.

First, the "javaee" namespace is declared as {{http://xmlns.jcp.org/xml/ns/javaee}} in the XML header, but then (surprisingly) the <xsd:import> uses another namepace:

{code}
<xsd:import namespace="http://java.sun.com/xml/ns/javaee" schemaLocation="web-app_3_1.xsd"/>
{code}
I'm fairly confident this is wrong. It's importing under the old Java EE namespace -- not the new one which the header correctly declares. Hence, consumers are unable to get the "javaee" elements.



--
This message was sent by Atlassian JIRA
(v6.3.8#6338)


More information about the jboss-jira mailing list