Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 1.8.2.GA_P02
-
Fix Version/s: EE-1.8.2.GA_P03
-
Component/s: Facelet Components
-
Labels:None
-
Environment:Clustered Environment
Description
Issue reported from customer:
"When I perform a search and fill in a AutoSortTable component, and right after stop the cluster instance, the session of the application gets replicated to the other instance but the AutoSortTable component becomes empty.
I have declared the AutoSortTableBean object as transient because otherwise it gives me error on the object not being Serialized."
If the AutoSortTableBean can be serializable then the data used in the component should persist to the new cluster instance.
"When I perform a search and fill in a AutoSortTable component, and right after stop the cluster instance, the session of the application gets replicated to the other instance but the AutoSortTable component becomes empty.
I have declared the AutoSortTableBean object as transient because otherwise it gives me error on the object not being Serialized."
If the AutoSortTableBean can be serializable then the data used in the component should persist to the new cluster instance.
Attached NetBeans project.