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 2006/12/14 16:17:22 UTC

[jira] Created: (HARMONY-2708) [classlib][sql] Implementation for javax.sql.rowset.serial.SerialBlob.position(byte[], long)

[classlib][sql] Implementation for javax.sql.rowset.serial.SerialBlob.position(byte[], long) 
---------------------------------------------------------------------------------------------

                 Key: HARMONY-2708
                 URL: http://issues.apache.org/jira/browse/HARMONY-2708
             Project: Harmony
          Issue Type: New Feature
          Components: Classlib
            Reporter: Andrew Zhang


javax.sql.rowset.serial.SerialBlob.position(byte[], long)  is not implemented yet. 

I'll upload a patch to replace stub method soon. Thanks!

Best regards,
Andrew

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

        

[jira] Assigned: (HARMONY-2708) [classlib][sql] Implementation for javax.sql.rowset.serial.SerialBlob.position(byte[], long)

Posted by "Alexei Zakharov (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-2708?page=all ]

Alexei Zakharov reassigned HARMONY-2708:
----------------------------------------

    Assignee: Alexei Zakharov

> [classlib][sql] Implementation for javax.sql.rowset.serial.SerialBlob.position(byte[], long)
> --------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-2708
>                 URL: http://issues.apache.org/jira/browse/HARMONY-2708
>             Project: Harmony
>          Issue Type: New Feature
>          Components: Classlib
>            Reporter: Andrew Zhang
>         Assigned To: Alexei Zakharov
>         Attachments: patch.diff
>
>
> javax.sql.rowset.serial.SerialBlob.position(byte[], long)  is not implemented yet. 
> I'll upload a patch to replace stub method soon. Thanks!
> Best regards,
> Andrew

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

        

[jira] Commented: (HARMONY-2708) [classlib][sql] Implementation for javax.sql.rowset.serial.SerialBlob.position(byte[], long)

Posted by "Alexei Zakharov (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/HARMONY-2708?page=comments#action_12458529 ] 
            
Alexei Zakharov commented on HARMONY-2708:
------------------------------------------

Thanks for the patch Andrew. I've committed the changes at the revision r487245. Please check. It also would be nice if you file a non-bug-difference-from-RI JIRA about differences we have discussed in dev@harmony.

> [classlib][sql] Implementation for javax.sql.rowset.serial.SerialBlob.position(byte[], long)
> --------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-2708
>                 URL: http://issues.apache.org/jira/browse/HARMONY-2708
>             Project: Harmony
>          Issue Type: New Feature
>          Components: Classlib
>            Reporter: Andrew Zhang
>         Assigned To: Alexei Zakharov
>         Attachments: patch.diff
>
>
> javax.sql.rowset.serial.SerialBlob.position(byte[], long)  is not implemented yet. 
> I'll upload a patch to replace stub method soon. Thanks!
> Best regards,
> Andrew

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

        

[jira] Closed: (HARMONY-2708) [classlib][sql] Implementation for javax.sql.rowset.serial.SerialBlob.position(byte[], long)

Posted by "Alexei Zakharov (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-2708?page=all ]

Alexei Zakharov closed HARMONY-2708.
------------------------------------


Was verified by Andrew.

> [classlib][sql] Implementation for javax.sql.rowset.serial.SerialBlob.position(byte[], long)
> --------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-2708
>                 URL: http://issues.apache.org/jira/browse/HARMONY-2708
>             Project: Harmony
>          Issue Type: New Feature
>          Components: Classlib
>            Reporter: Andrew Zhang
>         Assigned To: Alexei Zakharov
>         Attachments: patch.diff
>
>
> javax.sql.rowset.serial.SerialBlob.position(byte[], long)  is not implemented yet. 
> I'll upload a patch to replace stub method soon. Thanks!
> Best regards,
> Andrew

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

        

[jira] Resolved: (HARMONY-2708) [classlib][sql] Implementation for javax.sql.rowset.serial.SerialBlob.position(byte[], long)

Posted by "Alexei Zakharov (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-2708?page=all ]

Alexei Zakharov resolved HARMONY-2708.
--------------------------------------

    Resolution: Fixed

> [classlib][sql] Implementation for javax.sql.rowset.serial.SerialBlob.position(byte[], long)
> --------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-2708
>                 URL: http://issues.apache.org/jira/browse/HARMONY-2708
>             Project: Harmony
>          Issue Type: New Feature
>          Components: Classlib
>            Reporter: Andrew Zhang
>         Assigned To: Alexei Zakharov
>         Attachments: patch.diff
>
>
> javax.sql.rowset.serial.SerialBlob.position(byte[], long)  is not implemented yet. 
> I'll upload a patch to replace stub method soon. Thanks!
> Best regards,
> Andrew

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

        

[jira] Commented: (HARMONY-2708) [classlib][sql] Implementation for javax.sql.rowset.serial.SerialBlob.position(byte[], long)

Posted by "Andrew Zhang (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/HARMONY-2708?page=comments#action_12458688 ] 
            
Andrew Zhang commented on HARMONY-2708:
---------------------------------------

Thanks Alexei, 

The fix looks fine. I've filed a non-bug-difference-from-RI jira Harmony-2723 to record this intended behaviour. 

Thanks! 

Best regards,
Andrew

> [classlib][sql] Implementation for javax.sql.rowset.serial.SerialBlob.position(byte[], long)
> --------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-2708
>                 URL: http://issues.apache.org/jira/browse/HARMONY-2708
>             Project: Harmony
>          Issue Type: New Feature
>          Components: Classlib
>            Reporter: Andrew Zhang
>         Assigned To: Alexei Zakharov
>         Attachments: patch.diff
>
>
> javax.sql.rowset.serial.SerialBlob.position(byte[], long)  is not implemented yet. 
> I'll upload a patch to replace stub method soon. Thanks!
> Best regards,
> Andrew

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

        

[jira] Updated: (HARMONY-2708) [classlib][sql] Implementation for javax.sql.rowset.serial.SerialBlob.position(byte[], long)

Posted by "Andrew Zhang (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-2708?page=all ]

Andrew Zhang updated HARMONY-2708:
----------------------------------

    Attachment: patch.diff

Hi,

Would you please try my patch? 

Thanks!

Best regards,
Andrew


> [classlib][sql] Implementation for javax.sql.rowset.serial.SerialBlob.position(byte[], long)
> --------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-2708
>                 URL: http://issues.apache.org/jira/browse/HARMONY-2708
>             Project: Harmony
>          Issue Type: New Feature
>          Components: Classlib
>            Reporter: Andrew Zhang
>         Attachments: patch.diff
>
>
> javax.sql.rowset.serial.SerialBlob.position(byte[], long)  is not implemented yet. 
> I'll upload a patch to replace stub method soon. Thanks!
> Best regards,
> Andrew

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