Hi, I have tried to use service grid funtionality with one ignite server node and one ignite client node(clientMode=true) .
After some simple tests i found that the client errored out without the service implementation calsses deployed locally (xximpl.class not found ). When implementation classes was included the remote service call worked fine. Also i tried to debug to find how service call is invoked remotely and found that the task executed was of type GridPeerDeployAware (though i have disabled peerClassLoading...). So far as i know, java interface based rpc should separate interface and implementation to decouple our systems. Is there anything special for ignite to do so? Thanks, Jason -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Service-grid-client-need-service-implementation-deployed-locally-tp7683.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
