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 Jencks (JIRA)" <ji...@apache.org> on 2010/05/21 01:05:16 UTC

[jira] Created: (OPENEJB-1284) Be able to turn off overriding enb-entry values from META-INF/env-entries.properties

Be able to turn off overriding enb-entry values from META-INF/env-entries.properties
------------------------------------------------------------------------------------

                 Key: OPENEJB-1284
                 URL: https://issues.apache.org/jira/browse/OPENEJB-1284
             Project: OpenEJB
          Issue Type: Improvement
          Components: deployment
    Affects Versions: 3.2
            Reporter: David Jencks
            Assignee: David Jencks
             Fix For: 3.2


Openejb has the really handy feature of being able to set env-entry values from META-INF/env-entries.properties files.  Right now these values always override values supplied from xml or annotations, when present, as well as installing values not mentioned in xml or annotations.

It would be useful to be able to turn off the "override" functionality.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (OPENEJB-1284) Be able to turn off overriding enb-entry values from META-INF/env-entries.properties

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

David Jencks reassigned OPENEJB-1284:
-------------------------------------

    Assignee: David Blevins  (was: David Jencks)

Please review, especially the property name.

> Be able to turn off overriding enb-entry values from META-INF/env-entries.properties
> ------------------------------------------------------------------------------------
>
>                 Key: OPENEJB-1284
>                 URL: https://issues.apache.org/jira/browse/OPENEJB-1284
>             Project: OpenEJB
>          Issue Type: Improvement
>          Components: deployment
>    Affects Versions: 3.2
>            Reporter: David Jencks
>            Assignee: David Blevins
>             Fix For: 3.2
>
>
> Openejb has the really handy feature of being able to set env-entry values from META-INF/env-entries.properties files.  Right now these values always override values supplied from xml or annotations, when present, as well as installing values not mentioned in xml or annotations.
> It would be useful to be able to turn off the "override" functionality.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (OPENEJB-1284) Be able to turn off overriding enb-entry values from META-INF/env-entries.properties

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

David Jencks commented on OPENEJB-1284:
---------------------------------------

Fixed in rev 946861. I used the option name "envprops.override" which could perhaps be improved. I also check the option on each override rather than once: by adding a parameter to the method call we could check less frequently.

> Be able to turn off overriding enb-entry values from META-INF/env-entries.properties
> ------------------------------------------------------------------------------------
>
>                 Key: OPENEJB-1284
>                 URL: https://issues.apache.org/jira/browse/OPENEJB-1284
>             Project: OpenEJB
>          Issue Type: Improvement
>          Components: deployment
>    Affects Versions: 3.2
>            Reporter: David Jencks
>            Assignee: David Jencks
>             Fix For: 3.2
>
>
> Openejb has the really handy feature of being able to set env-entry values from META-INF/env-entries.properties files.  Right now these values always override values supplied from xml or annotations, when present, as well as installing values not mentioned in xml or annotations.
> It would be useful to be able to turn off the "override" functionality.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.