Return-Path: Delivered-To: apmail-avalon-dev-archive@avalon.apache.org Received: (qmail 93314 invoked by uid 500); 15 Feb 2003 15:03:32 -0000 Mailing-List: contact dev-help@avalon.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Avalon Developers List" Reply-To: "Avalon Developers List" Delivered-To: mailing list dev@avalon.apache.org Received: (qmail 93303 invoked from network); 15 Feb 2003 15:03:31 -0000 Received: from web14307.mail.yahoo.com (216.136.173.83) by daedalus.apache.org with SMTP; 15 Feb 2003 15:03:31 -0000 Message-ID: <20030215150333.54660.qmail@web14307.mail.yahoo.com> Received: from [160.33.98.116] by web14307.mail.yahoo.com via HTTP; Sat, 15 Feb 2003 07:03:33 PST Date: Sat, 15 Feb 2003 07:03:33 -0800 (PST) From: J Aaron Farr Subject: Re: [Fortress] Dispose bug To: Avalon Developers List In-Reply-To: <20030215145319.13253.qmail@web14305.mail.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N --- J Aaron Farr wrote: > Apparently the attatchment didn't work right. Here's the patch file (I > hope). > :) > > jaaron > My email client is acting buggy. One last try, this time cut and paste: FortressServiceManager ----[snip]----------------------------------------------------------------- 134c134 < m_used.put( component, handler ); --- > m_used.put( component.toString(), handler ); 165c165,167 < final ComponentHandler handler = (ComponentHandler)m_used.remove( component ); --- > final ComponentHandler handler = (ComponentHandler)m_used.remove( component.toString() ); ----[snip]----------------------------------------------------------------- Again, this change properly handles disposable components for me. Can anyone else confirm the use of disposable in Fortress? Thanks, jaaron __________________________________________________ Do you Yahoo!? Yahoo! Shopping - Send Flowers for Valentine's Day http://shopping.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@avalon.apache.org For additional commands, e-mail: dev-help@avalon.apache.org