Community
Participate
Working Groups
Validation does not check for "IN :input_parameter", which was added to JPA 2.0 grammar. A validation error is wrongly added for queries like this one: SELECT e FROM Employee e WHERE e.name IN :groups
Created attachment 208871 [details] Added check for IN :input_parameter added to JPQL 2.0 grammar
Check in the fix, validation now checks for the differences in the two grammars
The Eclipselink project has moved to Github: https://github.com/eclipse-ee4j/eclipselink