[jboss-jira] [JBoss JIRA] Commented: (JBAS-5146) com.sun.faces.serializeServerState , java.lang.ClassNotFoundException: boolean
Stan Silvert (JIRA)
jira-events at lists.jboss.org
Thu Jan 17 10:01:19 EST 2008
[ http://jira.jboss.com/jira/browse/JBAS-5146?page=comments#action_12395495 ]
Stan Silvert commented on JBAS-5146:
------------------------------------
Hi Dave,
I assume you are talking about the issue described here?
http://www.nabble.com/Jboss-4.2.2-RI-did-not-work-for-clicking-links-w--target%3D_blank-td14257806.html
And this only happens when you upgrade the RI to jsf 1.2_07, right? Otherwise you get a different result/problem?
This appears to be a problem with compatibility between Tomahawk and the RI, rather than a JBoss problem per se. If you agree then please open up a jira task at Apache against Tomahawk.
https://issues.apache.org/jira/browse/TOMAHAWK
If you will attach a simple example WAR that demonstrates the problem on this jira task, then I'll be glad to take a look at it as well.
Regards,
Stan
> com.sun.faces.serializeServerState , java.lang.ClassNotFoundException: boolean
> -------------------------------------------------------------------------------
>
> Key: JBAS-5146
> URL: http://jira.jboss.com/jira/browse/JBAS-5146
> Project: JBoss Application Server
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: JSF
> Affects Versions: JBossAS-4.2.2.GA
> Environment: JBoss 4.2.2.GA, using JSF RI with Tomahawk.
> Reporter: Dave Chen
> Assigned To: Stan Silvert
> Priority: Critical
>
> I am using <t:saveState>, and set com.sun.faces.serializeServerState to true in web.xml.
> <context-param>
> <param-name>javax.faces.STATE_SAVING_METHOD</param-name>
> <param-value>server</param-value>
> </context-param>
>
>
> <context-param>
> <param-name>com.sun.faces.serializeServerState</param-name>
> <param-value>true</param-value>
> </context-param>
> I got the following exception.
> java.lang.ClassNotFoundException: boolean
> at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1358)
> at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1204)
> at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
> at java.lang.Class.forName0(Native Method)
> at java.lang.Class.forName(Class.java:242)
> at com.sun.faces.renderkit.ApplicationObjectInputStream.resolveClass(ApplicationObjectInputStream.java:74)
> at java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:1544)
> at java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1466)
> at java.io.ObjectInputStream.readClass(ObjectInputStream.java:1433)
> at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1288)
> at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1908)
> at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1832)
> at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1719)
> at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1305)
> at java.io.ObjectInputStream.readObject(ObjectInputStream.java:348)
> at java.util.ArrayList.readObject(ArrayList.java:591)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list