Hi Sergei, I have a similar use-case and as you've noticed you can write to the cache just fine, but reading throws a ClassNotFoundException. At the moment you have to switch to binary mode for the cache in order to do reads and then do the deserialization directly.
I started a thread on this not too long ago which then got cross-posted to the dev list: http://apache-ignite-users.70518.x6.nabble.com/BinaryObjectImpl-deserializeValue-with-specific-ClassLoader-td12055.html http://apache-ignite-developers.2346864.n4.nabble.com/Re-BinaryObjectImpl-deserializeValue-with-specific-ClassLoader-td17126.html -Nick -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Binary-serialization-with-multiple-classloaders-tp12408p12429.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
