[hibernate-issues] [Hibernate-JIRA] Created: (HHH-5473) Default for CHECK_NULLABILITY does not allow merge retries

Gail Badner (JIRA) noreply at atlassian.com
Thu Aug 12 13:53:41 EDT 2010


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.6.0.Beta2, 3.6.0.Beta1, 3.5.4
            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.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the hibernate-issues mailing list