The TCK test DistintCandidateInstances (apart from being spelt incorrectly ... since Distinct has a c in it) has a typo in the query. It is using
SELECT DISTNICT FROM " + Person.class.getName()
JPOX fails to detect DISTNICT as a keyword :-)
Description
The TCK test DistintCandidateInstances (apart from being spelt incorrectly ... since Distinct has a c in it) has a typo in the query. It is using
SELECT DISTNICT FROM " + Person.class.getName()
JPOX fails to detect DISTNICT as a keyword :-)