google-code-export / gwt-dispatch

Automatically exported from code.google.com/p/gwt-dispatch
1 stars 0 forks source link

Updating gwt-dispatch to 1.1.0 results in errors #46

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Hi, 

I am using GWT 2.04, gwt-disptach-1.0.0, gwt-presenter-1.0.0, gin-1.0 and 
guice-2.0. 

When I update to gwt-dispatch-1.1.0 I get errors - for example in the class 
where I bind the handler.

bindHandler(GetBaseDataHandler.class); 

will not work any longer.

In my dispatchServlet I get an error on the Interface

public class McbDispatchServiceServlet extends PersistentRemoteService
        implements DispatchService {

I also get errors in my Ginjector class in the import and the 
"ClientDispatchModule.class" after @GinModules:

import net.customware.gwt.dispatch.client.gin.ClientDispatchModule;
@GinModules({ ClientDispatchModule.class, JavaClient2Module.class })

To make it short - is the a "HOWTO" for upgrading an existing application with 
the newest gwt-dispatch and gwt-presenter versions?

Many thanks for your help
Karsten

Original issue reported on code.google.com by kars...@porkypie.de on 7 Sep 2010 at 2:25