
|
If you were logged in you would be able to see more operations.
|
|
|
|
I am trying to use tomcat session persistence, it fails due to this:
{{{
Cannot serialize session attribute org.granite.tide.seam.serviceContext for session 2F7456979AB83CEF10E58BD66677FA6F
java.io.NotSerializableException: org.granite.logging.Log4jLogger
}}}
Can you please make the logger transient or static?
BTW, do we really need to store seam service context is session?
|
|
Description
|
I am trying to use tomcat session persistence, it fails due to this:
{{{
Cannot serialize session attribute org.granite.tide.seam.serviceContext for session 2F7456979AB83CEF10E58BD66677FA6F
java.io.NotSerializableException: org.granite.logging.Log4jLogger
}}}
Can you please make the logger transient or static?
BTW, do we really need to store seam service context is session? |
Show » |
Sort Order:
|
It's necessary to serialize the SeamServiceContext because it contains a few things necessary to Tide, such as the list of remotely observed events.