Skip to content

Commit

Permalink
Merge pull request #157 from ehsavoie/JBMETA-438
Browse files Browse the repository at this point in the history
[JBMETA-438]: jboss-ejb3-4_0.xsd relies on jboss fork of the javaee spec
  • Loading branch information
ehsavoie authored Sep 13, 2022
2 parents 3de15ea + abe9210 commit 754b4c9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ejb/src/main/resources/schema/jboss-ejb3-4_0.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@
elementFormDefault="qualified"
attributeFormDefault="unqualified"
version="4.0">
<xs:import namespace="https://jakarta.ee/xml/ns/jakartaee"/>
<xs:import namespace="https://jakarta.ee/xml/ns/jakartaee" schemaLocation="https://jakarta.ee/xml/ns/jakartaee/ejb-jar_4_0.xsd"/>

<xs:element name="ejb" type="jboss-ejb-beanType"/>
<xs:element name="ejb" type="jakartaee:ejb-beanType"/>

<xs:element name="ejb-jar" type="jboss-ejb-jarType"/>
<xs:element name="ejb-jar" type="jakartaee:ejb-jarType"/>

<xs:element name="enterprise-beans" type="jboss-enterprise-beansType"/>
<xs:element name="enterprise-beans" type="jakartaee:enterprise-beansType"/>

<xs:element name="destination-jndi-name" type="xs:string" />

Expand Down

0 comments on commit 754b4c9

Please sign in to comment.