Package org.jboss.as.ejb3.iiop.handle
Class SerializationHackProxy
java.lang.Object
org.jboss.as.ejb3.iiop.handle.SerializationHackProxy
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
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic final SerializationHackProxyproxy(ClassLoader loader) read(ObjectInputStream stream)
-
Field Details
-
NAME
- See Also:
-
-
Constructor Details
-
SerializationHackProxy
public SerializationHackProxy()
-
-
Method Details
-
read
-
proxy
-