You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomee.apache.org by Karan Malhi <ka...@gmail.com> on 2007/09/06 23:48:57 UTC

Re: [jira] Commented: (GERONIMO-3445) Verify log levels can be changed for openejb related log categories

I need to fix the logger now. Will probably submit something by tonight.

On 9/6/07, David Blevins (JIRA) <ji...@apache.org> wrote:
>
>     [ https://issues.apache.org/jira/browse/GERONIMO-3445?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12525537 ]
>
> David Blevins commented on GERONIMO-3445:
> -----------------------------------------
>
> Added this patch to branches/2.0 and trunk.
>
> Index: src/main/java/org/apache/geronimo/openejb/OpenEjbSystemGBean.java
> ===================================================================
> --- src/main/java/org/apache/geronimo/openejb/OpenEjbSystemGBean.java   (revision 570242)
> +++ src/main/java/org/apache/geronimo/openejb/OpenEjbSystemGBean.java   (working copy)
> @@ -104,7 +104,8 @@
>          }
>          System.setProperty("duct tape","");
>          System.setProperty("admin.disabled", "true");
> -
> +        System.setProperty("openejb.logger.external", "true");
> +
>          setDefaultProperty("openejb.deploymentId.format", "{moduleId}/{ejbName}");
>          setDefaultProperty("openejb.jndiname.strategy.class", "org.apache.openejb.assembler.classic.JndiBuilder$TemplatedStrategy");
>          setDefaultProperty("openejb.jndiname.format", "{deploymentId}/{interfaceClass}");
>
>
> > Verify log levels can be changed for openejb related log categories
> > -------------------------------------------------------------------
> >
> >                 Key: GERONIMO-3445
> >                 URL: https://issues.apache.org/jira/browse/GERONIMO-3445
> >             Project: Geronimo
> >          Issue Type: Bug
> >      Security Level: public(Regular issues)
> >    Affects Versions: 2.0
> >            Reporter: David Blevins
> >
> > Some users have reported inability to change log levels for log categories pertaining to OpenEJB.  This needs to be investigated, verified and fixed if found to be an issue or better documented if found not to be an issue.
>
> --
> This message is automatically generated by JIRA.
> -
> You can reply to this email to add a comment to the issue online.
>
>


-- 
Karan Singh Malhi

Re: [jira] Commented: (GERONIMO-3445) Verify log levels can be changed for openejb related log categories

Posted by Karan Malhi <ka...@gmail.com>.
Added patch. Please review and commit OpenEJB-675

On 9/6/07, Karan Malhi <ka...@gmail.com> wrote:
> I need to fix the logger now. Will probably submit something by tonight.
>
> On 9/6/07, David Blevins (JIRA) <ji...@apache.org> wrote:
> >
> >     [ https://issues.apache.org/jira/browse/GERONIMO-3445?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12525537 ]
> >
> > David Blevins commented on GERONIMO-3445:
> > -----------------------------------------
> >
> > Added this patch to branches/2.0 and trunk.
> >
> > Index: src/main/java/org/apache/geronimo/openejb/OpenEjbSystemGBean.java
> > ===================================================================
> > --- src/main/java/org/apache/geronimo/openejb/OpenEjbSystemGBean.java   (revision 570242)
> > +++ src/main/java/org/apache/geronimo/openejb/OpenEjbSystemGBean.java   (working copy)
> > @@ -104,7 +104,8 @@
> >          }
> >          System.setProperty("duct tape","");
> >          System.setProperty("admin.disabled", "true");
> > -
> > +        System.setProperty("openejb.logger.external", "true");
> > +
> >          setDefaultProperty("openejb.deploymentId.format", "{moduleId}/{ejbName}");
> >          setDefaultProperty("openejb.jndiname.strategy.class", "org.apache.openejb.assembler.classic.JndiBuilder$TemplatedStrategy");
> >          setDefaultProperty("openejb.jndiname.format", "{deploymentId}/{interfaceClass}");
> >
> >
> > > Verify log levels can be changed for openejb related log categories
> > > -------------------------------------------------------------------
> > >
> > >                 Key: GERONIMO-3445
> > >                 URL: https://issues.apache.org/jira/browse/GERONIMO-3445
> > >             Project: Geronimo
> > >          Issue Type: Bug
> > >      Security Level: public(Regular issues)
> > >    Affects Versions: 2.0
> > >            Reporter: David Blevins
> > >
> > > Some users have reported inability to change log levels for log categories pertaining to OpenEJB.  This needs to be investigated, verified and fixed if found to be an issue or better documented if found not to be an issue.
> >
> > --
> > This message is automatically generated by JIRA.
> > -
> > You can reply to this email to add a comment to the issue online.
> >
> >
>
>
> --
> Karan Singh Malhi
>


-- 
Karan Singh Malhi