Jboss-ejb3.xml: Difference between revisions
Jump to navigation
Jump to search
(Created page with "=Internal= * WildFly Deployment Descriptors =Overview=") |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
=External= | |||
* https://access.redhat.com/documentation/en-US/JBoss_Enterprise_Application_Platform/6.4/html/Development_Guide/sect-Reference1.html#jboss-ejb3xml_Deployment_Descriptor_Reference | |||
=Internal= | =Internal= | ||
Line 4: | 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> | |||
=Location= | |||
In an EJB JAR archive it must be located in META-INF/. In a WAR archive, it must be located in WEB-INF/. |
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/.