Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 13024 invoked from network); 8 Aug 2007 00:38:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 8 Aug 2007 00:38:10 -0000 Received: (qmail 56803 invoked by uid 500); 8 Aug 2007 00:38:07 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 56731 invoked by uid 500); 8 Aug 2007 00:38:07 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 56720 invoked by uid 99); 8 Aug 2007 00:38:07 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Aug 2007 17:38:07 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [69.147.95.73] (HELO smtp110.plus.mail.sp1.yahoo.com) (69.147.95.73) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 08 Aug 2007 00:38:01 +0000 Received: (qmail 58908 invoked from network); 8 Aug 2007 00:37:41 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Received:X-YMail-OSG:Mime-Version:In-Reply-To:References:Content-Type:Message-Id:Content-Transfer-Encoding:From:Subject:Date:To:X-Mailer; b=e97Pbko0Tui1tniCoGdM98RaMyzhdt7yVxdQiGK8Aft87PtK5aMe46GoS1r6InYLF8wnsg8lEjr97a93ZUaqUjS5AzYbVkX2c01q+tceOEwq3yBakcnolknrhiALqzy5SegSwwyVn/TmzSWiJLIOnc4c94TwvNoe8zjic98Wr1A= ; Received: from unknown (HELO ?192.168.1.106?) (david_jencks@67.102.173.8 with plain) by smtp110.plus.mail.sp1.yahoo.com with SMTP; 8 Aug 2007 00:37:40 -0000 X-YMail-OSG: K2Pau2kVM1nyzx1pF6cd0TPYDufLexByVEa1edjyewWi9YfgkLwgg806k42yxLf_OSTGeZi7Xg-- Mime-Version: 1.0 (Apple Message framework v752.3) In-Reply-To: <3da992810708071714p1efa6d04h3724ac864da63a7b@mail.gmail.com> References: <3da992810708071714p1efa6d04h3724ac864da63a7b@mail.gmail.com> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: David Jencks Subject: Re: proper behavior for "deploy list-targets" with multiple repositories when server is not running Date: Tue, 7 Aug 2007 17:37:54 -0700 To: dev@geronimo.apache.org X-Mailer: Apple Mail (2.752.3) X-Virus-Checked: Checked by ClamAV on apache.org On Aug 7, 2007, at 5:14 PM, Ted Kirby wrote: > When the server is running, the list-targets command lists additional > repositories that may have been configured. When the server is not > running, only the base repository is listed. > > What should the correct behavior be? > > The list of repositories are kept in config.xml and are not available > remotely when the server is not running. It seems nothing should be > returned by list-targets when the server is down. I don't think that's quite right. Isn't the list always that of the set of config-stores running in the relevant kernel, which for the offline deployer is typically just the "main" config-store? I think if you want to have the offline deployer deploy to more config-stores you can add configurations that start those config stores to the offline-deployer-config.xml I think the current behavior is fine. thanks david jencks