Re: GWT/Tomcat serialization issues during deployment

2010-08-13 Thread duey
this worked for me. I hope somebody is able to find this useful. Especially if you run your app on GoDaddy and need reflection. -Eric On Aug 11, 9:52 pm, duey wrote: > I have a simple application setup.  It is comprised of a single module > that has one responsibility.  Its job is to tes

GWT/Tomcat serialization issues during deployment

2010-08-12 Thread duey
I have a simple application setup. It is comprised of a single module that has one responsibility. Its job is to test RPC in my application. Here's what I have. First, on the client side, I have a TestData object. This object implements java.io.Serializable. It has one member variable, which