[richfaces-issues] [JBoss JIRA] Created: (RF-9848) org.richfaces.component.UIDataTable is not Serializable as a result throws "NotSerializableException" in the cluster environment

Badal Pradhan (JIRA) jira-events at lists.jboss.org
Mon Nov 22 03:07:53 EST 2010


org.richfaces.component.UIDataTable is not Serializable as a result throws "NotSerializableException" in the cluster environment
--------------------------------------------------------------------------------------------------------------------------------

                 Key: RF-9848
                 URL: https://jira.jboss.org/browse/RF-9848
             Project: RichFaces
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: component-tables
    Affects Versions: 3.3.0
         Environment: Spring 2.5, JSF 1.2.X, Hibernate 3.0, Weblogic 10g
            Reporter: Badal Pradhan
            Priority: Critical


Our application uses the open framework specified in the environment. 

We are using the following configuration to support session failover in the cluster env.

1. <context-param>
    	<param-name>javax.faces.STATE_SAVING_METHOD</param-name>
   	<param-value>client</param-value>
</context-param>
2. All the managed Bean scope is session
3. All the service/daos are transient

One of the component i.e. <rich:dataTable> we are using in the JSF pages which in turn binding to "org.richfaces.component.UIDataTable"; here this UIDataTable is not serializable that throws "NotSerializableException". Do we have any fixes for this exception or other related class DataTable should be used rather it.



-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the richfaces-issues mailing list