Igniters,As all we know if there is a need to deploy a service like this on a remote node
svcs.deployClusterSingleton("myServiceName", myServiceClass);then the remote node must have 'myServiceClass' in its local classpath.It's a know fact that peer-class-loading doesn't work for Service grid. However is there any feasible workaround that lets to deploy the class using Deployment SPI?
-- Denis
