[hibernate-issues] [Hibernate-JIRA] Created: (HSEARCH-727) Non initialized entities are returned in the list when using initializeObjectsWith( ObjectLookupMethod.SKIP, DatabaseRetrievalMethod.FIND_BY_ID )

Emmanuel Bernard (JIRA) noreply at atlassian.com
Fri Apr 15 12:11:59 EDT 2011


Non initialized entities are returned in the list when using initializeObjectsWith( ObjectLookupMethod.SKIP, DatabaseRetrievalMethod.FIND_BY_ID )
-------------------------------------------------------------------------------------------------------------------------------------------------

                 Key: HSEARCH-727
                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HSEARCH-727
             Project: Hibernate Search
          Issue Type: Bug
          Components: query
    Affects Versions: 3.4.0.CR2
            Reporter: Emmanuel Bernard
            Assignee: Emmanuel Bernard
             Fix For: 3.4.0


When the entity not found exception is raised, the initialize flag is set. This is not an Hibernate Core bug per se, more like an interpretation.

So I've fixed the issue at the Hibernate Search level by evicting entities that are raising exceptions when initialized.

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