
|
If you were logged in you would be able to see more operations.
|
|
|
| Resolution Date: |
01/Mar/08 01:16 AM
|
|
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.
|
|
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.
|
Show » |
|
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.