Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Form can be either one or many of (in order of precedence):
1. -D<deploymentId>.activation.<property>=<value>
2. -D<ejbName>.activation.<property>=<value>
3. -D<message-listener-interface>.activation.<property>=<value>
4. -Dmdb.activation.<property>=<value>
These can be specified as properties in any of the following locations (in order of precedence):
1. openejb-jar.xml/<openejb-jar>/<ejb-deployment>/<properties>
2. openejb-jar.xml/<openejb-jar>/<properties>
3. InitialContext(Hashtable) or EJBContainer.createEJBContainer(Map)
4. conf/system.properties
5. java.lang.System properties
Attachments
Issue Links
- incorporates
-
OPENEJB-1723 Unit tests and changes for ActivationConfigOverride
- Resolved