From markcarl@sac.sfbay.sun.com Wed Jan 28 12:58:44 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 n0SKwiQv001932
	for <LSARC-ext@sac.sfbay.sun.com>; Wed, 28 Jan 2009 12:58:44 -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 n0SKwhb0016896;
	Wed, 28 Jan 2009 12:58:44 -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 <0KE70030V8XWM600@brm-avmta-1.central.sun.com>; Wed,
 28 Jan 2009 13:58:44 -0700 (MST)
Received: from dm-sfbay-01.sfbay.sun.com ([129.145.155.118])
 by brm-avmta-1.central.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0KE700FQA8XVJA90@brm-avmta-1.central.sun.com>; Wed,
 28 Jan 2009 13:58:44 -0700 (MST)
Received: from sac.sfbay.sun.com (new-sac.SFBay.Sun.COM [129.146.175.65])
	by dm-sfbay-01.sfbay.sun.com (8.13.8+Sun/8.13.8/ENSMAIL,v2.2)
 with ESMTP id n0SKwgNE022201; Wed, 28 Jan 2009 12:58:42 -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 n0SKwfr2001927; Wed,
 28 Jan 2009 12:58:41 -0800 (PST)
Received: (from markcarl@localhost)
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8/Submit) id n0SKwf2U001923; Wed,
 28 Jan 2009 12:58:41 -0800 (PST)
Date: Wed, 28 Jan 2009 12:58:41 -0800 (PST)
From: Mark Carlson <markcarl@sac.sfbay.sun.com>
Subject: asm  Ver 3.1 [LSARC/2009/052 FastTrack timeout 02/04/2009]
To: LSARC-ext@sun.com
Cc: Vivek.Titarmare@sun.com
Message-id: <200901282058.n0SKwf2U001923@sac.sfbay.sun.com>
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.4.1.325704
Status: RO
Content-Length: 3234

I am sponsoring this familiarity case for Vivek Titarmare. It requests minor 
binding and times out 02/04/2009. This Fast Track represents a component of 
LSARC 2008/748 - Drools.
The FOSS checklist and javadoc are in the case directory.

-- mark

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

2. Project Summary
   2.1 Project Description

	ASM is an all purpose Java bytecode manipulation and analysis framework. It can be used to modify existing classes or dynamically generate classes, directly in binary form.

4. Technical Description:

	The ASM framework is organized around the ClassVisitor, FieldVisitor and MethodVisitor interfaces, which allow one to visit the fields and methods of a class, including the bytecode instructions of each method.

	In addition to these main interfaces, ASM provides a ClassReader class, that can parse an existing class and make a given visitor visit it. ASM also provides a ClassWriter class, which is a visitor that generates Java class files.

	In order to generate a class from scratch, only the ClassWriter class is necessary. Indeed, in order to generate a class, one must just call its visitXXX methods with the appropriate arguments to generate the desired fields and methods. 

	In order to modify existing classes, one must use a ClassReader class to analyze the original class, a class modifier, and a ClassWriter to construct the modified class. The class modifier is just a ClassVisitor that delegates most of the work to another ClassVisitor, but that sometimes changes some parameter values, or call additional methods, in order to implement the desired modification process. In order to make it easier to implement such class modifiers, ASM provides the ClassAdapter and MethodAdapter classes, which implement the ClassVisitor and MethodVisitor interfaces by delegating all work to other visitors. 

5. Interfaces 

   Exported interface                   Classification 		Interface type
   =============================        ============== 		==============
   org.objectweb.asm
	* AnnotationVisitor		Uncommitted    		Interface
	* ClassVisitor			Uncommitted    		Interface
	* FieldVisitor			Uncommitted    		Interface
	* MethodVisitor			Uncommitted    		Interface
	* Opcodes			Uncommitted    		Interface
		
   org.objectweb.asm.commons
	* TableSwitchGenerator		Uncommitted    		Interface

   org.objectweb.asm.signature
	* SignatureVisitor		Uncommitted    		Interface

   org.objectweb.asm.tree.analysis
	* Interpreter			Uncommitted    		Interface
	* Value				Uncommitted    		Interface

   org.objectweb.asm
	* ASMifiable			Uncommitted    		Interface
	* Traceable			Uncommitted    		Interface
	

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


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 Fri Jan 30 06:23:56 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 n0UENunx021467
	for <LSARC-ext@sac.sfbay.sun.com>; Fri, 30 Jan 2009 06:23:56 -0800 (PST)
