Hello, I have a question about p2p class loading. My topology is 1 dedicated server, 1 client. I have deployed a Service in the ignite client node (selecting clusterGroup forClients) from which I'm trying to execute a compute() to the server node. The IgniteCallable that I'm sending to call() is referencing User's classes I would expect that the p2p class loading will transfer that class to the server node (As the service is running in a client node, the classpath has the mentioned classes)
This is not working. I'm getting ClassNotFoundException for the user class. Should this be working? Thanks! -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/
