kailash pandey opened SPR-7844 and commented
I was trying Selection using this expression #root.?[docType.name IN #listOfString]
, where root
represents list of DomainObject
which has a field by the name of docType
.
Requirement : wanted to Select all DomainObject
where an underlying object's property docType.name
matches to any of the member of listOfString
variable. This listOfString
variable is arbitrary list and has no connection with underlying objects.
On parsing this I always get parsing Exception:
Unexpected token. Expected 'rsquare(])' but was 'identifier'
Please provide the solution/alternative.
Affects: 3.0.2
Comment From: spring-projects-issues
kailash pandey commented
Priority should be higher than Minor
Comment From: spring-projects-issues
Sébastien Deleuze commented
Closing groups of outdated issues. Please reopen if still relevant.