Received: from nwk-avmta-2.sfbay.sun.com (nwk-avmta-2.SFBay.Sun.COM [129.145.155.6])
	by sunmail2sca.sfbay.sun.com (8.13.7+Sun/8.13.7/ENSMAIL,v2.2) with ESMTP id n0UENu4n018937
	for <@sunmail2sca.sfbay.sun.com:LSARC-ext@sun.com>; Fri, 30 Jan 2009 06:23:56 -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 <0KEA00801FZWMJ00@nwk-avmta-2.sfbay.sun.com> for LSARC-ext@sun.com
 (ORCPT LSARC-ext@sun.com); Fri, 30 Jan 2009 06:23:56 -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 <0KEA00K1OFZVAFB0@nwk-avmta-2.sfbay.sun.com> for
 LSARC-ext@sun.com (ORCPT LSARC-ext@sun.com); Fri,
 30 Jan 2009 06:23:56 -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 n0UENtma027110	for
 <LSARC-ext@sun.com>; Fri, 30 Jan 2009 14:23:55 +0000 (GMT)
Received: from conversion-daemon.mail-amer.sun.com by mail-amer.sun.com
 (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007))
 id <0KEA00901FYAKE00@mail-amer.sun.com>
 (original mail from Richard.Matthews@Sun.COM)
 for LSARC-ext@sun.com (ORCPT LSARC-ext@sun.com); Fri,
 30 Jan 2009 07:23:55 -0700 (MST)
Received: from Rick-Matthews-MacBook-Pro-15.local ([129.150.34.143])
 by mail-amer.sun.com
 (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007))
 with ESMTPSA id <0KEA00EEPFZVK250@mail-amer.sun.com> for LSARC-ext@sun.com
 (ORCPT LSARC-ext@sun.com); Fri, 30 Jan 2009 07:23:55 -0700 (MST)
Date: Fri, 30 Jan 2009 08:23:59 -0600
From: Rick Matthews <Richard.Matthews@Sun.COM>
Subject: [Fwd: Re: asm  Ver 3.1 [LSARC/2009/052 FastTrack timeout 02/04/2009]]
Sender: Richard.Matthews@Sun.COM
To: LSARC-ext@Sun.COM
Message-id: <49830D7F.6030705@Sun.COM>
MIME-version: 1.0
Content-type: multipart/mixed; boundary="Boundary_(ID_OEVrwGnp9mU3dd7yB/mDlQ)"
X-PMX-Version: 5.4.1.325704
User-Agent: Thunderbird 2.0.0.19 (Macintosh/20081209)
Status: RO
Content-Length: 5343

This is a multi-part message in MIME format.

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

Oops (again)...

+1

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


--Boundary_(ID_OEVrwGnp9mU3dd7yB/mDlQ)
Content-type: message/rfc822;
 name="Re: asm  Ver 3.1 [LSARC/2009/052 FastTrack timeout 02/04/2009].eml"

Date: Fri, 30 Jan 2009 08:19:56 -0600
From: Rick Matthews <Richard.Matthews@Sun.COM>
Subject: Re: asm  Ver 3.1 [LSARC/2009/052 FastTrack timeout 02/04/2009]
In-reply-to: <200901282058.n0SKwf2U001923@sac.sfbay.sun.com>
To: Mark Carlson <markcarl@sac.sfbay.sun.com>
Message-id: <49830C8C.8070100@Sun.COM>
X-Envelope-from: Richard.Matthews@Sun.COM
X-Envelope-to: LSARC-ext <@smarthost.sun.com:LSARC-ext@sun.com>
MIME-version: 1.0
Content-type: text/plain; format=flowed; charset=ISO-8859-1
Content-transfer-encoding: 7BIT
References: <200901282058.n0SKwf2U001923@sac.sfbay.sun.com>
User-Agent: Thunderbird 2.0.0.19 (Macintosh/20081209)

Mark Carlson wrote:
> I am sponsoring this familiarity case for Vivek Titarmare. It requests minor 
> binding and times out 02/04/2009. This Fast Track represents a component of 
> LSARC 2008/748 - Drools.
> The FOSS checklist and javadoc are in the case directory.
>
> -- mark
>
> Template Version: @(#)sac_nextcase %I% %G% SMI
> This information is Copyright 2009 Sun Microsystems
> 1. Introduction
>     1.1. Project/Component Working Name:
> 	 asm  Ver 3.1
>     1.2. Name of Document Author/Supplier:
> 	 Author:  Vivek Titarmare
>     1.3  Date of This Document:
> 	28 January, 2009
>
> 2. Project Summary
>    2.1 Project Description
>
> 	ASM is an all purpose Java bytecode manipulation and analysis framework. It can be used to modify existing classes or dynamically generate classes, directly in binary form.
>
> 4. Technical Description:
>
> 	The ASM framework is organized around the ClassVisitor, FieldVisitor and MethodVisitor interfaces, which allow one to visit the fields and methods of a class, including the bytecode instructions of each method.
>
> 	In addition to these main interfaces, ASM provides a ClassReader class, that can parse an existing class and make a given visitor visit it. ASM also provides a ClassWriter class, which is a visitor that generates Java class files.
>
> 	In order to generate a class from scratch, only the ClassWriter class is necessary. Indeed, in order to generate a class, one must just call its visitXXX methods with the appropriate arguments to generate the desired fields and methods. 
>
> 	In order to modify existing classes, one must use a ClassReader class to analyze the original class, a class modifier, and a ClassWriter to construct the modified class. The class modifier is just a ClassVisitor that delegates most of the work to another ClassVisitor, but that sometimes changes some parameter values, or call additional methods, in order to implement the desired modification process. In order to make it easier to implement such class modifiers, ASM provides the ClassAdapter and MethodAdapter classes, which implement the ClassVisitor and MethodVisitor interfaces by delegating all work to other visitors. 
>
> 5. Interfaces 
>
>    Exported interface                   Classification 		Interface type
>    =============================        ============== 		==============
>    org.objectweb.asm
> 	* AnnotationVisitor		Uncommitted    		Interface
> 	* ClassVisitor			Uncommitted    		Interface
> 	* FieldVisitor			Uncommitted    		Interface
> 	* MethodVisitor			Uncommitted    		Interface
> 	* Opcodes			Uncommitted    		Interface
> 		
>    org.objectweb.asm.commons
> 	* TableSwitchGenerator		Uncommitted    		Interface
>
>    org.objectweb.asm.signature
> 	* SignatureVisitor		Uncommitted    		Interface
>
>    org.objectweb.asm.tree.analysis
> 	* Interpreter			Uncommitted    		Interface
> 	* Value				Uncommitted    		Interface
>
>    org.objectweb.asm
> 	* ASMifiable			Uncommitted    		Interface
> 	* Traceable			Uncommitted    		Interface
> 	
>
>    Imported interface        Classification   Comments
>    =======================   ==============   =================================== 
> 	None
>
>
> 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
>
>   
+1

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



--Boundary_(ID_OEVrwGnp9mU3dd7yB/mDlQ)--

From James.Walker@Sun.COM Fri Jan 30 09:35:07 2009
Received: from sunmail4.singapore.sun.com (sunmail4.Singapore.Sun.COM [129.158.71.19])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id n0UHZ5Hx013939
	for <LSARC-ext@sac.sfbay.sun.com>; Fri, 30 Jan 2009 09:35:06 -0800 (PST)
Received: from nwk-avmta-2.sfbay.sun.com (nwk-avmta-2.SFBay.Sun.COM [129.145.155.6])
	by sunmail4.singapore.sun.com (8.13.4+Sun/8.13.3/ENSMAIL,v2.2) with ESMTP id n0UHYs1T017958
	for <@sunmail2sca.sfbay.sun.com:LSARC-ext@sun.com>; Sat, 31 Jan 2009 01:35:05 +0800 (SGT)
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 <0KEA00K17OUCAV00@nwk-avmta-2.sfbay.sun.com> for LSARC-ext@sun.com
 (ORCPT LSARC-ext@Sun.Com); Fri, 30 Jan 2009 09:35:00 -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 <0KEA00BH0OUBYP90@nwk-avmta-2.sfbay.sun.com> for
 LSARC-ext@sun.com (ORCPT LSARC-ext@Sun.Com); Fri,
 30 Jan 2009 09:34:59 -0800 (PST)
Received: from fe-amer-10.sun.com ([192.18.109.80])
	by brmea-mail-1.sun.com (8.13.6+Sun/8.12.9) with ESMTP id n0UHYxBN028738	for
 <LSARC-ext@Sun.Com>; Fri, 30 Jan 2009 17:34:59 +0000 (GMT)
Received: from conversion-daemon.mail-amer.sun.com by mail-amer.sun.com
 (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007))
 id <0KEA00B01OKSOM00@mail-amer.sun.com>
 (original mail from James.Walker@Sun.COM)
 for LSARC-ext@Sun.Com (ORCPT LSARC-ext@Sun.Com); Fri,
 30 Jan 2009 10:34:58 -0700 (MST)
