You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by "David Blevins (JIRA)" <ji...@apache.org> on 2008/03/01 02:17:59 UTC

[jira] Closed: (OPENEJB-215) Passivation/Activation of non-Serializable Stateful SessionBeans

     [ https://issues.apache.org/jira/browse/OPENEJB-215?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David Blevins closed OPENEJB-215.
---------------------------------

    Resolution: Fixed

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



> Passivation/Activation of non-Serializable Stateful SessionBeans
> ----------------------------------------------------------------
>
>                 Key: OPENEJB-215
>                 URL: https://issues.apache.org/jira/browse/OPENEJB-215
>             Project: OpenEJB
>          Issue Type: Task
>          Components: ejb3 simplified
>    Affects Versions: 3.0-beta-1, 3.0-beta-2
>            Reporter: David Blevins
>            Assignee: David Blevins
>            Priority: Critical
>             Fix For: 3.0
>
>
> 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.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.