Re: ClassNotFoundException when remotely calling cache.withKeepBinary().get(key)

2018-09-10 Thread smurphy
Ilya, Apologies for the slow response.. You are right - this fixed my issue. Thanks, Steve -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: ClassNotFoundException when remotely calling cache.withKeepBinary().get(key)

2018-08-31 Thread Ilya Kasnacheev
Hello! I can see that you are using external Cache object inside your call() method, which may not handle this flag correctly. You should get local injected Ignite, and get cache from it. My take: public static class TestPeerClassLoading implements IgniteCallable> { @IgniteInstanceResource

ClassNotFoundException when remotely calling cache.withKeepBinary().get(key)

2018-08-29 Thread smurphy
(Full logs and test class should be attached at the bottom..) I am running ver. 2.5.0 in client/server mode and am calling ignite.compute().call(..) on an IgniteCallable. Server node does not have any of my code on its classpath, but peer class loading it set to true on both the server and the