Details
-
Task
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
3.0-beta-1, 3.0-beta-2
-
None
Description
Sec: 4.3.5 Text: "The session bean class is not required to implement the SessionBean interface or the Serializable interface."
In the event a non-Serializable stateful session bean is to be passivated, it's data must be plucked out and serialized and put back into a new instance on activation.