I'd normally ask you to the DTO code, but you really should check that
your deployment worked alright. So please check that:

1. your projects is refreshed after the build
2. old deployment is wiped and overwritten with the new one
3. logging is enabled
4. no errors about serialization policy are displayed in the logs

Hope that helps,
G.

On Aug 9, 7:57 am, bhomass <[email protected]> wrote:
> I have a composite pattern DTO, where an DTO instance may contain a
> child list of the same type.
>
> first this app runs fine when in hosted mode, but get deserialization
> error when in deployed mode using tomcat.
>
> I can leave the nested structure in the DTO class as long as I don't
> actually populate the child list. but as soon as I populate the child
> list the deserialization error shows up.
>
> again, works find in hosted mode, fails in deployed mode if child list
> is populated. I did a thorough search on the web, no one reported a
> similar problem. and I made absolutely sure I have a zero argument
> constructor.
>
> any ideas from any one?

-- 
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