]
Adrian Nistor commented on ISPN-4423:
-------------------------------------
The issue is caused by hql parser's UntypedLuceneQueryResolverDelegate not performing
the necessary validations.
Projections on an embedded entity are incorrectly allowed for remote
queries
----------------------------------------------------------------------------
Key: ISPN-4423
URL:
https://issues.jboss.org/browse/ISPN-4423
Project: Infinispan
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: Remote Querying
Affects Versions: 7.0.0.Alpha4
Reporter: Adrian Nistor
Assignee: Adrian Nistor
Projecting a (complete) embedded entity should not be allowed. This validation works
correctly for embedded dsl-based queries but does not work for remote queries (with lucene
backend).