[jbosstools-issues] [JBoss JIRA] (JBIDE-20534) application-component-2 quickstart fails due to bad namespace import

Rob Stryker (JIRA) issues at jboss.org
Tue Sep 1 01:43:05 EDT 2015


Rob Stryker created JBIDE-20534:
-----------------------------------

             Summary: application-component-2 quickstart fails due to bad namespace import
                 Key: JBIDE-20534
                 URL: https://issues.jboss.org/browse/JBIDE-20534
             Project: Tools (JBoss Tools)
          Issue Type: Sub-task
            Reporter: Rob Stryker


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.3.15#6346)


More information about the jbosstools-issues mailing list