Re: Changing app from one gwt version to another version problem

2011-09-19 Thread l.denardo
Hello, gwt-servlet.jar contains server-side RPC classes, and must be changed whenever you change client side implementation. If you don't you'll likely get "Incompatible remote service" exceptions. Up to 2.3 the plugin did not give any warning, now it does and it's one of the most useful features

Re: Changing app from one gwt version to another version problem

2011-09-18 Thread Sudhakar Abraham
To migrate application from 2.3 to 2.4, please do the following steps. S. Abraham www.DataStoreGwt.com 1. Copy existing project into a new destination directory. 2. Remove the gwt-servlet.jar from the directory "war\WEB-INF\lib\gwt- servlet.jar" 3. Import your existing project, File -->Impor

Changing app from one gwt version to another version problem

2011-09-16 Thread mallikarjun....@gmail.com
Hi previously i am using GWT 2.3 now i am using GWT 2.4 i coppied my app from 2.3 to 2.4 it shows some errors like below. couls u plz help me when any body know. The file war\WEB-INF\lib\gwt-servlet.jar has a different size than GWT SDK library gwt-servlet.jar; perhaps it is a different version