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

Emmanuel Bernard (JIRA) noreply at atlassian.com
Mon Feb 14 09:08:05 EST 2011


     [ http://opensource.atlassian.com/projects/hibernate/browse/HSEARCH-683?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Emmanuel Bernard resolved HSEARCH-683.
--------------------------------------

       Resolution: Fixed
    Fix Version/s: 3.3.1

> 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.3.1, 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