[hibernate-issues] [Hibernate-JIRA] Created: (HHH-4842) Identifier rollback causes not null constraint violation

Daniel Jabornig (JIRA) noreply at atlassian.com
Tue Jan 26 03:52:31 EST 2010


Identifier rollback causes not null constraint violation
--------------------------------------------------------

                 Key: HHH-4842
                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-4842
             Project: Hibernate Core
          Issue Type: Bug
          Components: envers
    Affects Versions: 3.3.2
         Environment: Hibernate 3.3.2, 3.3.1, Oracle 10.2.x
Envers 1.2.2.GA-hibernate-3.3
            Reporter: Daniel Jabornig
         Attachments: testcase.zip

If identifier rollback is enabled, envers tries to insert null values in join table for delete cascaded unidirectional associations.

config.setProperty("hibernate.use_identifier_rollback", "true");

The bug is reproducable with delete and and delete-orphan on update. See attached testcase.

Forum Discussion:
http://community.jboss.org/message/522202

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