This complaint is coming from WebSphere, not GWT.

By implementing IsSerializable you've said "this object may be serialized by 
GWT", but you haven't 
implemented normal "java.io.Serializable" to make it serializable by WebSphere.

When session replication is turned on, any object in the session is pushed to 
all other WebSphere 
servers via normal Java serialization as part of each HTTP request / response 
cycle.

In short, you need to implement java.io.Serializable on these objects.

Hope that helps.
//Jason

kss wrote:
> We are getting  java.io.NotSerializableException in one of our gwt jsr
> 286 api portlets in WebSphere Portal 6.1. This exception has started
> to surface in the logs since we enabled session replication on our
> WebSphere Portal server. The object which its complaining about has
> isSerializable interface implemented. When we dont have session
> replication enabled; the issue dosent occur.
> 
> Has anyone seen this exception in websphere environment for gwt
> portlets or have any ideas ?
> 
> > 
> 

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to