Re: cursor.getAll() throws NoSuchMethodError excepion when SqlQuery is executed

2016-07-23 Thread begineer
With the help of Ignite community member, it is resolved. I was using two different versions of ignite components in different modules of application. Thanks ! -- View this message in context:

cursor.getAll() throws NoSuchMethodError excepion when SqlQuery is executed

2016-07-23 Thread begineer
I am getting below exception when i call getAll() on cursor returned from SqlQuery. My POJO class fields are annotated with @QuerySqlField(index=true) except the ones which are collections(Set and Lits of other cutom Objet. I have enabled indexing in cache using below configuration