Issue Details (XML | Word | Printable)

Key: OPENEJB-215
Type: Task Task
Status: Closed Closed
Resolution: Fixed
Priority: Critical Critical
Assignee: David Blevins
Reporter: David Blevins
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
OpenEJB

Passivation/Activation of non-Serializable Stateful SessionBeans

Created: 03/Aug/06 09:26 AM   Updated: 01/Mar/08 01:16 AM  Due: 25/Sep/06
Return to search
Component/s: ejb3 simplified
Affects Version/s: 3.0-beta-1, 3.0-beta-2
Fix Version/s: 3.0

Time Tracking:
Not Specified

Resolution Date: 01/Mar/08 01:16 AM


 Description  « Hide
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.


 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
David Blevins added a comment - 01/Mar/08 01:16 AM
$ svn ci
Sending container/openejb-core/src/main/java/org/apache/openejb/core/stateful/StatefulInstanceManager.java
Adding container/openejb-core/src/main/java/org/apache/openejb/util/PojoExternalization.java
Sending container/openejb-core/src/main/java/org/apache/openejb/util/PojoSerialization.java
Sending container/openejb-core/src/test/java/org/apache/openejb/core/stateful/StatefulContainerTest.java
Adding container/openejb-core/src/test/java/org/apache/openejb/util/PojoExternalizationTest.java
Sending container/openejb-core/src/test/java/org/apache/openejb/util/PojoSerializationTest.java
Transmitting file data ......
Committed revision 632525.