Return-Path: Delivered-To: apmail-jakarta-avalon-dev-archive@apache.org Received: (qmail 44931 invoked from network); 9 Jul 2002 13:45:09 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 9 Jul 2002 13:45:09 -0000 Received: (qmail 7161 invoked by uid 97); 9 Jul 2002 13:45:18 -0000 Delivered-To: qmlist-jakarta-archive-avalon-dev@jakarta.apache.org Received: (qmail 7118 invoked by uid 97); 9 Jul 2002 13:45:16 -0000 Mailing-List: contact avalon-dev-help@jakarta.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 avalon-dev@jakarta.apache.org Received: (qmail 7091 invoked by uid 98); 9 Jul 2002 13:45:15 -0000 X-Antivirus: nagoya (v4198 created Apr 24 2002) Content-Type: text/plain; charset="iso-8859-1" From: Peter Royal To: "Avalon Developers List" Subject: Re: Fortress questions Date: Tue, 9 Jul 2002 09:39:46 -0400 User-Agent: KMail/1.4.1 References: <20020708164606.GA30486@fztig938.bank.dresdner.net> <200207081446.09147.proyal@apache.org> <20020709101106.GA19308@fztig938.bank.dresdner.net> In-Reply-To: <20020709101106.GA19308@fztig938.bank.dresdner.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <200207090939.46077.proyal@apache.org> X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N On Tuesday 09 July 2002 06:11 am, Marcus Crafter wrote: > One other question for you if its ok - in your container, how are > you solving my first question about getting a component manager > reference inside of the container ? I don't. My container is managed by a phoenix block. My subclass of AbstractContainer exposes a single method, public ComponentManager getCM() { return this.getComponentManager(); } which is called by the block after initializing the container. If I needed to get a handle to the container's CM from inside the container, I would probably override initialize() as you did. -pete -- peter royal -> proyal@apache.org -- To unsubscribe, e-mail: For additional commands, e-mail: