Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 73787 invoked from network); 30 Jun 2009 23:39:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 30 Jun 2009 23:39:01 -0000 Received: (qmail 23945 invoked by uid 500); 30 Jun 2009 23:39:11 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 23901 invoked by uid 500); 30 Jun 2009 23:39:11 -0000 Mailing-List: contact derby-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: Delivered-To: mailing list derby-dev@db.apache.org Received: (qmail 23893 invoked by uid 99); 30 Jun 2009 23:39:11 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Jun 2009 23:39:11 +0000 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; Tue, 30 Jun 2009 23:39:08 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 9BB83234C045 for ; Tue, 30 Jun 2009 16:38:47 -0700 (PDT) Message-ID: <189673489.1246405127637.JavaMail.jira@brutus> Date: Tue, 30 Jun 2009 16:38:47 -0700 (PDT) From: "Dag H. Wanvik (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Updated: (DERBY-1031) Test loading derby in a custom ClassLoader In-Reply-To: <1649414046.1140638499307.JavaMail.jira@ajax.apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/DERBY-1031?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dag H. Wanvik updated DERBY-1031: --------------------------------- Issue Type: Improvement (was: Test) > Test loading derby in a custom ClassLoader > ------------------------------------------ > > Key: DERBY-1031 > URL: https://issues.apache.org/jira/browse/DERBY-1031 > Project: Derby > Issue Type: Improvement > Components: Test > Affects Versions: 10.2.1.6 > Reporter: Kathey Marsden > > Currently we do not test loading Derby in a custom ClassLoader, but actually a lot of users do actually need this functionality and are using it. There have been several issues that have been filed by users surrounding problems with loading Derby in a ClassLoader other than than just the default classpath loader, for example DERBY-700, DERBY-668, and DERBY-997. It seems clear some testing in this area is needed. > It would be really nice to have the whole suite run this way and it would also allow for testing client without the server jars and server without the client jars. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.