thanks!

unfortunately i cannot wait til it is coming in a release. the problem i
have got now is that my SFSB implements Serializable but i still keep
getting the error!!! very unfortunate.

i realized that the error is not coming after accessing the SFSB but just
after accessing the method that writes the beans to the database.

Do also the Entity beans have to implement Serializable? or do i have to do
something for the entity manager which is created in this function?

thanks for the help,

mario.

2008/3/6, David Blevins <[EMAIL PROTECTED]>:
>
>
> 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
>
>

Reply via email to