[hibernate-issues] [Hibernate-JIRA] Created: (HHH-4913) Collection recreate does not work as expected

Eric Citaire (JIRA) noreply at atlassian.com
Fri Feb 12 15:51:29 EST 2010


Collection recreate does not work as expected
---------------------------------------------

                 Key: HHH-4913
                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-4913
             Project: Hibernate Core
          Issue Type: Bug
          Components: envers
    Affects Versions: 3.5.0-Beta-4
         Environment: Hibernate 3.3
            Reporter: Eric Citaire
            Priority: Critical
         Attachments: BasicSet.java

While recreating a collection from scratch and persisting it in the owning entity, the old collection content is not marked as deleted. In a bi-directional mapping, the old owned entities are not dereferenced from the owning entity.

See the modified unit test org.hibernate.envers.test.integration.manytomany.BasicSet attached. Some other unit tests may have to be modified as well.

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