![]() Please wait while updating issue type...
Could not save your changes
This issue has been changed since you started editing it
Data that has been changed is highlighted in red below. Undo your changes to see the updated information
You have changed this issue, but haven't saved your changes yet. To save it, press the Save changes button to the right
This issue is blocking the next release
![]() There are no comments
There is nothing attached to this issue
This issue has no duplicates
There are no code checkins for this issue |
|||||||||||||||||||||||||||||
Really delete this comment?
Really delete this comment?
Really delete this comment?
Really delete this comment?
Really delete this comment?
The explicit loading of JPPFRemoteNode is done in org.jppf.node.NodeRunner.createNode() as follows:
The problem is that loadJPPFClass() bypasses the class loader delegation model and forces the specified class loader to load the class. Thus both classes end up loaded by different class loaders. So the fix is to use the default delegation model:
This works both with and without the common and server libs in the node's classpath.
Really delete this comment?
Really delete this comment?
Really delete this comment?
The issue was updated with the following change(s):
Really delete this comment?