[hibernate-issues] [Hibernate-JIRA] Resolved: (HHH-6760) Test failures on Oracle due to identity IDs

Gail Badner (JIRA) noreply at atlassian.com
Fri Oct 21 21:57:19 EDT 2011


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

Gail Badner resolved HHH-6760.
------------------------------

    Resolution: Fixed

Fixed in master.

> Test failures on Oracle due to identity IDs
> -------------------------------------------
>
>                 Key: HHH-6760
>                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-6760
>             Project: Hibernate Core
>          Issue Type: Bug
>          Components: testsuite
>            Reporter: Gail Badner
>            Assignee: Gail Badner
>             Fix For: 4.0.0.next
>
>
> Some unit tests specify identity IDs, but Oracle does not support identities.
> The following tests fail because they specify identity IDs, but Oracle does not support identities:
> - org.hibernate.test.annotations.inheritance.joined.JoinedSubclassTest
> - org.hibernate.test.criteria.OuterJoinCriteriaTest
> These tests don't appear to be specific to identities in any way, so the fix will be to use the default ID generator in the first, and "increment" generator in the second.

--
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