Hello,
It would help if you could post a minimal code sample that shows how you use your custom class loader in the node.
There are some things I would check:
- how do you initialize the custom class loader? Are you setting it as a child of the JPPF class loader?
- is your task class in the node's classpath, or is it only in the client classpath? if it is in the node classpath, it would explain why you need to restart the node to take modifications into account.
Thanks for your help,
-Laurent