Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 18660 invoked from network); 4 Feb 2009 18:04:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Feb 2009 18:04:27 -0000 Received: (qmail 909 invoked by uid 500); 4 Feb 2009 18:04:23 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 851 invoked by uid 500); 4 Feb 2009 18:04:23 -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 820 invoked by uid 99); 4 Feb 2009 18:04:23 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Feb 2009 10:04:23 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Feb 2009 18:04:20 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id B157E234C4A8 for ; Wed, 4 Feb 2009 10:03:59 -0800 (PST) Message-ID: <263036924.1233770639725.JavaMail.jira@brutus> Date: Wed, 4 Feb 2009 10:03:59 -0800 (PST) From: "Jarek Gawor (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Updated: (GERONIMO-1842) Dynamically load jars from the WEB-INF/lib directory In-Reply-To: <73192565.1144952280313.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/GERONIMO-1842?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jarek Gawor updated GERONIMO-1842: ---------------------------------- Fix Version/s: (was: 2.0.4) 2.0.3 > Dynamically load jars from the WEB-INF/lib directory > ---------------------------------------------------- > > Key: GERONIMO-1842 > URL: https://issues.apache.org/jira/browse/GERONIMO-1842 > Project: Geronimo > Issue Type: Improvement > Security Level: public(Regular issues) > Components: core > Reporter: Prasad Kashyap > Fix For: 2.0.3 > > > Currently the server has a hardcoded list of what it expects in the WEB-INF/lib dir. This means that additions/deletion of jars in that directory will not be picked up without actually redeploying that app. This seems like a major irritant. > The best thing of course would be to dynamically pick up or drop jars from the lib directory as they are added/deleted. > But we can, for now, settle for loading/unloading them at an app restart. This should be the bare minimum requirement. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.