java.io.NotSerializableException: oracle.adf.view.rich.component.rich.data.
822727Feb 7 2012 — edited Feb 8 2012Hi
I try to create a popup with a taskflow. In the manageBean osBean, there is a popup binding between popup page and the popup managed bean. The manageBean osBean has the pageFlowScope.
I got this error message when I try to navigate the page with the popup.
<SessionBasedScopeMap> <writeScopeMap> ADFc: Scope object serialization failed (object not serializable), scope='pageFlowScope[os-flow.xml#os-flow]', objectKey='osBean', objectType='view.OsBean'.
<SessionBasedScopeMap> <writeScopeMap>
java.io.NotSerializableException: oracle.adf.view.rich.component.rich.data.RichTable
How can I control whether RichTable or RichPopup is serialiable or not ? What is the root cause of this problem ?
Please help.
David