[hibernate-issues] [Hibernate-JIRA] Resolved: (HHH-6726) Oracle : map TextType to clob and ImageType to blob

Gail Badner (JIRA) noreply at atlassian.com
Mon Dec 5 02:15:21 EST 2011


     [ http://opensource.atlassian.com/projects/hibernate/browse/HHH-6726?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gail Badner resolved HHH-6726.
------------------------------

    Resolution: Rejected

> Oracle : map TextType to clob and ImageType to blob
> ---------------------------------------------------
>
>                 Key: HHH-6726
>                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-6726
>             Project: Hibernate Core
>          Issue Type: Bug
>          Components: core
>    Affects Versions: 4.0.0.CR4
>            Reporter: Strong Liu
>            Assignee: Gail Badner
>
> now, TextType (LONGVARCHAR) is mapped to 'long' and ImageType (LONGVARBINARY) is mapped to 'long raw'
> but 'long' and 'long raw' are already deprecated in oracle, we should consider change this to :
> Types.LONGVARCHAR -- "clob"
> Types.LONGVARBINARY -- "blob"
> and this causes lots of tests fail on oracle due to 'org.hibernate.exception.GenericJDBCException: Stream has already been closed'
> Gail,
> I'm assigning this to you since you created those two types and much familiar that than me :), but feel free reassign it, thanks

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the hibernate-issues mailing list