[hibernate-issues] [Hibernate-JIRA] Resolved: (HHH-2521) Fix cascading of merge across component properties
Steve Ebersole (JIRA)
noreply at atlassian.com
Mon Mar 26 13:29:04 EDT 2007
[ http://opensource.atlassian.com/projects/hibernate/browse/HHH-2521?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Steve Ebersole resolved HHH-2521.
---------------------------------
Resolution: Fixed
trunk / 3.2
Specifically, the fix involved continuing the TypeFactory#replaceAssociations to any encountered component's subtypes, while still not actually performing the replacement of the component value itself.
> Fix cascading of merge across component properties
> --------------------------------------------------
>
> Key: HHH-2521
> URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-2521
> Project: Hibernate3
> Issue Type: Bug
> Components: core
> Affects Versions: 3.2.2
> Reporter: Steve Ebersole
> Assignee: Steve Ebersole
> Fix For: 3.2.3
>
>
> Due to the fix for HHH-2366, cascading of merge operation across the subproerties of a component stopped working in 3.2.2.
> The underlying cause is the protections added to the second DefaultMergeEventListener#copyValues call for merging transient associations was a little too restrictive in terms of what was allowed in the second copy.
--
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