Jboss-ejb-client.properties: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with "=Internal= * WildFly Deployment Descriptors =Overview= It has the same semantics as jboss-ejb-clien...")
 
 
(4 intermediate revisions by the same user not shown)
Line 5: Line 5:
=Overview=
=Overview=


It has the same semantics as jboss-ejb-client.xml. For more details, see:
jboss-ejb-client.properties contains configuration that will be used to setup an [[EJB_Concepts#EJB_Client_Context|EJB client context]] for the standalone application the deployment descriptor belongs to.


{{Internal|Jboss-ejb-client.xml|jboss-ejb-client.xml}}
Equivalent functionality for server-side deployment artifacts is provided by the [[Jboss-ejb-client.xml|jboss-ejb-client.xml]] configuration file.
 
=Location=
 
It is expected to be found in the root of the JAR that contains the client functionality - or must be made available somewhere on the classpath.

Latest revision as of 17:15, 23 March 2017

Internal

Overview

jboss-ejb-client.properties contains configuration that will be used to setup an EJB client context for the standalone application the deployment descriptor belongs to.

Equivalent functionality for server-side deployment artifacts is provided by the jboss-ejb-client.xml configuration file.

Location

It is expected to be found in the root of the JAR that contains the client functionality - or must be made available somewhere on the classpath.