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