users@javaserverfaces.java.net

Support for failover fixed?

From: Markus Hjort <mhjort_at_ri.fi>
Date: Thu, 27 Oct 2005 12:09:31 +0300 (EEST)

Hi,

Version 1.1_01 fixed server side state in a following way:

"Fixed server side state saving to support failover. Instead of saving
the view in session (since the UIComponent instances are not
serializable), the SerializedView (result of calling
getTreeStructureToSave() and getTreeStateToSave()) is saved in the
session. This can be enabled by using the ServletContext Init
Parameter "com.sun.faces.enableHigh Availability"

However, despite the name, SerializedView is not serializable either. I
tested with this new version of StateManagerImpl. It does not work
because SerializedView does not implement Serializable interface. So now
we need a fix for this fix...?

Regards,

Markus Hjort / Reaktor Innovations