Karl Avedal wrote:
> Hello Fabio,
>
> There is something in your beans that is not Serializable.
>
> This does not mean it will not work, it just means that if a user is on
> your site and has a session going, like if he is logged in and have a few
> items in his shopping cart, he will get kicked out if you shut down the
> server and bring it up again. If you make sure everything is Serializable,
> when you start up the server again, the session will be restored and the
> user can happily continue his session.
>
> Regards,
> Karl Avedal
>
Hi Karl,
Thanks for your quick and kind response.
I was wondering if you can help me to determine what it might be:
The relevant classes that those beans use are:
cDebug (which implements the Serializable interface, extends Object and all
its methods are common Java Wrappers, or utils : String, Long, Vector, etc.)
But they use also DataSource and Connection from JDBC... Might these be the
ones?
Thanks a lot again,
F�bio