Greetings,
My question is originally asked on SO:
https://stackoverflow.com/questions/48003785/hibernate-throws-javax-persistence-persistenceexception-only-when-number-of-recoBasically Hibernate Search throws following error when there's only one 'SegmentMeta' object record. If its more than one the search works without any errors.
Quote:
[org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(line:129)] - HHH000327: Error performing load command : org.hibernate.property.access.spi.PropertyAccessException: Error accessing field [private java.lang.String com.mycompany.cdna.dataaccess.model.meta.segment.SegmentMeta.segmentId] by reflection for persistent property
Could this be a bug in Hibernate Search ?