There is an issue in your query entity configuration.

After I changed it (see below) sql query and fields query started to work.

fields.put("id", "java.lang.String");
fields.put("attribute1", "java.lang.String");
fields.put("attribute2", "java.lang.String");
fields.put("attribute3", "java.lang.String");

Query - SqlQuery sql = new SqlQuery<String, Testtable1>(Testtable1.class,
"id=?").setArgs("9");

Can you please check if it works for you?

--Yakov

2016-03-24 12:31 GMT+03:00 [email protected] <[email protected]>:

> You can download my src file here. <http://artadv.cn/src.zip>
>
> Thanks!
>
>
>
> --
> View this message in context:
> http://apache-ignite-users.70518.x6.nabble.com/SqlQuery-Error-tp3658p3662.html
> Sent from the Apache Ignite Users mailing list archive at Nabble.com.
>

Reply via email to