Wednesday, March 30, 2011

Excluding Object from Serialization

Hi all

We are working with the dispatcher extension and have one special
situation that requires an Action to hold an instance of a HttpSession
(only on the server side). The Action itself is located in a shared
package (by means of client / server shared); the session attribute is
defined in a superclass as transient protected HttpSession session.

When trying to run the app in development mode, I get the error "No
souce code is available for type javax.servlet.http.HttpSession; did
you forget to inherit a required module?"

Has anybody an idea of what I am doing wrong here?

Txs a lot for hints

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

No comments:

Post a Comment