org.apache.myfaces.util
Class MyFacesObjectInputStream
ObjectInputStream
org.apache.myfaces.util.MyFacesObjectInputStream
public class MyFacesObjectInputStream
extends ObjectInputStream
Tried to deploy v0.4.2 on JBoss 3.2.1 and had a classloading problem again.
The problem seemed to be with JspInfo, line 98. We are using an
ObjectInputStream Class, which then cannot find the classes to deserialize
the input stream. The solution appears to be to subclass ObjectInputStream
(eg. CustomInputStream), and specify a different class-loading mechanism.
$Revision: 167257 $ $Date: 2004-10-13 13:51:02 +0200 (Wed, 13 Oct 2004) $- Robert Gothan (latest modification by $Author: matze $)
MyFacesObjectInputStream
public MyFacesObjectInputStream(InputStream in)
throws IOException
resolveClass
protected Class resolveClass(ObjectStreamClass desc)
throws ClassNotFoundException,
IOException