Return-Path: Delivered-To: apmail-db-derby-user-archive@www.apache.org Received: (qmail 82788 invoked from network); 31 Oct 2005 14:48:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 31 Oct 2005 14:48:54 -0000 Received: (qmail 75359 invoked by uid 500); 31 Oct 2005 14:48:52 -0000 Delivered-To: apmail-db-derby-user-archive@db.apache.org Received: (qmail 75326 invoked by uid 500); 31 Oct 2005 14:48:52 -0000 Mailing-List: contact derby-user-help@db.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: Reply-To: "Derby Discussion" Delivered-To: mailing list derby-user@db.apache.org Received: (qmail 75312 invoked by uid 99); 31 Oct 2005 14:48:52 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 31 Oct 2005 06:48:51 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [32.97.182.141] (HELO e1.ny.us.ibm.com) (32.97.182.141) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 31 Oct 2005 06:48:47 -0800 Received: from d01relay02.pok.ibm.com (d01relay02.pok.ibm.com [9.56.227.234]) by e1.ny.us.ibm.com (8.12.11/8.12.11) with ESMTP id j9VEmToC026537 for ; Mon, 31 Oct 2005 09:48:29 -0500 Received: from d01av03.pok.ibm.com (d01av03.pok.ibm.com [9.56.224.217]) by d01relay02.pok.ibm.com (8.12.10/NCO/VERS6.7) with ESMTP id j9VEmE5c090056 for ; Mon, 31 Oct 2005 09:48:29 -0500 Received: from d01av03.pok.ibm.com (loopback [127.0.0.1]) by d01av03.pok.ibm.com (8.12.11/8.13.3) with ESMTP id j9VEmEHM032250 for ; Mon, 31 Oct 2005 09:48:14 -0500 Received: from [127.0.0.1] (sig-9-48-119-95.mts.ibm.com [9.48.119.95]) by d01av03.pok.ibm.com (8.12.11/8.12.11) with ESMTP id j9VEmCQS031725 for ; Mon, 31 Oct 2005 09:48:14 -0500 Message-ID: <43662E9E.10004@debrunners.com> Date: Mon, 31 Oct 2005 06:47:58 -0800 From: Daniel John Debrunner User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.3) Gecko/20040910 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Derby Discussion Subject: Re: [Java exception: 'loader,constraints violated when linking,org/apache/derby/iapi/store/access/StaticCompiledOpenConglomInfo,class: java.lang.LinkageError'] References: <4364D368.8040907@bcs.org.uk> In-Reply-To: X-Enigmail-Version: 0.90.0.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Craig L Russell wrote: > NoPutResultSet implements ResultSet. What you're describing would > happen if you used a JDBC 3.0 ResultSet with a version of Derby that > didn't support the JDBC 3.0 methods. But I don't know how that could > happen. While NoPutResultSet does implement ResultSet, it's actually org.apache.derby.iapi.sql.ResultSet and not java.sql.ResultSet. Thus any problem is unlikely to be related to JDBC 2 vs. 3. Dan.