Jboss-ejb3.xml: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
 
(One intermediate revision by the same user not shown)
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>


=Location=
=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.

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

Location

In an EJB JAR archive it must be located in META-INF/. In a WAR archive, it must be located in WEB-INF/.