From rm129958@sac.sfbay.sun.com Sun Feb 22 14:56:32 2009
Received: from sunmail5.uk.sun.com (sunmail5.UK.Sun.COM [129.156.85.165])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id n1MMuVnv024502
	for <LSARC-ext@sac.sfbay.sun.com>; Sun, 22 Feb 2009 14:56:32 -0800 (PST)
Received: from nwk-avmta-1.SFBay.Sun.COM (nwk-avmta-1.SFBay.Sun.COM [129.146.11.74])
	by sunmail5.uk.sun.com (8.13.8+Sun/8.13.8/ENSMAIL,v2.2) with ESMTP id n1MMuPha027087;
	Sun, 22 Feb 2009 22:56:30 GMT
Received: from pmxchannel-daemon.nwk-avmta-1.sfbay.Sun.COM by
 nwk-avmta-1.sfbay.Sun.COM
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0KFH00B01P25JA00@nwk-avmta-1.sfbay.Sun.COM>; Sun,
 22 Feb 2009 14:56:29 -0800 (PST)
Received: from dm-sfbay-02.sfbay.sun.com ([129.146.11.31])
 by nwk-avmta-1.sfbay.Sun.COM
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0KFH002YYP25CY20@nwk-avmta-1.sfbay.Sun.COM>; Sun,
 22 Feb 2009 14:56:29 -0800 (PST)
Received: from sac.sfbay.sun.com (sac.SFBay.Sun.COM [129.146.226.132])
	by dm-sfbay-02.sfbay.sun.com (8.13.8+Sun/8.13.8/ENSMAIL,v2.2)
 with ESMTP id n1MMuSqp061067; Sun, 22 Feb 2009 14:56:28 -0800 (PST)
Received: from sac.sfbay.sun.com (localhost [127.0.0.1])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id n1MMuR6j024497; Sun,
 22 Feb 2009 14:56:27 -0800 (PST)
Received: (from rm129958@localhost)
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8/Submit) id n1MMuRae024493; Sun,
 22 Feb 2009 14:56:27 -0800 (PST)
Date: Sun, 22 Feb 2009 14:56:27 -0800 (PST)
From: Richard Jr Matthews <rm129958@sac.sfbay.sun.com>
Subject: 1 [LSARC/2009/128 FastTrack timeout 03/03/2009]
To: LSARC-ext@sun.com
Cc: drools_team@sun.com
Message-id: <200902222256.n1MMuRae024493@sac.sfbay.sun.com>
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.4.1.325704
Status: RO
Content-Length: 3639

I am sponsoring this fast-track for Vivek Titarmare. The
timeout is set at March 3. The case directory contains the supplied
materials.

This fast-track is a portion of the Drools case LSARC 2008/748, which
is a dependency of ADM - PSARC 2007/210.

