[
http://opensource.atlassian.com/projects/hibernate/browse/HHH-5473?page=c...
]
Gail Badner commented on HHH-5473:
----------------------------------
When AnnotationConfiguration was merged into Configuration for HHH-5375, CHECK_NULLABILITY
was explicitly set for the following tests:
org.hibernate.test.cascade.circle.CascadeMergeToChildBeforeParentTest
org.hibernate.test.cascade.circle.MultiPathCircleCascadeTest
org.hibernate.test.legacy.ComponentNotNullTest
Default for CHECK_NULLABILITY does not allow merge retries
----------------------------------------------------------
Key: HHH-5473
URL:
http://opensource.atlassian.com/projects/hibernate/browse/HHH-5473
Project: Hibernate Core
Issue Type: Bug
Affects Versions: 3.5.4, 3.6.0.Beta1, 3.6.0.Beta2
Reporter: Gail Badner
Assignee: Gail Badner
The fix for HHH-3229 does not work in 3.5.4 when annotations is used or in 3.6.x because
nullified transient references are no longer checked because CHECK_NULLABILITY does not
default to true.
This is a temporary fix that restores the retry logic from HHH-3229. It only affects the
merge operation.
A more general fix that includes persist and save will be covered by HHH-5472.
--
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....
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira