OQL Querry (ParseTreeWalker), The LIST can only contain literals.

0
Hello every body, I have an erreor like this : org.exolab.castor.jdo.QueryException: The LIST can only contain literals, bind variables and the keywords 'nil' and 'undefined'. When executing getOQLQuery("select n from Ncf n where n.id in (4560, 4482, -3568)); The cause of problem is the negative value "-3568". Please, is there any idea. Thank you.
asked
1 answers
0

Have you tried the query in the modeler?

Should it not be select n.* ...

answered