From derby-dev-return-73120-apmail-db-derby-dev-archive=db.apache.org@db.apache.org Tue Sep 29 14:39:38 2009 Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 95057 invoked from network); 29 Sep 2009 14:39:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 29 Sep 2009 14:39:38 -0000 Received: (qmail 51032 invoked by uid 500); 29 Sep 2009 14:39:38 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 50989 invoked by uid 500); 29 Sep 2009 14:39:37 -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 50981 invoked by uid 99); 29 Sep 2009 14:39:37 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Sep 2009 14:39:37 +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, 29 Sep 2009 14:39:36 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 07E4D234C004 for ; Tue, 29 Sep 2009 07:39:16 -0700 (PDT) Message-ID: <614915352.1254235156017.JavaMail.jira@brutus> Date: Tue, 29 Sep 2009 07:39:16 -0700 (PDT) From: "Dag H. Wanvik (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Commented: (DERBY-4384) testDynamicArgsMetaData has been failing since Aug 24th on weme6.2 with NoSuchMethodError In-Reply-To: <1146775716.1253602096026.JavaMail.jira@brutus> 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-4384?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12760621#action_12760621 ] Dag H. Wanvik commented on DERBY-4384: -------------------------------------- Thanks for fixing this in my absence, Mamta. I was under the impression we ran our nightlies with JSR169 now, but it seems I am wrong. I'll check with Ole. > testDynamicArgsMetaData has been failing since Aug 24th on weme6.2 with NoSuchMethodError > ----------------------------------------------------------------------------------------- > > Key: DERBY-4384 > URL: https://issues.apache.org/jira/browse/DERBY-4384 > Project: Derby > Issue Type: Bug > Components: Test > Affects Versions: 10.6.0.0 > Environment: weme 6.2 > Reporter: Mamta A. Satoor > Fix For: 10.6.0.0 > > > testDynamicArgsMetaData has been failing on weme6.2 with following exception. > 1) testDynamicArgsMetaData(org.apache.derbyTesting.functionTests.tests.lang.OffsetFetchNextTest)java.lang.NoSuchMethodError: java/sql/PreparedStatement.getParameterMetaData()Ljava/sql/ParameterMetaData; > at org.apache.derbyTesting.functionTests.tests.lang.OffsetFetchNextTest.testDynamicArgsMetaData(OffsetFetchNextTest.java:788) > at java.lang.reflect.AccessibleObject.invokeV(AccessibleObject.java:195) > at org.apache.derbyTesting.junit.BaseTestCase.runBare(BaseTestCase.java:109) > at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22) > at junit.extensions.TestSetup$1.protect(TestSetup.java:19) > at junit.extensions.TestSetup.run(TestSetup.java:23) > at org.apache.derbyTesting.junit.BaseTestSetup.run(BaseTestSetup.java:57) > Kathey posted in her mail to Derby dev list that "I assume the failure was introduced by revision 807337 for DERBY-4208 (Parameters ? with OFFSET and/or FETCH) by Dag. That is the change that added the test on August 24." -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.