<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML xmlns="http://www.w3.org/TR/REC-html40" xmlns:o = 
"urn:schemas-microsoft-com:office:office" xmlns:w = 
"urn:schemas-microsoft-com:office:word" xmlns:st1 = 
"urn:schemas-microsoft-com:office:smarttags"><HEAD>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.5730.11" name=GENERATOR><o:SmartTagType 
name="PersonName" 
namespaceuri="urn:schemas-microsoft-com:office:smarttags"></o:SmartTagType><!--[if !mso]>
<STYLE>st1\:* {
        BEHAVIOR: url(#default#ieooui)
}
</STYLE>
<![endif]-->
<STYLE>@page Section1 {size: 8.5in 11.0in; margin: 1.0in 1.25in 1.0in 1.25in; }
P.MsoNormal {
        FONT-SIZE: 12pt; MARGIN: 0in 0in 0pt; FONT-FAMILY: "Times New Roman"
}
LI.MsoNormal {
        FONT-SIZE: 12pt; MARGIN: 0in 0in 0pt; FONT-FAMILY: "Times New Roman"
}
DIV.MsoNormal {
        FONT-SIZE: 12pt; MARGIN: 0in 0in 0pt; FONT-FAMILY: "Times New Roman"
}
A:link {
        COLOR: blue; TEXT-DECORATION: underline
}
SPAN.MsoHyperlink {
        COLOR: blue; TEXT-DECORATION: underline
}
A:visited {
        COLOR: purple; TEXT-DECORATION: underline
}
SPAN.MsoHyperlinkFollowed {
        COLOR: purple; TEXT-DECORATION: underline
}
SPAN.EmailStyle17 {
        COLOR: windowtext; FONT-FAMILY: Arial; mso-style-type: personal-compose
}
DIV.Section1 {
        page: Section1
}
</STYLE>
</HEAD>
<BODY lang=EN-US vLink=purple link=blue>
<DIV><SPAN class=497241219-25012007><FONT face=Arial color=#0000ff size=2>Can we 
first discuss&nbsp;the implications that Scott described for jboss components 
using commons logging:</FONT></SPAN></DIV>
<DIV><SPAN class=497241219-25012007><FONT color=#0000ff>
<DIV dir=ltr align=left><FONT color=#0000ff><A 
href="http://jira.jboss.com/jira/browse/JBAS-1853"><FONT face=Arial><FONT 
size=2><SPAN class=497241219-25012007><FONT color=#0000ff>(from 
</FONT></SPAN>http://jira.jboss.com/jira/browse/JBAS-1853</FONT></FONT></A><FONT 
face=Arial><FONT size=2>)<SPAN 
class=497241219-25012007></SPAN></FONT></FONT></FONT></DIV>
<DIV dir=ltr align=left><FONT face=Arial 
size=2></FONT>&nbsp;</DIV></FONT></SPAN></DIV>
<DIV><SPAN class=497241219-25012007>"</SPAN>The next level of isolation is to 
actually create a unique LoggerRepository for use by the jboss Logger in the 
Log4jService. The concern is that components like jgroups, hibernate, tomcat, 
etc. using commons logging will fail to pickup the Log4jService 
LoggerRepository. We probably need to configure commons logging as well from the 
Log4jService with a flag that can disable this.<SPAN 
class=497241219-25012007>"</SPAN><BR></DIV>
<BLOCKQUOTE dir=ltr 
style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #0000ff 2px solid; MARGIN-RIGHT: 0px">
  <DIV class=OutlookMessageHeader lang=en-us dir=ltr align=left>
  <HR tabIndex=-1>
  <FONT face=Tahoma size=2><B>From:</B> 
  jboss-development-bounces@lists.jboss.org 
  [mailto:jboss-development-bounces@lists.jboss.org] <B>On Behalf Of </B>Stan 
  Silvert<BR><B>Sent:</B> Thursday, January 25, 2007 8:30 PM<BR><B>To:</B> 
  JBoss.org development list<BR><B>Subject:</B> [jboss-dev] Log4J 
  RepositorySelector<BR></FONT><BR></DIV>
  <DIV></DIV>
  <DIV class=Section1>
  <P class=MsoNormal><FONT face=Arial size=2><SPAN 
  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">A long time ago when I was still 
  in support I wrote a RepositorySelector implementation.&nbsp; This allows a 
  deployment to have its own logging environment.&nbsp; But, it was never 
  integrated into JBoss itself.&nbsp; Since then, I&#8217;ve been meaning to come back 
  to it and put it into JBoss: <A 
  href="http://jira.jboss.com/jira/browse/JBAS-1313">http://jira.jboss.com/jira/browse/JBAS-1313</A><o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face=Arial size=2><SPAN 
  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"><o:p>&nbsp;</o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face=Arial size=2><SPAN 
  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">As you can see, someone in the 
  community stepped up and built an implementation.&nbsp; I took a quick look at 
  it and it looks pretty good.&nbsp; Seems to work just like it 
  should.<o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face=Arial size=2><SPAN 
  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"><o:p>&nbsp;</o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face=Arial size=2><SPAN 
  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">The question I have is if this is 
  something we want to put into 4.2 at this late hour.&nbsp; It&#8217;s a nice feature 
  that we get requests for from time to time.&nbsp; What do you guys 
  think?<o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face=Arial size=2><SPAN 
  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"><o:p>&nbsp;</o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face=Arial size=2><SPAN 
  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">Also, since the implementation is 
  based on the old microkernel, would we want to ask this guy to create a 
  version for JBoss 5 as well?&nbsp; If so, he may need someone who is available 
  to answer questions.&nbsp; Right now I know squat about the new 
  kernel.<o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face=Arial size=2><SPAN 
  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"><o:p>&nbsp;</o:p></SPAN></FONT></P>
  <P class=MsoNormal><st1:PersonName w:st="on"><FONT face=Arial size=2><SPAN 
  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">Stan 
  Silvert</SPAN></FONT></st1:PersonName><o:p></o:p></P>
  <P class=MsoNormal><FONT face=Arial size=2><SPAN 
  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">JBoss, a&nbsp;division of 
  RedHat</SPAN></FONT><o:p></o:p></P>
  <P class=MsoNormal><FONT face=Arial size=2><SPAN 
  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"><A 
  href="mailto:ssilvert@jboss.com">ssilvert@jboss.com</A></SPAN></FONT><o:p></o:p></P>
  <P class=MsoNormal><FONT face="Times New Roman" size=3><SPAN 
  style="FONT-SIZE: 12pt"><o:p>&nbsp;</o:p></SPAN></FONT></P></DIV></BLOCKQUOTE></BODY></HTML>