
|
If you were logged in you would be able to see more operations.
|
|
|
| Resolution Date: |
29/Nov/05 09:36 PM
|
|
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 :-) |
Show » |
|