@IndexedEmbedded on abstract superclass bombs with includePaths
Description
Activity
Show:
Yoann Rodière September 26, 2023 at 9:37 AM
Hello,
This issue was reported against Hibernate Search 5.x or earlier, and doesn't seem to be relevant to newer Hibernate Search versions (6.x+).
In order to focus on newer versions, we are going to close this issue.
If you are still affected by this issue on Hibernate Search 6.0 or later, and have a reproducer, please comment here or reach out to us so we can reopen the issue.
If you are still affected by this issue on Hibernate Search 5.x, and want to provide a fix, please comment here or reach out to us so we can work out the next steps with you.
Cheers,
Yoann
Out of Date
Details
Details
Assignee
Unassigned
UnassignedReporter
Marc Schipperheyn
Marc SchipperheynComponents
Fix versions
Affects versions
Priority
Created April 29, 2013 at 4:03 AM
Updated September 26, 2023 at 9:37 AM
Resolved September 26, 2023 at 9:37 AM
When you use @indexedEmbedded combined with includePaths on an abstract class, an error will be thrown during startup
Found invalid @IndexedEmbedded->paths configured on class nl.project.model.social.Group, member category: id at org.hibernate.search.engine.spi.AbstractDocumentBuilder.validateAllPathsEncountered(AbstractDocumentBuilder.java:901)
Seems related to HSEARCH-1049.