Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 85885 invoked from network); 21 Apr 2006 02:40:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 21 Apr 2006 02:40:16 -0000 Received: (qmail 56806 invoked by uid 500); 21 Apr 2006 02:40:11 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 56363 invoked by uid 500); 21 Apr 2006 02:40:09 -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 56345 invoked by uid 99); 21 Apr 2006 02:40:09 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Apr 2006 19:40:09 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [209.237.227.198] (HELO brutus.apache.org) (209.237.227.198) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Apr 2006 19:40:08 -0700 Received: from brutus (localhost.localdomain [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id B22CC7142E0 for ; Fri, 21 Apr 2006 02:39:05 +0000 (GMT) Message-ID: <32950340.1145587145705.JavaMail.jira@brutus> Date: Fri, 21 Apr 2006 02:39:05 +0000 (GMT+00:00) From: "Aaron Mulder (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Created: (GERONIMO-1879) Make ConfigurationManager take a list of configurations/versions to reload MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Make ConfigurationManager take a list of configurations/versions to reload -------------------------------------------------------------------------- Key: GERONIMO-1879 URL: http://issues.apache.org/jira/browse/GERONIMO-1879 Project: Geronimo Type: Improvement Security: public (Regular issues) Components: kernel Versions: 1.1 Reporter: Aaron Mulder Priority: Critical Fix For: 1.1 Currently each call to ConfigurationManager.reload provides only one artifact/version per call. This may make it challenging to perform a large upgrade, where it may not be easy to find an order to apply all the changes in. It would be nice to be able to pass e.g. a Map of artifacts to versions to cause a bunch of things to be updated to new versions all at once. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira