[hibernate-issues] [Hibernate-JIRA] Created: (HSEARCH-683) NullPointerException while using DocumentExtract on entities using @ProvidedId

Sanne Grinovero (JIRA) noreply at atlassian.com
Thu Feb 10 07:49:09 EST 2011


NullPointerException while using DocumentExtract on entities using @ProvidedId
------------------------------------------------------------------------------

                 Key: HSEARCH-683
                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HSEARCH-683
             Project: Hibernate Search
          Issue Type: Bug
          Components: engine
    Affects Versions: 3.3.0.Final
            Reporter: Sanne Grinovero
            Assignee: Sanne Grinovero
             Fix For: 3.4.0


DocumentExtractor invokes org.hibernate.search.engine.DocumentBuilderIndexedEntity.getIdentifierName(), but this method is implemented as {code}return idGetter.getName();{code} while idGetter is null when the id is provided.


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