You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Tim Ellison (JIRA)" <ji...@apache.org> on 2007/10/09 22:53:50 UTC

[jira] Assigned: (HARMONY-4548) [classlib][sql][java6] compatible problems with ri in javax.sql.rowset.serial.SerialBlob

     [ https://issues.apache.org/jira/browse/HARMONY-4548?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tim Ellison reassigned HARMONY-4548:
------------------------------------

    Assignee: Tim Ellison

> [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
>            Assignee: Tim Ellison
>         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.