Jboss-ejb-client.properties: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
 
(2 intermediate revisions by the same user not shown)
Line 5: Line 5:
=Overview=
=Overview=


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.


It is expected to be found in the root of the JAR that contains the client functionality. Equivalent functionality for server-side deployment artifacts is provided by the [[Jboss-ejb-client.xml|jboss-ejb-client.xml]] configuration file.
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.