Upgraded to 2.5.0 and didn't get such error so far.. Thanks! On Wed, Jun 13, 2018 at 4:58 PM, dkarachentsev <[email protected]> wrote:
> It would be better to upgrade to 2.5, where it is fixed. > But if you want to overcome this issue in your's version, you need to add > ignite-indexing dependency to your classpath and configure SQL indexes. For > example [1], just modify it to work with Spring in XML: > <property name="indexedTypes"> > <list> > <value>org.your.KeyObject</value> > <value>org.your.ValueObject</value> > </list> > </property> > > [1] > https://apacheignite-sql.readme.io/docs/schema-and- > indexes#section-registering-indexed-types > > Thanks! > -Dmitry > > > > -- > Sent from: http://apache-ignite-users.70518.x6.nabble.com/ >
