[hibernate-issues] [Hibernate-JIRA] Created: (HSEARCH-476) Eventlisteners triggering mutiple times and on null primary keys

Sanne Grinovero (JIRA) noreply at atlassian.com
Sun Mar 28 12:46:31 EDT 2010


Eventlisteners triggering mutiple times and on null primary keys
----------------------------------------------------------------

                 Key: HSEARCH-476
                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HSEARCH-476
             Project: Hibernate Search
          Issue Type: Bug
          Components: engine
    Affects Versions: 3.2.0.Beta1, 3.1.1.GA, 3.1.0.GA, 3.1.0.CR1
            Reporter: Sanne Grinovero
            Assignee: Emmanuel Bernard
            Priority: Critical


When persisting a non-trivial (but also not overly complex) entity graph many events are fired more than once, and several times while the primary key is not yet assigned. This causes much trouble in the workQueue: it might contain duplicate work, work about entities with null PK, and possibly even in a work order which results in an inconsistent index.

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