Re: Issue with using Ignite with Spring Data

2020-08-21 Thread Denis Magda
> > However as I read them again, I realised that it was anyway necessary to > load the cache before executing the SELECT sql queries on top of a cache, > now, would this hold true in the case of Spring Data as well ? (Very likely > yes, but want to get the confirmation) If so, then are we

Re: Issue with using Ignite with Spring Data

2020-08-21 Thread Srikanta Patanjali
Hi Denis, Thanks for taking time to reply and sharing those links. I can confirm to you that I've read through them before and have been following them as well. However as I read them again, I realised that it was anyway necessary to load the cache before executing the SELECT sql queries on top

Re: Issue with using Ignite with Spring Data

2020-08-21 Thread Denis Magda
Hi Srikanta, You forgot to share the configuration. Anyway, I think it's clear what you are looking for. Check this example showing how to configure CacheJdbcPojoStoreFactory programmatically (click on the "Java" tab, by default the example shows the XML version):

Issue with using Ignite with Spring Data

2020-08-21 Thread Srikanta Patanjali
I'm trying to integrate a Spring data project (without JPA) with Ignite and struggling to understand some basic traits. Would be very helpful if you can share some insights on the issue I'm facing. Currently the cache has been defined as below with the client node, this config is not present in