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: http://apache-ignite-users.70518.x6.nabble.com/cursor-getAll-throws-NoSuchMethodError-excepion-when-S

Re: How to use the logger in the BackupFilter?

2016-07-23 Thread Jason
Thanks, Val. > 3. I recommend to group nodes using attributes > (IgniteConfiguration.setUserAttributes() property) and use them in the > backup filter. Basically, the filter should return false if both provided > nodes are in the same group. I) I use .Net version of ignite, does it support the

Re: Column not found exception while running SqlQuery i Ignite.

2016-07-23 Thread Surinder Mehra
Hi, Thanks... I executed the same code in another machine and it worked. I could see columns and indexes created in H2 console also. I have to now figure out why it is not working in this particular machine. On Sat, Jul 23, 2016 at 3:20 AM, vkulichenko wrote: > Hi, > > The code you showed here l

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