Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 42497 invoked from network); 27 Jun 2007 01:53:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 27 Jun 2007 01:53:48 -0000 Received: (qmail 38110 invoked by uid 500); 27 Jun 2007 01:53:50 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 38090 invoked by uid 500); 27 Jun 2007 01:53:50 -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 38081 invoked by uid 99); 27 Jun 2007 01:53:50 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Jun 2007 18:53:50 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED 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; Tue, 26 Jun 2007 18:53:46 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 598FD71403F for ; Tue, 26 Jun 2007 18:53:26 -0700 (PDT) Message-ID: <9259359.1182909206364.JavaMail.jira@brutus> Date: Tue, 26 Jun 2007 18:53:26 -0700 (PDT) From: "Myrna van Lunteren (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Assigned: (DERBY-2862) ParameterMetaDataJdbc30 fails for weme6.1, which prevents rest of suites.All from completing. In-Reply-To: <32288021.1182532107247.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/DERBY-2862?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Myrna van Lunteren reassigned DERBY-2862: ----------------------------------------- Assignee: Ramin Moazeni > ParameterMetaDataJdbc30 fails for weme6.1, which prevents rest of suites.All from completing. > --------------------------------------------------------------------------------------------- > > Key: DERBY-2862 > URL: https://issues.apache.org/jira/browse/DERBY-2862 > Project: Derby > Issue Type: Bug > Components: Regression Test Failure > Affects Versions: 10.3.0.0 > Reporter: A B > Assignee: Ramin Moazeni > Attachments: DERBY-2862.diff, DERBY-2862.stat > > > With the addtion of the ParameterMetaDataJdbc30 JUnit test (DERBY-2658), suites.All has been failing with weme6.1. It turns out the that new ParameterMetaDataJdbc30Test fails with the following error: > Failed to invoke suite():java.lang.NoClassDefFoundError: java.sql.ParameterMetaData > which prevents suites.All from continuing and thus no results can be gathered. > It might be good to disable the test for weme6.1 at least in the short term so that rest of suites.All can run cleanly again. Not sure if that's a complete solution or just a temporary one until the test can be fixed... -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.