Jboss-ejb-client.xml: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
Line 5: Line 5:
=Overview=
=Overview=


jboss-ejb-client.xml is a JBoss-specific deployment descriptor to be included within artifacts deployed ''on JBoss server instances'', which contains configuration that will be used to setup an EJB client context for that deployment. For more details about the EJB client context see:


It has the same semantics as [[Jboss-ejb-client.properties|jboss-ejb-client.properties]].
{{Internal||}}.
 
jboss-ejb-client.xml is a deployment descriptor to be included with server deployment artifacts. Equivalent functionality for standalone EJB clients is provided by the [[Jboss-ejb-client.properties|jboss-ejb-client.properties]] configuration file.

Revision as of 16:35, 23 March 2017

Internal

Overview

jboss-ejb-client.xml is a JBoss-specific deployment descriptor to be included within artifacts deployed on JBoss server instances, which contains configuration that will be used to setup an EJB client context for that deployment. For more details about the EJB client context see:

[[|]]

.

jboss-ejb-client.xml is a deployment descriptor to be included with server deployment artifacts. Equivalent functionality for standalone EJB clients is provided by the jboss-ejb-client.properties configuration file.