Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 39586 invoked from network); 27 Jul 2007 03:11:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 27 Jul 2007 03:11:25 -0000 Received: (qmail 26622 invoked by uid 500); 27 Jul 2007 03:11:25 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 26594 invoked by uid 500); 27 Jul 2007 03:11:25 -0000 Mailing-List: contact commits-help@harmony.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@harmony.apache.org Delivered-To: mailing list commits@harmony.apache.org Received: (qmail 26584 invoked by uid 99); 27 Jul 2007 03:11:25 -0000 Received: from Unknown (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Jul 2007 20:11:25 -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; Fri, 27 Jul 2007 03:11:24 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id D3D697141F1 for ; Thu, 26 Jul 2007 20:11:03 -0700 (PDT) Message-ID: <4417929.1185505863854.JavaMail.jira@brutus> Date: Thu, 26 Jul 2007 20:11:03 -0700 (PDT) From: "Regis Xu (JIRA)" To: commits@harmony.apache.org Subject: [jira] Updated: (HARMONY-4548) [classlib][sql][java6] compatible problems with ri in javax.sql.rowset.serial.SerialBlob In-Reply-To: <15571449.1185438931989.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/HARMONY-4548?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Regis Xu updated HARMONY-4548: ------------------------------ Attachment: Harmony-4548.diff Would somebody pls try this patch? > [classlib][sql][java6] compatible problems with ri in javax.sql.rowset.serial.SerialBlob > ---------------------------------------------------------------------------------------- > > Key: HARMONY-4548 > URL: https://issues.apache.org/jira/browse/HARMONY-4548 > Project: Harmony > Issue Type: Improvement > Components: Classlib > Reporter: Regis Xu > Attachments: Harmony-4548.diff > > > in free() method: > both harmony and ri didn't implement, but throw different exception > harmony throws SQLFeatureNotSupportedException, while ri throws UnsupportedOperationException, i think we should fellow ri. > in getBinaryStream(long pos, long length) method: > ri didn't implement, harmony implement but has a problem: > the first byte is at position 1, so when generate stream from array the start index in array should be (pos - 1) not pos, > and correspond test case is also based on it, which i think should be correted too. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.