Class transfer
Hi,
I need to transfer classes between nodes when a deserialization has failed. My problem is that I need the binary class file for this transfer to succeed. I currently use a custom class loader and retain the class data for transferrable classes, but I need to extend this to classes loaded by the system class loader as well. And I would really like to avoid searching through the classpath.
Any ideas?
Thanks in advance,
Nille

