IgniteUtils NoClassDefFoundError

2018-09-10 Thread Jack Lever
Hi All, I'm getting an error on application startup which has me stumped. I've imported ignite-core, indexing, slf4j and spring-data via maven, version 2.6.0. I'm using ignite to do some cache operations, basic stuff cross-node. However when I start it, it runs until the config of static ip

IgniteRepository Custom Config

2018-08-06 Thread Jack Lever
Hi All, Can any tell me if there's a way to change the atomicity mode from ATOMIC to TRANSACTIONAL and set the cache mode to REPLICATED for a cache created with the @IgniteRepository annotation? Or otherwise generally configure a cache started with the IgnRepo annotation? Thanks, Jack.