[hibernate-issues] [Hibernate-JIRA] Created: (HHH-6760) Test failures on Oracle due identity IDs
Gail Badner (JIRA)
noreply at atlassian.com
Fri Oct 21 21:27:19 EDT 2011
Test failures on Oracle due 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