Jboss-ejb-client.properties: Difference between revisions
Jump to navigation
Jump to search
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 - or must be made available somewhere on the classpath. Equivalent functionality for server-side deployment artifacts is provided by the [[Jboss-ejb-client.xml|jboss-ejb-client.xml]] configuration file. | 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. Equivalent functionality for server-side deployment artifacts is provided by the [[Jboss-ejb-client.xml|jboss-ejb-client.xml]] configuration file. |
Revision as of 16:51, 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.
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. Equivalent functionality for server-side deployment artifacts is provided by the jboss-ejb-client.xml configuration file.