Template Version: @(#)sac_nextcase %I% %G% SMI This information is Copyright 2009 Sun Microsystems 1. Introduction
    1.1. Project/Component Working Name:
	 Log4J
    1.2. Name of Document Author/Supplier:
	 Author:  Vivek R. Titarmare
    1.3  Date of This Document:
	 22 January, 2009

2. Project Summary
   2.1 Project Description

	Apache log4j is a Java-based logging utility.

4. Technical Description:

	The architecture of the log4j API is layered. Each layer consists
	of different objects performing different tasks. The top layer
	captures the logging information, the middle layer is involved in
	analyzing and authorizing the logging information, and the bottom
	layer is responsible for formatting and publishing the logging
	information to a destination. In essence, log4j consists of three
	types of primary objects:
		Logger:
			The Logger object (formerly known as the Category
			object in releases prior to log4j 1.2) is responsible
			for capturing logging information. Logger objects
			are stored in a namespace hierarchy.
		Appender:
			The Appender object is responsible for publishing
			logging information to various preferred destinations.
			Each Appender object will have at least one target
			destination attached to it. For example, a ConsoleAppender
			object is capable of printing logging information to a
			console.
		Layout:
			The Layout object is used to format logging information
			in different styles. Appender objects utilize Layout
			 objects before publishing logging information. Layout
			objects play an important role in publishing logging 
			information in a way that is human readable and reusable.
 
5. Interfaces 

   Exported interface                   Classification 		Interface type
   =============================        ============== 		==============
   org.apache.log4j 
	* Appender			Uncommitted    		Interface

   org.apache.log4j.config 
	* PropertyGetter.PropertyCallback	Uncommitted    		Interface

   org.apache.log4j.lf5 
	* LogRecordFilter		Uncommitted    		Interface
	
   org.apache.log4j.or 
	* ObjectRenderer		Uncommitted    		Interface

   org.apache.log4j.spi 
	* AppenderAttachable 		Uncommitted    		Interface
	* Configurator 			Uncommitted    		Interface
	* ErrorCode 			Uncommitted    		Interface
	* ErrorHandler 			Uncommitted    		Interface
	* HierarchyEventListener 	Uncommitted    		Interface
	* LoggerFactory 		Uncommitted    		Interface
	* LoggerRepository 		Uncommitted    		Interface
	* OptionHandler 		Uncommitted    		Interface
	* RendererSupport 		Uncommitted    		Interface
	* RepositorySelector 		Uncommitted    		Interface
	* TriggeringEventEvaluator	Uncommitted    		Interface

   org.apache.log4j.xml
	* UnrecognizedElementHandler	Uncommitted    		Interface

   Imported interface        Classification   Comments
   =======================   ==============   =================================== 

   Interfaces are imported from "javax-mail.jar" & "javax-jms.jar"	

   The Jar file would go in "usr/share/lib/java"


6. Resources and Schedule
    6.4. Steering Committee requested information
   	6.4.1. Consolidation C-team Name:
		SFW
    6.5. ARC review type: FastTrack
    6.6. ARC Exposure: open

6. Resources and Schedule
    6.4. Steering Committee requested information
   	6.4.1. Consolidation C-team Name:
		SFW
    6.5. ARC review type: FastTrack
    6.6. ARC Exposure: open


From Richard.Matthews@sun.com Sun Feb 22 15:14:24 2009
Received: from sunmail3mpk.sfbay.sun.com (sunmail3mpk.SFBay.Sun.COM [129.146.11.52])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id n1MNEOk7024750
	for <LSARC-ext@sac.sfbay.sun.com>; Sun, 22 Feb 2009 15:14:24 -0800 (PST)
Received: from brm-avmta-1.central.sun.com (brm-avmta-1.Central.Sun.COM [129.147.4.11])
	by sunmail3mpk.sfbay.sun.com (8.13.7+Sun/8.13.7/ENSMAIL,v2.2) with ESMTP id n1MNE8Vo025599;
	Sun, 22 Feb 2009 15:14:24 -0800 (PST)
Received: from pmxchannel-daemon.brm-avmta-1.central.sun.com by
 brm-avmta-1.central.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0KFH00B07PVTCF00@brm-avmta-1.central.sun.com>; Sun,
 22 Feb 2009 16:14:17 -0700 (MST)
Received: from brmea-mail-2.sun.com ([192.18.98.43])
 by brm-avmta-1.central.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0KFH001ZRPVT4VC0@brm-avmta-1.central.sun.com>; Sun,
 22 Feb 2009 16:14:17 -0700 (MST)
Received: from fe-amer-09.sun.com ([192.18.109.79])
	by brmea-mail-2.sun.com (8.13.6+Sun/8.12.9) with ESMTP id n1MNEHlu001997; Sun,
 22 Feb 2009 23:14:17 +0000 (GMT)
Received: from conversion-daemon.mail-amer.sun.com by mail-amer.sun.com
 (Sun Java(tm) System Messaging Server 7.0-3.01 64bit (built Dec 23 2008))
 id <0KFH00I00PKW4300@mail-amer.sun.com>; Sun, 22 Feb 2009 16:14:17 -0700 (MST)
Received: from [129.152.9.14] ([unknown] [129.152.9.14])
 by mail-amer.sun.com (Sun Java(tm) System Messaging Server 7.0-3.01 64bit
 (built Dec 23 2008)) with ESMTPSA id <0KFH00G3NPVK7520@mail-amer.sun.com>; Sun,
 22 Feb 2009 16:14:17 -0700 (MST)
Date: Sun, 22 Feb 2009 17:14:08 -0600
From: Rick Matthews <Richard.Matthews@sun.com>
Subject: log4j  [LSARC/2009/128 FastTrack timeout 03/03/2009]
In-reply-to: <200902222256.n1MMuRae024493@sac.sfbay.sun.com>
Sender: Richard.Matthews@sun.com
To: Richard Jr Matthews <rm129958@sac.sfbay.sun.com>
Cc: LSARC-ext@sun.com, Drools_team@sun.com
Reply-to: Richard.Matthews@sun.com
Message-id: <49A1DC40.7040604@Sun.COM>
MIME-version: 1.0
Content-type: text/plain; format=flowed; charset=ISO-8859-1
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.4.1.325704
References: <200902222256.n1MMuRae024493@sac.sfbay.sun.com>
User-Agent: Thunderbird 2.0.0.16 (X11/20080807)
Status: RO
Content-Length: 4390

Resending due to FFF (fat finger fault)

On 02/22/09 04:56 PM, Richard Jr Matthews wrote:
> I am sponsoring this fast-track for Vivek Titarmare. The
> timeout is set at March 3. The case directory contains the supplied
> materials.
>
> This fast-track is a portion of the Drools case LSARC 2008/748, which
> is a dependency of ADM - PSARC 2007/210.
>
> Template Version: @(#)sac_nextcase %I% %G% SMI This information is Copyright 2009 Sun Microsystems 1. Introduction
>     1.1. Project/Component Working Name:
> 	 Log4J
>     1.2. Name of Document Author/Supplier:
> 	 Author:  Vivek R. Titarmare
>     1.3  Date of This Document:
> 	 22 January, 2009
>
> 2. Project Summary
>    2.1 Project Description
>
> 	Apache log4j is a Java-based logging utility.
>
> 4. Technical Description:
>
> 	The architecture of the log4j API is layered. Each layer consists
> 	of different objects performing different tasks. The top layer
> 	captures the logging information, the middle layer is involved in
> 	analyzing and authorizing the logging information, and the bottom
> 	layer is responsible for formatting and publishing the logging
> 	information to a destination. In essence, log4j consists of three
> 	types of primary objects:
> 		Logger:
> 			The Logger object (formerly known as the Category
> 			object in releases prior to log4j 1.2) is responsible
> 			for capturing logging information. Logger objects
> 			are stored in a namespace hierarchy.
> 		Appender:
> 			The Appender object is responsible for publishing
> 			logging information to various preferred destinations.
> 			Each Appender object will have at least one target
> 			destination attached to it. For example, a ConsoleAppender
> 			object is capable of printing logging information to a
> 			console.
> 		Layout:
> 			The Layout object is used to format logging information
> 			in different styles. Appender objects utilize Layout
> 			 objects before publishing logging information. Layout
> 			objects play an important role in publishing logging 
> 			information in a way that is human readable and reusable.
>  
> 5. Interfaces 
>
>    Exported interface                   Classification 		Interface type
>    =============================        ============== 		==============
>    org.apache.log4j 
> 	* Appender			Uncommitted    		Interface
>
>    org.apache.log4j.config 
> 	* PropertyGetter.PropertyCallback	Uncommitted    		Interface
>
>    org.apache.log4j.lf5 
> 	* LogRecordFilter		Uncommitted    		Interface
> 	
>    org.apache.log4j.or 
> 	* ObjectRenderer		Uncommitted    		Interface
>
>    org.apache.log4j.spi 
> 	* AppenderAttachable 		Uncommitted    		Interface
> 	* Configurator 			Uncommitted    		Interface
> 	* ErrorCode 			Uncommitted    		Interface
> 	* ErrorHandler 			Uncommitted    		Interface
> 	* HierarchyEventListener 	Uncommitted    		Interface
> 	* LoggerFactory 		Uncommitted    		Interface
> 	* LoggerRepository 		Uncommitted    		Interface
> 	* OptionHandler 		Uncommitted    		Interface
> 	* RendererSupport 		Uncommitted    		Interface
> 	* RepositorySelector 		Uncommitted    		Interface
> 	* TriggeringEventEvaluator	Uncommitted    		Interface
>
>    org.apache.log4j.xml
> 	* UnrecognizedElementHandler	Uncommitted    		Interface
>
>    Imported interface        Classification   Comments
>    =======================   ==============   =================================== 
>
>    Interfaces are imported from "javax-mail.jar" & "javax-jms.jar"	
>
>    The Jar file would go in "usr/share/lib/java"
>
>
> 6. Resources and Schedule
>     6.4. Steering Committee requested information
>    	6.4.1. Consolidation C-team Name:
> 		SFW
>     6.5. ARC review type: FastTrack
>     6.6. ARC Exposure: open
>
> 6. Resources and Schedule
>     6.4. Steering Committee requested information
>    	6.4.1. Consolidation C-team Name:
> 		SFW
>     6.5. ARC review type: FastTrack
>     6.6. ARC Exposure: open
>
>   


-- 
---------------------------------------------------------------------
Rick Matthews                           email: Rick.Matthews@sun.com
Sun Microsystems, Inc.                  phone:+1(651) 554-1518
1270 Eagan Industrial Road              phone(internal): 54418
Suite 160                               fax:  +1(651) 554-1540
Eagan, MN 55121-1231 USA                main: +1(651) 554-1500		
---------------------------------------------------------------------


From Richard.Matthews@sun.com Mon Mar  2 13:37:14 2009
Received: from sunmail2sca.sfbay.sun.com (sunmail2sca.SFBay.Sun.COM [129.145.155.234])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id n22LbDoQ017152
	for <LSARC-ext@sac.sfbay.sun.com>; Mon, 2 Mar 2009 13:37:13 -0800 (PST)
Received: from brm-avmta-1.central.sun.com (brm-avmta-1.Central.Sun.COM [129.147.4.11])
	by sunmail2sca.sfbay.sun.com (8.13.7+Sun/8.13.7/ENSMAIL,v2.2) with ESMTP id n22Lb8eM023694
	for <@sunmail2sca.sfbay.sun.com:LSARC-ext@sun.com>; Mon, 2 Mar 2009 13:37:13 -0800 (PST)
Received: from pmxchannel-daemon.brm-avmta-1.central.sun.com by
 brm-avmta-1.central.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0KFW00K2FEQ07600@brm-avmta-1.central.sun.com> for LSARC-ext@sun.com
 (ORCPT LSARC-ext@Sun.com); Mon, 02 Mar 2009 14:37:12 -0700 (MST)
Received: from brmea-mail-4.sun.com ([192.18.98.36])
 by brm-avmta-1.central.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0KFW00GLMEPY6X20@brm-avmta-1.central.sun.com> for
 LSARC-ext@sun.com (ORCPT LSARC-ext@Sun.com); Mon,
 02 Mar 2009 14:37:10 -0700 (MST)
Received: from fe-amer-09.sun.com ([192.18.109.79])
	by brmea-mail-4.sun.com (8.13.6+Sun/8.12.9) with ESMTP id n22LbA0F023967	for
 <LSARC-ext@Sun.com>; Mon, 02 Mar 2009 21:37:10 +0000 (GMT)
Received: from conversion-daemon.mail-amer.sun.com by mail-amer.sun.com
 (Sun Java(tm) System Messaging Server 7.0-3.01 64bit (built Dec 23 2008))
 id <0KFW00800DKB8U00@mail-amer.sun.com> for LSARC-ext@Sun.com
 (ORCPT LSARC-ext@Sun.com); Mon, 02 Mar 2009 14:37:10 -0700 (MST)
Received: from [129.152.9.11] ([unknown] [129.152.9.11])
 by mail-amer.sun.com (Sun Java(tm) System Messaging Server 7.0-3.01 64bit
 (built Dec 23 2008)) with ESMTPSA id <0KFW006T3EPQ6Y70@mail-amer.sun.com> for
 LSARC-ext@Sun.com (ORCPT LSARC-ext@Sun.com); Mon,
 02 Mar 2009 14:37:03 -0700 (MST)
Date: Mon, 02 Mar 2009 15:37:02 -0600
From: Rick Matthews <Richard.Matthews@sun.com>
Subject: Re: LSARC/2009/128 - log4j
Sender: Richard.Matthews@sun.com
To: LSARC-ext@sun.com
Reply-to: Richard.Matthews@sun.com
Message-id: <49AC517E.7000805@Sun.COM>
MIME-version: 1.0
Content-type: text/plain; format=flowed; charset=ISO-8859-1
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.4.1.325704
User-Agent: Thunderbird 2.0.0.16 (X11/20080807)
Status: RO
Content-Length: 956

Per last weeks meeting, I have modified the case materials as follows:
    -) Added the package name to the exported interfaces.
    -) Added the jar file to the exported interfaces.
    -) Deleted the interface table from the FOSS checklist, and referred 
