Re: GWT 2.0 RPC Problem

2009-10-12 Thread Zé Vicente
In fact, I did many tests... If I compile the application I get the same error. For the Jars I quite sure the is ok. If I go back to GWT 1.7 it works fine. My scenario again: ServeviceAAsync serviceA = GWT.create(ServiceA.class); ServeviceBAsync serviceB = GWT.create(ServiceB.class);

GWT 2.0 RPC Problem

2009-10-11 Thread Zé Vicente
Hello all, I very happy to be able to test GWT 2.0. The new features are amazing The code splitting and Declarative UI are going to place GWT on the top of choice for UI development. I am quite sure the the market will require more professionals with GWT experience. Well, but we still have

Re: GWT 2.0 RPC Problem

2009-10-11 Thread Sripathi Krishnan
Documentation for IncompatibleRemoteServiceException says - *.. Exception that will be passed to the method when an incompatibility is detected between a RemoteService client and its corresponding RemoteService server.* Are you able to get run it in web mode (ie. after compiling using gwtc)?