On Feb 24, 2008, at 1:27 PM, David Blevins wrote:
On Feb 24, 2008, at 4:24 AM, the666pack wrote:
[exec] 13:04:31,865 INFO [OpenEJB] Passivation failed
[exec] java.io.NotSerializableException:
vt.bean.stateful.WriteDataBean
[exec] at
java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1156)
This is an unimplemented feature:
http://issues.apache.org/jira/browse/OPENEJB-215
The workaround is to add java.io.Serializable to your stateful bean
class.
FYI, this feature is now implemented and should show up in a release
Real Soon Now.
-David