Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 24781 invoked from network); 19 Jul 2006 01:24:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 19 Jul 2006 01:24:16 -0000 Received: (qmail 9410 invoked by uid 500); 19 Jul 2006 01:24:16 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 9379 invoked by uid 500); 19 Jul 2006 01:24:16 -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 9370 invoked by uid 99); 19 Jul 2006 01:24:16 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 Jul 2006 18:24:16 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=UNPARSEABLE_RELAY X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [192.18.42.249] (HELO nwkea-pix-1.sun.com) (192.18.42.249) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 Jul 2006 18:24:15 -0700 Received: from d1-sfbay-10.sun.com ([192.18.39.120]) by nwkea-pix-1.sun.com (8.13.6+Sun/8.12.9) with ESMTP id k6J1NsqZ023254 for ; Tue, 18 Jul 2006 18:23:54 -0700 (PDT) Received: from conversion-daemon.d1-sfbay-10.sun.com by d1-sfbay-10.sun.com (Sun Java System Messaging Server 6.2-4.02 (built Sep 9 2005)) id <0J2M00A01ME8CQ00@d1-sfbay-10.sun.com> (original mail from David.Vancouvering@Sun.COM) for derby-dev@db.apache.org; Tue, 18 Jul 2006 18:23:54 -0700 (PDT) Received: from [192.9.61.102] by d1-sfbay-10.sun.com (Sun Java System Messaging Server 6.2-4.02 (built Sep 9 2005)) with ESMTPSA id <0J2M00EYAMJUIZ50@d1-sfbay-10.sun.com> for derby-dev@db.apache.org; Tue, 18 Jul 2006 18:23:54 -0700 (PDT) Date: Tue, 18 Jul 2006 18:23:52 -0700 From: David Van Couvering Subject: Re: JDBC 4 tests with build 91 In-reply-to: <44BD87F2.3020309@sun.com> Sender: David.Vancouvering@Sun.COM To: derby-dev@db.apache.org Message-id: <44BD89A8.5020102@sun.com> MIME-version: 1.0 Content-type: text/plain; format=flowed; charset=ISO-8859-1 Content-transfer-encoding: 7BIT References: <44BD87F2.3020309@sun.com> User-Agent: Thunderbird 1.5.0.2 (X11/20060427) X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N And, yes, I built Derby with this build as well: ~/ant.properties: jdk16=/usr/jdk/jdk1.6.0 bash-3.00$ /usr/jdk/jdk1.6.0/bin/java -version java version "1.6.0-rc" Java(TM) SE Runtime Environment (build 1.6.0-rc-b91) Java HotSpot(TM) Client VM (build 1.6.0-rc-b91, mixed mode, sharing) David Van Couvering wrote: > Hi, all. I downloaded the latest Mustang build, 91, as recommended by > Knut. But when I run the jdbc40 test suite, I get a bunch of > AbstractMethodError errors, for example from ClosedObjectTest: > > > 1) class > org.apache.derby.iapi.jdbc.BrokeredPreparedStatement40.setBinaryStream(org.apache.derbyTesting.functionTests.tests.jdbc4.ClosedObjectTest)java.lang.AbstractMethodError: > org.apache.derby.iapi.jdbc.BrokeredPreparedStatement40.setBinaryStream(ILjava/io/InputStream;)V > > > This is happening both on Linux and Solaris x86. > > I had run the tests with the previous drop of Mustang on my Solaris > machine just this morning and everything ran fine. > > Please advise... > > David