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....
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira