You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/12/12 20:17:00 UTC

[jira] [Commented] (TOMEE-2162) Activation overrides on MDB container ignored for containers defined in resources.xml

    [ https://issues.apache.org/jira/browse/TOMEE-2162?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16719399#comment-16719399 ] 

ASF GitHub Bot commented on TOMEE-2162:
---------------------------------------

Github user jgallimore commented on the issue:

    https://github.com/apache/tomee/pull/60
  
    @suyogbarve Thank you for putting this together, it looks great. I have a couple of points for feedback:
    
    * Can you add the ASL header to your source files?
    * Can ChatBean and ChatBeanTest be removed?
    * Update Java version to 1.8 in pom.xml for maven-compiler-plugin
    * Remove the JMS 2.0 API, and update org.apache.tomee:javaee-api to 8.0 (this covers JMS 2.0)
    * Remove the janino dependency (unless its needed for something that I have missed)
    
    You could also check out this JIRA: https://issues.apache.org/jira/browse/TOMEE-2162, and this commit: https://github.com/apache/tomee/commit/d9f3ca8498e1696637eac569f0396b63030703b0 - I enabled activations to be specified on the container in the application's resources.xml:
    
    ```
    <Container id="mdb-container">
       activation.some.property = value
    </Container>
    ```
    
    that activation property will be applied to all the MDBs in that container - so quite handy if you need to specify the WMQ host, for example, on each MDB.
    
    If memory serves me correctly, you can override these with system properties as well:
    
    -D<mdb-container-id>.activation.<property> = value.
    
    I'm happy to help with this, and we don't need all of these done to merge it in, but we would need the ASL header on the files first.
    



> Activation overrides on MDB container ignored for containers defined in resources.xml
> -------------------------------------------------------------------------------------
>
>                 Key: TOMEE-2162
>                 URL: https://issues.apache.org/jira/browse/TOMEE-2162
>             Project: TomEE
>          Issue Type: Bug
>    Affects Versions: 1.7.5, 7.0.4
>            Reporter: Jonathan Gallimore
>            Assignee: Jonathan Gallimore
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 7.0.5, 1.7.6
>
>
> Activation config properties defined on a <Container> in resources.xml are not accounted for when computing activation config overrides on beans.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)