|
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.
|