Jboss-ejb3.xml: Difference between revisions
Jump to navigation
Jump to search
Line 8: | Line 8: | ||
=Overview= | =Overview= | ||
The format is similar to [[ejb-jar.xml]], but it provides additional namespaces. The contents of jboss-ejb3.xml and [[ejb-jar.xml]] are merged, with the jboss-ejb3.xml items taking precedence. | |||
<font color=red>TODO process this https://access.redhat.com/documentation/en-US/JBoss_Enterprise_Application_Platform/6.4/html/Development_Guide/sect-Reference1.html#jboss-ejb3xml_Deployment_Descriptor_Reference</font> | <font color=red>TODO process this https://access.redhat.com/documentation/en-US/JBoss_Enterprise_Application_Platform/6.4/html/Development_Guide/sect-Reference1.html#jboss-ejb3xml_Deployment_Descriptor_Reference</font> |
Latest revision as of 14:03, 24 March 2017
External
Internal
Overview
The format is similar to ejb-jar.xml, but it provides additional namespaces. The contents of jboss-ejb3.xml and ejb-jar.xml are merged, with the jboss-ejb3.xml items taking precedence.
Location
In an EJB JAR archive it must be located in META-INF/. In a WAR archive, it must be located in WEB-INF/.