CDV ❯ jsp:include is throwing classcast exception with jboss 4.2.2
-
Bug
-
Status: Closed
-
2 Major
-
Resolution: Fixed
-
Sessions
-
-
nadeem
-
Reporter: hhuynh
-
January 12, 2009
-
0
-
Watchers: 1
-
February 02, 2009
-
January 14, 2009
Description
from http://forums.terracotta.org/forums/posts/list/1687.page#10110
In my jsp page when I include other jsp page with
One more observation, which might help you, I tried the same application on Jboss3.2.2 and terracotta 2.7.0. It is working fine there.
SessionResponse55$ResponseWrapper is terracotta implemented class with catalina package
Caused by: java.lang.ClassCastException: org.apache.catalina.connector.SessionResponse55$ResponseWrapper at org.apache.catalina.core.ApplicationDispatcher.unwrapResponse(ApplicationDispatcher.java:813) at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:733)
Run the EAR from forum issue on jboss 4.2.2 and 4.2.3, no exception in logs