Received: from [172.20.25.153] by mail-amer.sun.com
 (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007))
 with ESMTPSA id <0KEA00BENOU5RT90@mail-amer.sun.com>; Fri,
 30 Jan 2009 10:34:53 -0700 (MST)
Date: Fri, 30 Jan 2009 11:00:43 -0700
From: Jim Walker <James.Walker@Sun.COM>
Subject: Re: asm  Ver 3.1 [LSARC/2009/052 FastTrack timeout 02/04/2009]
In-reply-to: <200901282058.n0SKwf2U001923@sac.sfbay.sun.com>
Sender: James.Walker@Sun.COM
To: Mark Carlson <markcarl@sac.sfbay.sun.com>
Cc: LSARC-ext@Sun.COM, Vivek.Titarmare@Sun.COM
Reply-to: James.Walker@Sun.COM
Message-id: <4983404B.9000100@sun.com>
Organization: Sun Microsystems, Inc.
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: <200901282058.n0SKwf2U001923@sac.sfbay.sun.com>
User-Agent: Thunderbird 2.0.0.14 (X11/20080728)
Status: RO
Content-Length: 321

Mark Carlson wrote:
> I am sponsoring this familiarity case for Vivek Titarmare. It requests minor 
> binding and times out 02/04/2009. This Fast Track represents a component of 
> LSARC 2008/748 - Drools.
> The FOSS checklist and javadoc are in the case directory.
> 

What about man pages for these cases?

Cheers,
Jim

From mac@sun.com Fri Jan 30 09:52:40 2009
Received: from sunmail4.singapore.sun.com (sunmail4.Singapore.Sun.COM [129.158.71.19])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id n0UHqdW9015095
	for <LSARC-ext@sac.sfbay.sun.com>; Fri, 30 Jan 2009 09:52:40 -0800 (PST)
Received: from nwk-avmta-1.SFBay.Sun.COM (nwk-avmta-1.SFBay.Sun.COM [129.146.11.74])
	by sunmail4.singapore.sun.com (8.13.4+Sun/8.13.3/ENSMAIL,v2.2) with ESMTP id n0UHqYT9028822;
	Sat, 31 Jan 2009 01:52:38 +0800 (SGT)
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 <0KEA00N01PNP1500@nwk-avmta-1.sfbay.Sun.COM>; Fri,
 30 Jan 2009 09:52:37 -0800 (PST)
Received: from brmea-mail-1.sun.com ([192.18.98.31])
 by nwk-avmta-1.sfbay.Sun.COM
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0KEA00DZHPNPIZ80@nwk-avmta-1.sfbay.Sun.COM>; Fri,
 30 Jan 2009 09:52:37 -0800 (PST)
Received: from fe-amer-10.sun.com ([192.18.109.80])
	by brmea-mail-1.sun.com (8.13.6+Sun/8.12.9) with ESMTP id n0UHqbFb006810; Fri,
 30 Jan 2009 17:52:37 +0000 (GMT)
Received: from conversion-daemon.mail-amer.sun.com by mail-amer.sun.com
 (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007))
 id <0KEA00F01P39F100@mail-amer.sun.com> (original mail from mac@sun.com); Fri,
 30 Jan 2009 10:52:37 -0700 (MST)
Received: from [10.94.229.129]
 (mobile-032-159-253-238.mycingular.net [32.159.253.238])
 by mail-amer.sun.com (Sun Java System Messaging Server 6.2-8.04 (built Feb 28
 2007)) with ESMTPSA id <0KEA008VRPN8AX50@mail-amer.sun.com>; Fri,
 30 Jan 2009 10:52:27 -0700 (MST)
Date: Fri, 30 Jan 2009 10:52:23 -0700
From: Mobile Mark <mac@sun.com>
Subject: Re: asm  Ver 3.1 [LSARC/2009/052 FastTrack timeout 02/04/2009]
In-reply-to: <4983404B.9000100@sun.com>
Sender: Mark.Carlson@sun.com
To: James Walker <James.Walker@sun.com>
Cc: Mark Carlson <markcarl@sac.sfbay.sun.com>,
        "LSARC-ext@sun.com" <LSARC-ext@sun.com>,
        "Vivek.Titarmare@Sun.COM" <Vivek.Titarmare@sun.com>
