[EMAIL PROTECTED] wrote:
Yes I am putting it out in the session but I get the error after the
service has broken and at that point its probably trying to persist data???
and that should be serializable.
My issue is why doesthe service break in the first place?
I am just doing refesh on a page several times??
The breakage of the service is not indicated in the exception that you have sent. This is the container attempting to persist the sessions as the web app is shutting down. Assuming the class you are adding to the session is simple, then the standard serialization will work fine. Just make your class implement Serializable.

You need to investigate further.

I was reading this could this be an issue?
http://issues.apache.org/bugzilla/show_bug.cgi?id=36541
Unlikely. The exception is not related to that. Concurrency issues such as this would require significant load from one user. I assume that you are not generating high load?

- Gary

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to