You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by "Juha Syrjälä (JIRA)" <ji...@apache.org> on 2012/06/11 09:31:43 UTC

[jira] [Created] (OPENEJB-1837) WebBeansLogger uses java.util.logging directly and doesn't obey system property openejb.log.factory

Juha Syrjälä created OPENEJB-1837:
-------------------------------------

             Summary: WebBeansLogger uses java.util.logging directly and doesn't obey system property openejb.log.factory
                 Key: OPENEJB-1837
                 URL: https://issues.apache.org/jira/browse/OPENEJB-1837
             Project: OpenEJB
          Issue Type: Bug
            Reporter: Juha Syrjälä


See OPENEJB-1408: logging should use factory defined in system property openejb.log.factory.

Replace java.util.logging.Logger with org.apache.openejb.util.Logger

--
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-1837) WebBeansLogger uses java.util.logging directly and doesn't obey system property openejb.log.factory

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

Romain Manni-Bucau reopened OPENEJB-1837:
-----------------------------------------

    
> WebBeansLogger uses java.util.logging directly and doesn't obey system property openejb.log.factory
> ---------------------------------------------------------------------------------------------------
>
>                 Key: OPENEJB-1837
>                 URL: https://issues.apache.org/jira/browse/OPENEJB-1837
>             Project: OpenEJB
>          Issue Type: Bug
>    Affects Versions: 4.0.0
>            Reporter: Juha Syrjälä
>             Fix For: 4.1.0
>
>
> See OPENEJB-1408: logging should use factory defined in system property openejb.log.factory.
> Replace java.util.logging.Logger with org.apache.openejb.util.Logger

--
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-1837) WebBeansLogger uses java.util.logging directly and doesn't obey system property openejb.log.factory

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

Jean-Louis MONTEIRO closed OPENEJB-1837.
----------------------------------------

       Resolution: Fixed
    Fix Version/s: 4.1.0

The patch has been submitted and integrated in OWB. Then, it will use for 1.1.5+ JUL.
                
> WebBeansLogger uses java.util.logging directly and doesn't obey system property openejb.log.factory
> ---------------------------------------------------------------------------------------------------
>
>                 Key: OPENEJB-1837
>                 URL: https://issues.apache.org/jira/browse/OPENEJB-1837
>             Project: OpenEJB
>          Issue Type: Bug
>    Affects Versions: 4.0.0
>            Reporter: Juha Syrjälä
>             Fix For: 4.1.0
>
>
> See OPENEJB-1408: logging should use factory defined in system property openejb.log.factory.
> Replace java.util.logging.Logger with org.apache.openejb.util.Logger

--
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-1837) WebBeansLogger uses java.util.logging directly and doesn't obey system property openejb.log.factory

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

Romain Manni-Bucau commented on OPENEJB-1837:
---------------------------------------------

Hi,

currently OWB doesn't support a pluggable logging config. That's the same for BVal.

A way to achieve it is to use slf4j (or other) bridges using their handler redirecting logs to your desired logging system.

However we'll have a look how to provide in OWB a configurable logging system.
                
> WebBeansLogger uses java.util.logging directly and doesn't obey system property openejb.log.factory
> ---------------------------------------------------------------------------------------------------
>
>                 Key: OPENEJB-1837
>                 URL: https://issues.apache.org/jira/browse/OPENEJB-1837
>             Project: OpenEJB
>          Issue Type: Bug
>    Affects Versions: 4.0.0
>            Reporter: Juha Syrjälä
>
> See OPENEJB-1408: logging should use factory defined in system property openejb.log.factory.
> Replace java.util.logging.Logger with org.apache.openejb.util.Logger

--
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-1837) WebBeansLogger uses java.util.logging directly and doesn't obey system property openejb.log.factory

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

Juha Syrjälä updated OPENEJB-1837:
----------------------------------

    Affects Version/s: 4.0.0
    
> WebBeansLogger uses java.util.logging directly and doesn't obey system property openejb.log.factory
> ---------------------------------------------------------------------------------------------------
>
>                 Key: OPENEJB-1837
>                 URL: https://issues.apache.org/jira/browse/OPENEJB-1837
>             Project: OpenEJB
>          Issue Type: Bug
>    Affects Versions: 4.0.0
>            Reporter: Juha Syrjälä
>
> See OPENEJB-1408: logging should use factory defined in system property openejb.log.factory.
> Replace java.util.logging.Logger with org.apache.openejb.util.Logger

--
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-1837) WebBeansLogger uses java.util.logging directly and doesn't obey system property openejb.log.factory

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

Romain Manni-Bucau closed OPENEJB-1837.
---------------------------------------

    Resolution: Fixed

should be transparent for jul, log4j and slf4j
                
> WebBeansLogger uses java.util.logging directly and doesn't obey system property openejb.log.factory
> ---------------------------------------------------------------------------------------------------
>
>                 Key: OPENEJB-1837
>                 URL: https://issues.apache.org/jira/browse/OPENEJB-1837
>             Project: OpenEJB
>          Issue Type: Bug
>    Affects Versions: 4.0.0
>            Reporter: Juha Syrjälä
>             Fix For: 4.1.0
>
>
> See OPENEJB-1408: logging should use factory defined in system property openejb.log.factory.
> Replace java.util.logging.Logger with org.apache.openejb.util.Logger

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