Re: Conditional data Preloading from third party persistence

2021-06-22 Thread Stephen Darlington
As Ilya said, the underlying error is: > Caused by: java.lang.ClassCastException: > org.apache.ignite.internal.binary.BinaryObjectImpl cannot be cast to > com.model.Customer > at >

Conditional data Preloading from third party persistence

2021-06-22 Thread Kamlesh Joshi
Sending again to reflect in portal ! Thanks and Regards, Kamlesh Joshi From: Kamlesh Joshi Sent: 21 June 2021 17:25 To: user@ignite.apache.org Subject: Conditional data Preloading from third party persistence Hi Igniters, Am trying to preload certain data from

Re: Conditional data Preloading from third party persistence

2021-06-22 Thread Ilya Kasnacheev
Hello! I guess that your cache store implementation is using BinaryObject to populate cache instead of POJO. You can try ((BinaryObject)v).deserialize(). Regards, -- Ilya Kasnacheev пн, 21 июн. 2021 г. в 14:55, Kamlesh Joshi : > Hi Igniters, > > > > Am trying to preload certain data from