Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 95884 invoked from network); 18 Apr 2006 20:40:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 18 Apr 2006 20:40:29 -0000 Received: (qmail 19348 invoked by uid 500); 18 Apr 2006 20:40:17 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 19309 invoked by uid 500); 18 Apr 2006 20:40:17 -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 19295 invoked by uid 99); 18 Apr 2006 20:40:17 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 Apr 2006 13:40:17 -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; Tue, 18 Apr 2006 13:40:17 -0700 Received: from brutus (localhost.localdomain [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id CFF8F714151 for ; Tue, 18 Apr 2006 20:39:17 +0000 (GMT) Message-ID: <14647601.1145392757811.JavaMail.jira@brutus> Date: Tue, 18 Apr 2006 20:39:17 +0000 (GMT+00:00) From: "Dain Sundstrom (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Assigned: (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 X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/GERONIMO-1842?page=all ] Dain Sundstrom reassigned GERONIMO-1842: ---------------------------------------- Assign To: (was: Dain Sundstrom) I added support for ant style patterns to the Configuration class path. Now someone just needs to change the web deployer to not add all jars to the class path and instead set it to WEB-INF/*.jar > Dynamically load jars from the WEB-INF/lib directory > ---------------------------------------------------- > > Key: GERONIMO-1842 > URL: http://issues.apache.org/jira/browse/GERONIMO-1842 > Project: Geronimo > Type: Improvement > Security: public(Regular issues) > Components: core > Reporter: Prasad Kashyap > Fix For: 1.2 > > 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. - 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