You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by "David Blevins (JIRA)" <ji...@apache.org> on 2011/09/08 00:19:08 UTC

[jira] [Created] (OPENEJB-1654) System property overrides for MDB ActivationConfig

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

        

[jira] [Updated] (OPENEJB-1654) System property overrides for MDB ActivationConfig

Posted by "Vishwanath (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OPENEJB-1654?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vishwanath updated OPENEJB-1654:
--------------------------------

    Attachment:     (was: ActivationConfigOverride2.patch)
    
> 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.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (OPENEJB-1654) System property overrides for MDB ActivationConfig

Posted by "Vishwanath (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OPENEJB-1654?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vishwanath updated OPENEJB-1654:
--------------------------------

    Attachment: ActivationConfigOverride2.patch
    
> 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
>
>         Attachments: ActivationConfigOverride.patch, ActivationConfigOverride2.patch
>
>
> 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.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (OPENEJB-1654) System property overrides for MDB ActivationConfig

Posted by "Vishwanath (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OPENEJB-1654?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vishwanath updated OPENEJB-1654:
--------------------------------

    Attachment:     (was: ActivationConfigOverride.patch)
    
> 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.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (OPENEJB-1654) System property overrides for MDB ActivationConfig

Posted by "David Blevins (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OPENEJB-1654?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13191104#comment-13191104 ] 

David Blevins commented on OPENEJB-1654:
----------------------------------------

2011-11-24 - http://svn.apache.org/viewvc?view=revision&revision=1205970 - rmannibucau

                
> 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, 4.0.0-beta-2
>
>
> 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.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Reopened] (OPENEJB-1654) System property overrides for MDB ActivationConfig

Posted by "Vishwanath (Reopened) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OPENEJB-1654?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vishwanath reopened OPENEJB-1654:
---------------------------------


Made some minor changes, added tests. 
Then on checking this functionality with examples/simple-mdb-with-descriptors, it worked good.
                
> 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
>
>         Attachments: ActivationConfigOverride.patch
>
>
> 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.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (OPENEJB-1654) System property overrides for MDB ActivationConfig

Posted by "Vishwanath (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OPENEJB-1654?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vishwanath updated OPENEJB-1654:
--------------------------------

    Attachment: ActivationConfigOverride.patch
    
> 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
>
>         Attachments: ActivationConfigOverride.patch
>
>
> 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.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (OPENEJB-1654) System property overrides for MDB ActivationConfig

Posted by "Vishwanath (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OPENEJB-1654?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13123910#comment-13123910 ] 

Vishwanath commented on OPENEJB-1654:
-------------------------------------

*Correction: Meant to say ActivationConfigOverride2.patch is the updated one :)
                
> 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
>
>         Attachments: ActivationConfigOverride.patch, ActivationConfigOverride2.patch
>
>
> 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.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (OPENEJB-1654) System property overrides for MDB ActivationConfig

Posted by "David Blevins (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OPENEJB-1654?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David Blevins resolved OPENEJB-1654.
------------------------------------

    Resolution: Fixed

> 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

        

[jira] [Updated] (OPENEJB-1654) System property overrides for MDB ActivationConfig

Posted by "David Blevins (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OPENEJB-1654?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David Blevins updated OPENEJB-1654:
-----------------------------------

    Fix Version/s: 4.0.0-beta-2
    
> 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, 4.0.0-beta-2
>
>
> 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.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (OPENEJB-1654) System property overrides for MDB ActivationConfig

Posted by "Vishwanath (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OPENEJB-1654?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13123794#comment-13123794 ] 

Vishwanath commented on OPENEJB-1654:
-------------------------------------

Ignore the first patch. ActivationConfigOverride1.patch is the updated one.

                
> 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
>
>         Attachments: ActivationConfigOverride.patch, ActivationConfigOverride2.patch
>
>
> 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.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Closed] (OPENEJB-1654) System property overrides for MDB ActivationConfig

Posted by "David Blevins (Closed) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OPENEJB-1654?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David Blevins closed OPENEJB-1654.
----------------------------------

    Resolution: Fixed
    
> 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, 4.0.0-beta-2
>
>
> 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.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira