System property overrides for MDB ActivationConfig
--------------------------------------------------

                 Key: OPENEJB-1654
                 URL: https://issues.apache.org/jira/browse/OPENEJB-1654
             Project: OpenEJB
          Issue Type: New Feature
          Components: deployment
            Reporter: David Blevins
            Assignee: David Blevins
             Fix For: 4.0-beta-1


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



--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to