Re: ClassCastException on Thin client when get cache value with List and Map

2020-02-05 Thread Ivan Pavlukhin
Hi, Indeed it is a bug. We are already working on it in scope of https://issues.apache.org/jira/browse/IGNITE-12468 ср, 5 февр. 2020 г. в 11:42, PereTang : > > I use the thin java client. > > > I Create a ArrayList and put the Person object into it. > -

ClassCastException on Thin client when get cache value with List and Map

2020-02-05 Thread PereTang
I use the thin java client. I Create a ArrayList and put the Person object into it. -- try (IgniteClient igniteClient = Ignition.startClient(new ClientConfiguration().setAddresses("127.0.0.1:10800"))) { final ClientCache> dem