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 (Created) (JIRA)" <ji...@apache.org> on 2012/02/16 14:15:59 UTC

[jira] [Created] (OPENEJB-1776) Some properties supplied via EJBContainer.createEJBContainer or InitialContext ignored

Some properties supplied via EJBContainer.createEJBContainer or InitialContext ignored
--------------------------------------------------------------------------------------

                 Key: OPENEJB-1776
                 URL: https://issues.apache.org/jira/browse/OPENEJB-1776
             Project: OpenEJB
          Issue Type: Bug
            Reporter: David Blevins
            Assignee: Romain Manni-Bucau
             Fix For: 4.0.0-beta-3


Any code like the following

 - Boolean.getBoolean(foo)
 - System.getProperty(foo)

Should be update to use:
 - SystemInstance.get().getProperty()
 - SystemInstance.get().getOptions().get(foo, type);



--
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-1776) Some properties supplied via EJBContainer.createEJBContainer or InitialContext ignored

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

David Blevins closed OPENEJB-1776.
----------------------------------

    Resolution: Fixed
    
> Some properties supplied via EJBContainer.createEJBContainer or InitialContext ignored
> --------------------------------------------------------------------------------------
>
>                 Key: OPENEJB-1776
>                 URL: https://issues.apache.org/jira/browse/OPENEJB-1776
>             Project: OpenEJB
>          Issue Type: Bug
>            Reporter: David Blevins
>            Assignee: Romain Manni-Bucau
>             Fix For: 4.0.0
>
>
> Any code like the following
>  - Boolean.getBoolean(foo)
>  - System.getProperty(foo)
> Should be update to use:
>  - SystemInstance.get().getProperty()
>  - SystemInstance.get().getOptions().get(foo, type);

--
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-1776) Some properties supplied via EJBContainer.createEJBContainer or InitialContext ignored

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

David Blevins commented on OPENEJB-1776:
----------------------------------------

2012-02-16 - http://svn.apache.org/viewvc?view=revision&revision=1245008 - rmannibucau
2012-02-16 - http://svn.apache.org/viewvc?view=revision&revision=1245013 - rmannibucau
2012-02-16 - http://svn.apache.org/viewvc?view=revision&revision=1245047 - rmannibucau

                
> Some properties supplied via EJBContainer.createEJBContainer or InitialContext ignored
> --------------------------------------------------------------------------------------
>
>                 Key: OPENEJB-1776
>                 URL: https://issues.apache.org/jira/browse/OPENEJB-1776
>             Project: OpenEJB
>          Issue Type: Bug
>            Reporter: David Blevins
>            Assignee: Romain Manni-Bucau
>             Fix For: 4.0.0
>
>
> Any code like the following
>  - Boolean.getBoolean(foo)
>  - System.getProperty(foo)
> Should be update to use:
>  - SystemInstance.get().getProperty()
>  - SystemInstance.get().getOptions().get(foo, type);

--
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