Re: GWT + Spring - different functionality development approach

2010-09-07 Thread lmolinero
Hi, Why don't you just use multiple gwt modules in the same GWT proyect in eclipse. One module for each functionality, i mean. On Sep 7, 8:51 am, "M. Eduard" wrote: > Hi, > Say I have Spring web application. Some functionality where I need > JavaScript is developed using GWT under  Eclipse. What

GWT 2.0.3 migration issue => java.lang.AssertionError: Not enough methods, expecting 3 saw 2

2010-05-20 Thread lmolinero
Hi, I've run into a problem after migrating form GWT 1.7 to GWT 2.0.3 one of my rpc is failling in 2.0.3 and throwing this: java.lang.AssertionError: Not enough methods, expecting 3 saw 2 at com.google.gwt.user.client.rpc.impl.SerializerBase.check(SerializerBase.java: 165) at com.google.