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.
@author Robert Gothan (latest modification by $Author: schof $)
@version $Revision: 382015 $ $Date: 2006-03-01 08:47:11 -0500 (Wed, 01 Mar 2006) $
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.