- All Implemented Interfaces:
- java.io.Closeable, java.io.DataInput, java.io.ObjectInput, java.io.ObjectStreamConstants, java.lang.AutoCloseable
public class MyFacesObjectInputStream
extends java.io.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 $)