Re: [hibernate-dev] Joins over type variable defined assocations NPE problems

2018-03-14 Thread Steve Ebersole
Well, to be clear I said to have PropertyMapping for the super to treat that path as illegal... On Wed, Mar 14, 2018 at 1:21 AM Christian Beikov wrote: > Thanks for the feedback. I tried removing the attribute from the > PropertyMapping at first, but it didn't work out in the end. Not > remember

[hibernate-dev] Hibernate OGM mapping for "server side Hibernate Search" via Infinispan Remote

2018-03-14 Thread Sanne Grinovero
Hi all, this one is a very desirable feature, yet tricky as there's high chances of ambiguity and confusion for end users. # Infinispan Remote indexing Infinispan embeds the Hibernate Search engine, and uses it to index data being inserted in any cache having indexing enabled. As you know Infin