to the
        proposal.txt
    -) Gathered the FastTrack submission, FOSS checklist and man page 
into a file
        called Proposal.txt (in the materials directory).
Please inform myself or Vivek if this is less than required.

-- 
---------------------------------------------------------------------
Rick Matthews                           email: Rick.Matthews@sun.com
Sun Microsystems, Inc.                  phone:+1(651) 554-1518
1270 Eagan Industrial Road              phone(internal): 54418
Suite 160                               fax:  +1(651) 554-1540
Eagan, MN 55121-1231 USA                main: +1(651) 554-1500		
---------------------------------------------------------------------


From Mark.Carlson@sun.com Mon Mar  2 13:59:23 2009
Received: from sunmail3mpk.sfbay.sun.com (sunmail3mpk.SFBay.Sun.COM [129.146.11.52])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id n22LxNL3018914
	for <LSARC-ext@sac.sfbay.sun.com>; Mon, 2 Mar 2009 13:59:23 -0800 (PST)
Received: from nwk-avmta-2.sfbay.sun.com (nwk-avmta-2.SFBay.Sun.COM [129.145.155.6])
	by sunmail3mpk.sfbay.sun.com (8.13.7+Sun/8.13.7/ENSMAIL,v2.2) with ESMTP id n22LxKFD019866
	for <@sunmail2sca.sfbay.sun.com:LSARC-ext@sun.com>; Mon, 2 Mar 2009 13:59:23 -0800 (PST)
Received: from pmxchannel-daemon.nwk-avmta-2.sfbay.sun.com by
 nwk-avmta-2.sfbay.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0KFW00C0ZFQYMX00@nwk-avmta-2.sfbay.sun.com> for LSARC-ext@sun.com
 (ORCPT LSARC-ext@sun.com); Mon, 02 Mar 2009 13:59:22 -0800 (PST)
Received: from brmea-mail-1.sun.com ([192.18.98.31])
 by nwk-avmta-2.sfbay.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0KFW0038YFQXEH90@nwk-avmta-2.sfbay.sun.com> for
 LSARC-ext@sun.com (ORCPT LSARC-ext@sun.com); Mon,
 02 Mar 2009 13:59:21 -0800 (PST)
Received: from fe-amer-09.sun.com ([192.18.109.79])
	by brmea-mail-1.sun.com (8.13.6+Sun/8.12.9) with ESMTP id n22LxLfo025694	for
 <LSARC-ext@sun.com>; Mon, 02 Mar 2009 21:59:21 +0000 (GMT)
Received: from conversion-daemon.mail-amer.sun.com by mail-amer.sun.com
 (Sun Java(tm) System Messaging Server 7.0-3.01 64bit (built Dec 23 2008))
 id <0KFW00500F5JAG00@mail-amer.sun.com> for LSARC-ext@sun.com
 (ORCPT LSARC-ext@sun.com); Mon, 02 Mar 2009 14:59:21 -0700 (MST)
Received: from boulder-dhcp-015.Central.Sun.COM ([unknown] [172.20.27.15])
 by mail-amer.sun.com
 (Sun Java(tm) System Messaging Server 7.0-3.01 64bit (built Dec 23 2008))
 with ESMTPSA id <0KFW00MFJFQ929D0@mail-amer.sun.com> for LSARC-ext@sun.com
 (ORCPT LSARC-ext@sun.com); Mon, 02 Mar 2009 14:58:57 -0700 (MST)
Date: Mon, 02 Mar 2009 14:58:56 -0700
From: "Mark A. Carlson" <Mark.Carlson@sun.com>
Subject: Re: LSARC/2009/128 - log4j
In-reply-to: <49AC517E.7000805@Sun.COM>
Sender: Mark.Carlson@sun.com
To: Richard.Matthews@sun.com
Cc: lsarc-ext@sun.com
Message-id: <49AC56A0.2080205@sun.com>
MIME-version: 1.0
Content-type: multipart/alternative;
 boundary="Boundary_(ID_IxBmrP2H2+rukJQATWWIXg)"
X-PMX-Version: 5.4.1.325704
References: <49AC517E.7000805@Sun.COM>
User-Agent: Thunderbird 2.0.0.19 (Macintosh/20081209)
Status: RO
Content-Length: 2953

