Using Deployment SPI to upload Service class on a remote server node

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Using Deployment SPI to upload Service class on a remote server node

Denis Magda
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