Return-Path: Delivered-To: apmail-directory-dev-archive@www.apache.org Received: (qmail 34838 invoked from network); 2 Dec 2006 15:59:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 Dec 2006 15:59:42 -0000 Received: (qmail 30117 invoked by uid 500); 2 Dec 2006 15:59:50 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 30071 invoked by uid 500); 2 Dec 2006 15:59:50 -0000 Mailing-List: contact dev-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Apache Directory Developers List" Delivered-To: mailing list dev@directory.apache.org Received: (qmail 30060 invoked by uid 99); 2 Dec 2006 15:59:50 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 02 Dec 2006 07:59:50 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 02 Dec 2006 07:59:41 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id EFC527141D1 for ; Sat, 2 Dec 2006 07:59:20 -0800 (PST) Message-ID: <9608114.1165075160964.JavaMail.jira@brutus> Date: Sat, 2 Dec 2006 07:59:20 -0800 (PST) From: "Alex Karasulu (JIRA)" To: dev@directory.apache.org Subject: [jira] Created: (DIRSERVER-787) ApacheDS tools should use the daemon classloader infrastructure to include jars in lib/ MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org ApacheDS tools should use the daemon classloader infrastructure to include jars in lib/ --------------------------------------------------------------------------------------- Key: DIRSERVER-787 URL: http://issues.apache.org/jira/browse/DIRSERVER-787 Project: Directory ApacheDS Issue Type: Bug Components: tools Affects Versions: 1.0 Reporter: Alex Karasulu Fix For: 1.0.1, 1.5.0 Right now the apacheds-tools program does not use the special ClassLoader that adds all jars in lib. Instead it sets the bootclasspath using MANIFEST Classpath entries. This is really fragile and well breaks when new schemas are added to lib/ and when new interceptors are added as well. We should change this tool to use the daemon infrastructure to startup. It should only have the needed bootstrapper, and logger jars in it's MANIFEST Classpath. -- 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