" OK, let's start from the beginning: what do you mean exactly by "the 
compilation fails" ? Java compilation ? GWT compilation ? where exactly and 
with which error ?"

Good Idea (an Thx for your patience - again):

If i change the binding of EventBus (
bind(EventBus.class).to(SimpleEventBus.class).in(Singleton.class);) from 
"old" to "new" package in my clientModule (Gin) the deprecated warning in
"    @Provides
    @Singleton
    public final PlaceController getPlaceController(final EventBus 
eventBus) {
        return new PlaceController(eventBus);
    }
" will disappear but on gwt-compilation i'll get following error (maven 
build):
[INFO] Compiling module de.stalabw.zensus2011.adb.AuswertungsDB
[INFO]    [ERROR] Errors in 
'C:\WorkspaceADB\AuswertungsDB\target\.generated\de\stalabw\zensus2011\adb\client\gin\ClientInjectorImpl.java'
[INFO]       [ERROR] Line 895:  Rebind result 
'com.google.gwt.event.shared.EventBus' cannot be abstract
[INFO]    [ERROR] Cannot proceed due to previous errors

so what's the problem?


 

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/s3bcL0i7Uu8J.
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.

Reply via email to