You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Andrew Zhang (JIRA)" <ji...@apache.org> on 2007/01/12 17:05:27 UTC

[jira] Commented: (HARMONY-2989) [classlib][sql] Several methods signatures are not compatible with spec in javax.sql.rowset.serial package.

    [ https://issues.apache.org/jira/browse/HARMONY-2989?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12464228 ] 

Andrew Zhang commented on HARMONY-2989:
---------------------------------------

Hi,

Would you please try my patch? Thanks!

Best regards,
Andrew

> [classlib][sql] Several methods signatures are not compatible with spec in javax.sql.rowset.serial package.
> -----------------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-2989
>                 URL: https://issues.apache.org/jira/browse/HARMONY-2989
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Andrew Zhang
>         Attachments: patch.diff
>
>
> Several methods signatures are not compatible with spec in javax.sql.rowset.serial package. Here're details:
> 1. constructor javax.sql.rowset.serial.SerialJavaObject(java.lang.Object): throws javax.sql.rowset.serial.SerialException in jdk15, but doesn't throw javax.sql.rowset.serial.SerialException in harmony 
> 2. method javax.sql.rowset.serial.SerialJavaObject.getObject(): throws javax.sql.rowset.serial.SerialException in jdk15, but doesn't throw javax.sql.rowset.serial.SerialException in harmony 
> 3. method javax.sql.rowset.serial.SerialRef.getBaseTypeName(): doesn't throw java.sql.SQLException in jdk15, but throws java.sql.SQLException in harmony 
> 4.method javax.sql.rowset.serial.SerialRef.getBaseTypeName(): throws javax.sql.rowset.serial.SerialException in jdk15, but doesn't throw javax.sql.rowset.serial.SerialException in harmony 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira