Return-Path: Delivered-To: apmail-geronimo-user-archive@www.apache.org Received: (qmail 9896 invoked from network); 5 Dec 2005 21:53:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 5 Dec 2005 21:53:53 -0000 Received: (qmail 88552 invoked by uid 500); 5 Dec 2005 21:53:50 -0000 Delivered-To: apmail-geronimo-user-archive@geronimo.apache.org Received: (qmail 88527 invoked by uid 500); 5 Dec 2005 21:53:50 -0000 Mailing-List: contact user-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: user@geronimo.apache.org List-Id: Delivered-To: mailing list user@geronimo.apache.org Received: (qmail 88502 invoked by uid 99); 5 Dec 2005 21:53:50 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Dec 2005 13:53:50 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: unknown (asf.osuosl.org: error in processing during lookup of toby@caboteria.org) Received: from [207.172.4.61] (HELO smtp01.mrf.mail.rcn.net) (207.172.4.61) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Dec 2005 13:53:49 -0800 Received: from 207-172-209-236.c3-0.ded-ubr1.sbo-ded.ma.cable.rcn.com (HELO mail.caboteria.org) ([207.172.209.236]) by smtp01.mrf.mail.rcn.net with ESMTP; 05 Dec 2005 16:53:28 -0500 X-IronPort-AV: i="3.99,218,1131339600"; d="scan'208"; a="138053526:sNHT23281528" Received: by mail.caboteria.org (Postfix, from userid 1000) id C2E56C49B5; Mon, 5 Dec 2005 16:53:27 -0500 (EST) Date: Mon, 5 Dec 2005 16:53:27 -0500 From: toby cabot To: user@geronimo.apache.org Subject: Re: list-targets command Message-ID: <20051205215327.GA25287@caboteria.org> References: <74e15baa0511211124o7aaf36fcv6cfbac33f1a5598f@mail.gmail.com> <20051202201220.GA16035@caboteria.org> <1a4017e818c64eaf8fa311bc94fb84ed@yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1a4017e818c64eaf8fa311bc94fb84ed@yahoo.com> User-Agent: Mutt/1.5.11 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Thanks Aaron and David, I've modified o.a.g.client.builder.AppClientModuleBuilder and o.a.g.deployment.Deployer to accept multiple ConfigurationStore references, so now Geronimo will run with two ConfigurationStores specified in system-plan.xml. As you guys expected, you can pass a Target to the deployment cli and it gets passed to DeploymentManager.distribute() but it's lost on the server side since the Deploy.deploy() method that gets called doesn't take a target parameter. I'm a little fuzzy on the theory of operations on the server side - i.e. how the data gets from the wire to Deployer.deploy(). It looks like it uses MX4J but if one of you could sketch out how that code gets set up I could take a look at adding the target code to Deploy tomorrow. Thanks, Toby PS. Please feel free to move this conversation over to the dev list if that's a more appropriate place for it.