This is a multi-part message in MIME format.

--Boundary_(ID_IxBmrP2H2+rukJQATWWIXg)
Content-type: text/plain; format=flowed; charset=ISO-8859-1
Content-transfer-encoding: 7BIT

+1

-- mark

Rick Matthews wrote:
> Per last weeks meeting, I have modified the case materials as follows:
>    -) Added the package name to the exported interfaces.
>    -) Added the jar file to the exported interfaces.
>    -) Deleted the interface table from the FOSS checklist, and 
> referred to the
>        proposal.txt
>    -) Gathered the FastTrack submission, FOSS checklist and man page 
> into a file
>        called Proposal.txt (in the materials directory).
> Please inform myself or Vivek if this is less than required.
>

-- 
<http://www.sun.com> 	* Mark A. Carlson *
Sr. Architect

*Systems Group*
Phone x69559 / 303-223-6139
Email Mark.Carlson@Sun.COM
	



--Boundary_(ID_IxBmrP2H2+rukJQATWWIXg)
Content-type: text/html; charset=ISO-8859-1
Content-transfer-encoding: 7BIT

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<tt>+1<br>
<br>
-- mark<br>
</tt><br>
Rick Matthews wrote:
<blockquote cite="mid:49AC517E.7000805@Sun.COM" type="cite">Per last
weeks meeting, I have modified the case materials as follows:
  <br>
&nbsp;&nbsp; -) Added the package name to the exported interfaces.
  <br>
&nbsp;&nbsp; -) Added the jar file to the exported interfaces.
  <br>
&nbsp;&nbsp; -) Deleted the interface table from the FOSS checklist, and referred
to the
  <br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; proposal.txt
  <br>
&nbsp;&nbsp; -) Gathered the FastTrack submission, FOSS checklist and man page
into a file
  <br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; called Proposal.txt (in the materials directory).
  <br>
Please inform myself or Vivek if this is less than required.
  <br>
  <br>
</blockquote>
<br>
<div class="moz-signature">-- <br>
<title></title>
<table border="0" cellpadding="0" cellspacing="0" width="519">
  <tbody>
    <tr valign="top">
      <td height="121" width="98"><a moz-do-not-send="true"
 href="http://www.sun.com"><img moz-do-not-send="true"
 src="http://www.sun.com/emrkt/sigs/6h_top.gif" border="0" height="92"
 width="98"></a></td>
      <td style="font-family: Arial; font-size: 10px;" height="121"
 width="249"><b> Mark A. Carlson </b><br>
Sr. Architect<br>
      <br>
      <b>Systems Group</b><br>
