[hibernate-issues] [Hibernate-JIRA] Commented: (HHH-4452) Sybase ingroes the last byte when persis a byte [] with BinaryType and the last byte is 0

Gail Badner (JIRA) noreply at atlassian.com
Mon Jan 10 23:22:05 EST 2011


    [ http://opensource.atlassian.com/projects/hibernate/browse/HHH-4452?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=39555#action_39555 ] 

Gail Badner commented on HHH-4452:
----------------------------------

Strong, Is this still an issue using 3.6.0?

> Sybase ingroes the last byte when persis a byte []  with BinaryType and the last byte is 0
> ------------------------------------------------------------------------------------------
>
>                 Key: HHH-4452
>                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-4452
>             Project: Hibernate Core
>          Issue Type: Bug
>          Components: core
>    Affects Versions: 3.5.0.Beta-1
>         Environment: hibernate-core trunk + sybase ase 15
>            Reporter: Strong Liu
>
> this issue can be repro with org.hibernate.test.annotations.LobTest.testBinary().
> and that test will throw an ArrayIndexOutOfBoundsException.
> but if we change metadata[1] = (byte) 0; to metadata[1] = (byte) 2; (something else except 0), then the test will pass.
>  

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

        


More information about the hibernate-issues mailing list