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 google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to