Thanks for the responses - much appreciated. The root cause turned out to be a few things.
1. My Eclipse environment was in some weird state. After restarting Eclipse, things became much more obvious. 2. Hyphens in the .gwt.xml name were a no-no 3. Class.newInstance() isn't supported in the JRE emulation environment (doh!) 4. Learned about the annoying GWT RPC issue with nested generics http://code.google.com/p/google-web-toolkit/issues/detail?id=4438 Once a few adjustments were made, everything behaved as expected. Again, thanks for the suggestions - I'm sure I'll be dipping into this font of knowledge regularly. Cheers! Sleeveen -- 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.