Message-id: <C64D3260-5892-4F3C-9A4E-C6CEAF18C3E5@sun.com>
MIME-version: 1.0
X-Mailer: iPhone Mail (5G77)
Content-type: text/plain; delsp=yes; format=flowed; charset=us-ascii
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.4.1.325704
References: <200901282058.n0SKwf2U001923@sac.sfbay.sun.com>
 <4983404B.9000100@sun.com>
Status: RO
Content-Length: 489

Jim,

These are all Java libraries with Javadocs in lieu of man pages.

-- mark



On Jan 30, 2009, at 11:00 AM, Jim Walker <James.Walker@Sun.COM> wrote:

> Mark Carlson wrote:
>> I am sponsoring this familiarity case for Vivek Titarmare. It  
>> requests minor binding and times out 02/04/2009. This Fast Track  
>> represents a component of LSARC 2008/748 - Drools.
>> The FOSS checklist and javadoc are in the case directory.
>
> What about man pages for these cases?
>
> Cheers,
> Jim

From Mark.Carlson@Sun.COM Mon Feb  9 12:31:28 2009
Received: from sunmail4.singapore.sun.com (sunmail4.Singapore.Sun.COM [129.158.71.19])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id n19KVRlJ021110
	for <LSARC-ext@sac.sfbay.sun.com>; Mon, 9 Feb 2009 12:31:27 -0800 (PST)
Received: from nwk-avmta-1.SFBay.Sun.COM (nwk-avmta-1.SFBay.Sun.COM [129.146.11.74])
	by sunmail4.singapore.sun.com (8.13.4+Sun/8.13.3/ENSMAIL,v2.2) with ESMTP id n19KVPp9014604
	for <@sunmail2sca.sfbay.sun.com:LSARC-ext@sun.com>; Tue, 10 Feb 2009 04:31:26 +0800 (SGT)
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 <0KET00K07FOBPK00@nwk-avmta-1.sfbay.Sun.COM> for LSARC-ext@sun.com
 (ORCPT LSARC-ext@Sun.Com); Mon, 09 Feb 2009 12:31:23 -0800 (PST)
Received: from brmea-mail-2.sun.com ([192.18.98.43])
 by nwk-avmta-1.sfbay.Sun.COM
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0KET00I61FOB5T40@nwk-avmta-1.sfbay.Sun.COM> for
 LSARC-ext@sun.com (ORCPT LSARC-ext@Sun.Com); Mon,
 09 Feb 2009 12:31:23 -0800 (PST)
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 n19KVNuq007006	for
 <LSARC-ext@Sun.Com>; Mon, 09 Feb 2009 20:31:23 +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 <0KET00000F1A9R00@mail-amer.sun.com> for LSARC-ext@Sun.Com
 (ORCPT LSARC-ext@Sun.Com); Mon, 09 Feb 2009 13:31:23 -0700 (MST)
Received: from Macintosh-335.local ([unknown] [129.150.36.181])
 by mail-amer.sun.com
 (Sun Java(tm) System Messaging Server 7.0-3.01 64bit (built Dec 23 2008))
 with ESMTPSA id <0KET00HXTFO6RA80@mail-amer.sun.com> for LSARC-ext@Sun.Com
 (ORCPT LSARC-ext@Sun.Com); Mon, 09 Feb 2009 13:31:20 -0700 (MST)
Date: Mon, 09 Feb 2009 13:31:18 -0700
From: "Mark A. Carlson" <Mark.Carlson@Sun.COM>
Subject: Re: asm  Ver 3.1 [LSARC/2009/052 FastTrack timeout 02/04/2009]
In-reply-to: <200901282058.n0SKwf2U001923@sac.sfbay.sun.com>
Sender: Mark.Carlson@Sun.COM
To: LSARC-ext@Sun.COM
Cc: Vivek.Titarmare@Sun.COM
Message-id: <49909296.9010203@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: <200901282058.n0SKwf2U001923@sac.sfbay.sun.com>
User-Agent: Thunderbird 2.0.0.19 (Macintosh/20081209)
Status: RO
Content-Length: 95

This case, having resolved all outstanding issues, is being marked 
closed approved. 

-- mark

