Details
Description
When Tomcat is configured to replicate sessions on startup and shutdown it will attempt to serialize anything in the session not marked transient. ICEfaces does not yet support session replication, but should still mark non-serializable classes as transient.
Some currently identified classes/interfaces needing review:
com.icesoft.faces.ResponseState
com.icesoft.faces.webapp.xmlhttp.ResponseState
com.icesoft.faces.PersistentFacesState
com.icesoft.faces.sessionAuxiliaryData
Some currently identified classes/interfaces needing review:
com.icesoft.faces.ResponseState
com.icesoft.faces.webapp.xmlhttp.ResponseState
com.icesoft.faces.PersistentFacesState
com.icesoft.faces.sessionAuxiliaryData
Issue Links
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #14013 | Tue May 29 17:02:26 MDT 2007 | mircea.toma | Wrap values to avoid Tomcat serialization warnings -- |
Files Changed | ||||
MODIFY
/icefaces/trunk/icefaces/core/src/com/icesoft/faces/webapp/http/servlet/ServletSessionMap.java
|