Class SerializationHackProxy


  • public abstract class SerializationHackProxy
    extends Object
    As ObjectInputStream is broken it looks for the class loader of the last non JDK object on the stack.

    As this would normally be from the ejb3 module which can't see deployment modules, we instead define a proxy in the deployment class loader, that simply calls readObject.

    Author:
    Stuart Douglas, Richard Opalka