You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Jarek Gawor (JIRA)" <ji...@apache.org> on 2010/12/02 17:59:10 UTC

[jira] Assigned: (GERONIMO-5396) java.util.logging resources doesn't get picked up

     [ https://issues.apache.org/jira/browse/GERONIMO-5396?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jarek Gawor reassigned GERONIMO-5396:
-------------------------------------

    Assignee: Jarek Gawor

In revision 1041446 I committed a temporary work-around for this problem. However, the problem is really in JdkHandler.java in pax-logging-service bundle. The problem is fixed in the latest pax logging code and should be part of 1.5.4 release. Once 1.5.4 is out the work-around can be removed. I'll keep this bug open until then.


> java.util.logging resources doesn't get picked up
> -------------------------------------------------
>
>                 Key: GERONIMO-5396
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-5396
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: Logging
>    Affects Versions: 3.0-M1
>            Reporter: Mark Struberg
>            Assignee: Jarek Gawor
>
> In OpenWebBeans we use the i18n resource capabilities of java.util.logging.Logger
> In the code:
> {noformat} 
> Logger logger = Logger#getLogger(String name, String resourceBundleName);
> logger.info("INFO_0004", param),
> {noformat} 
> In the Message resources:
> {noformat} 
> INFO_0004=Adding OpenWebBeansPlugin \: [{0}]
> {noformat} 
> Where {0} gets filled with the value of 'param'.
> In geronimo I only see: "[BeansDeployer] INFO_0004"
> , so the jul to slf4j bridge doesn't handle the message bundle.
> Also if I add the String myself and call
> {noformat} 
> logger.info("message with param {0}", "rabbit");
> {noformat} 
> I still get no parameter filling, so the resulting text in the logfile is "message with param {0}"

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