Return-Path: Delivered-To: apmail-avalon-dev-archive@avalon.apache.org Received: (qmail 44374 invoked by uid 500); 14 May 2003 15:52:18 -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 44307 invoked from network); 14 May 2003 15:52:17 -0000 Received: from onramp.i95.net (205.177.132.17) by daedalus.apache.org with SMTP; 14 May 2003 15:52:17 -0000 Received: from apache.org ([66.208.12.130]) by onramp.i95.net (8.12.9/8.12.9) with ESMTP id h4EFqK07017581 for ; Wed, 14 May 2003 11:52:20 -0400 Message-ID: <3EC26672.9090509@apache.org> Date: Wed, 14 May 2003 11:53:22 -0400 From: Berin Loritsch User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.3) Gecko/20030312 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Avalon Developers List Subject: Re: [Fortress] [Bug?] should erm be rm's parent? References: <6531639104.20030514185847@mail.cnt.ru> In-Reply-To: <6531639104.20030514185847@mail.cnt.ru> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Anton Tagunov wrote: > Hello, Developers! > > ContextManager.java > > initializeRoleManager() > > FortressRoleManager erm = new FortressRoleManager( ... ); > ... > ConfigurableRoleManager rm = new ConfigurableRoleManager( ... ); > > > 1) Hmm.. what is erm needed for? It looks like it is created and > thrown away -- I would expect it to be rm's parent That is what is supposed to happen. > > 2) if any code is changed, perhaps > - erm (Excalibur RM) should become > - frm (Fortress RM) ? :-) :) yep, minor issue though. > 3) maybe it's my cvs on win2000 that misbahaves, but I got > line-endings wrong (I've got 0x0D 0x0D 0x0A) on the following > files in fortress (all other files are all right 0x0D 0x0A) > > util/ContextManager.java > util/Service.java > impl/extensions/InstrumentableCreator.java > impl/handler/AbstractComponentHandler.java > impl/handler/LEAwareComponentHandler.java > impl/lookup/FortressServiceManager.java > impl/lookup/FortressServiceSelector.java > impl/rule/ServiceMetaManager.java I thought we had that cleared up. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@avalon.apache.org For additional commands, e-mail: dev-help@avalon.apache.org