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.

-David

Reply via email to