Hello! Do you actually have the POJO class on the server side? Do you have peer class loading enabled?
Regards, -- Ilya Kasnacheev пт, 11 июн. 2021 г. в 11:37, ict.management.trexon < ict.management.tre...@gmail.com>: > Hi, why the scanquery return me this error? > I've a cache <String,POJO>, the POJO is a simple entity from jar > dependency, > it extend an abstract class who implement an interface that extends > serializable. > I've follow the example on page > https://ignite.apache.org/docs/latest/key-value-api/using-scan-queries > The IgniteBiPredicate<String,POJO> is a concrete class, not a lambda. > If i do an IgniteRunnable with the POJO class, no error returned, all work > well. Why scan query fails? > tank! > > > > -- > Sent from: http://apache-ignite-users.70518.x6.nabble.com/ >