Phone x69559 / 303-223-6139<br>
Email <a moz-do-not-send="true" class="moz-txt-link-abbreviated"
 href="mailto:Mark.Carlson@Sun.COM">Mark.Carlson@Sun.COM</a><br>
      </td>
      <td style="font-family: Arial; font-size: 10px;" width="172"><img
 moz-do-not-send="true" src="http://www.sun.com/emrkt/sigs/q12.gif"
 height="118" width="172"></td>
    </tr>
  </tbody>
</table>
<div class="moz-signature"><br>
</div>
</div>
</body>
</html>

--Boundary_(ID_IxBmrP2H2+rukJQATWWIXg)--

From Richard.Matthews@sun.com Wed Mar  4 08:13:29 2009
Received: from sunmail3mpk.sfbay.sun.com (sunmail3mpk.SFBay.Sun.COM [129.146.11.52])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id n24GDTsT002276
	for <LSARC-ext@sac.sfbay.sun.com>; Wed, 4 Mar 2009 08:13:29 -0800 (PST)
Received: from brm-avmta-1.central.sun.com (brm-avmta-1.Central.Sun.COM [129.147.4.11])
	by sunmail3mpk.sfbay.sun.com (8.13.7+Sun/8.13.7/ENSMAIL,v2.2) with ESMTP id n24GDKkN015724;
	Wed, 4 Mar 2009 08:13:29 -0800 (PST)
Received: from pmxchannel-daemon.brm-avmta-1.central.sun.com by
 brm-avmta-1.central.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0KFZ0022XP2GMV00@brm-avmta-1.central.sun.com>; Wed,
 04 Mar 2009 09:13:28 -0700 (MST)
Received: from brmea-mail-2.sun.com ([192.18.98.43])
 by brm-avmta-1.central.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0KFZ00IULP2FY950@brm-avmta-1.central.sun.com>; Wed,
 04 Mar 2009 09:13:27 -0700 (MST)
Received: from fe-amer-09.sun.com ([192.18.109.79])
	by brmea-mail-2.sun.com (8.13.6+Sun/8.12.9) with ESMTP id n24GDRl9025292; Wed,
 04 Mar 2009 16:13:27 +0000 (GMT)
Received: from conversion-daemon.mail-amer.sun.com by mail-amer.sun.com
 (Sun Java(tm) System Messaging Server 7.0-3.01 64bit (built Dec 23 2008))
 id <0KFZ00N00OQD1O00@mail-amer.sun.com>; Wed, 04 Mar 2009 09:13:27 -0700 (MST)
Received: from Rick-Matthews-MacBook-Pro-15.local ([unknown] [129.150.64.186])
 by mail-amer.sun.com
 (Sun Java(tm) System Messaging Server 7.0-3.01 64bit (built Dec 23 2008))
 with ESMTPSA id <0KFZ009RJP2EMHE0@mail-amer.sun.com>; Wed,
 04 Mar 2009 09:13:27 -0700 (MST)
Date: Wed, 04 Mar 2009 10:13:33 -0600
From: Rick Matthews <Richard.Matthews@sun.com>
Subject: Re: log4j [LSARC/2009/128 FastTrack timeout 03/03/2009]
Sender: Richard.Matthews@sun.com
To: LSARC-ext@sun.com
Cc: drools_team@sun.com
Message-id: <49AEA8AD.3030309@Sun.COM>
MIME-version: 1.0
Content-type: text/plain; format=flowed; charset=ISO-8859-1
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.4.1.325704
User-Agent: Thunderbird 2.0.0.19 (Macintosh/20081209)
Status: RO
Content-Length: 590

With corrected documentation, requisite +1, discussion closed and timer
expired, I am marking this case closed approved.

-- 
---------------------------------------------------------------------
Rick Matthews                           email: Rick.Matthews@sun.com
Sun Microsystems, Inc.                  phone:+1(651) 554-1518
1270 Eagan Industrial Road              phone(internal): 54418
Suite 160                               fax:  +1(651) 554-1540
Eagan, MN 55121-1231 USA                main: +1(651) 554-1500		
---------------------------------------------------------------------


