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

Nick Belaevski (JIRA) jira-events at lists.jboss.org
Mon Nov 22 07:44:54 EST 2010


     [ https://jira.jboss.org/browse/RF-9848?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nick Belaevski resolved RF-9848.
--------------------------------

      Assignee: Nick Belaevski
    Resolution: Won't Fix


Not a bug: component classes are not Serializable by nature.

> 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
>            Assignee: Nick Belaevski
>            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