Try this to see if its your server security settings. Change it back after 
you figure it out. 

//add to /etc/tomcat5.5/policy.d/04webapps.policy
grant codeBase "file:${catalina.home}/webapps/-" {
  permission java.security.AllPermission;
};


It may be tomcat. private public vars in the DTO objects.

My tomcat notes: http://code.google.com/p/gwt-examples/wiki/gwtTomcat

Brandon Donnelson

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/3Qu-KtITH_0J.
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