org.apache.myfaces.util

Class 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.
Version:
$Revision: 167257 $ $Date: 2004-10-13 13:51:02 +0200 (Wed, 13 Oct 2004) $
Author:
Robert Gothan (latest modification by $Author: matze $)

Constructor Summary

MyFacesObjectInputStream(InputStream in)

Method Summary

protected Class
resolveClass(ObjectStreamClass desc)

Constructor Details

MyFacesObjectInputStream

public MyFacesObjectInputStream(InputStream in)
            throws IOException

Method Details

resolveClass

protected Class resolveClass(ObjectStreamClass desc)
            throws ClassNotFoundException,
                   IOException