I got this exception when I start in Gwt Dev Mode. I could not figure
out what the issue was from the below stack trace:
Failed to create an instance of 'com.gwt.tutorial.MyEntryService' via
deffered binding
com.google.gwt.core.client.JavaScriptException: (TypeError): Cannot
call method 'apply' of undefined
at
com.google.gwt.dev.shell.BrowserChannelServer.invokeJavascript(BrowserChannelServer.java:
248)
Invoke native method _gwt_displayGlassMessage
Unable to load module entry point class
com.gwt.tutorial.MyEntryService (see associated exception for details)
java.lang.RuntimeException: Deferred binding failed for
'com.gwt.tutorial.MyEntryService' (did you forget to inherit a
required module?)
at
com.google.gwt.dev.shell.GWTBridgeImpl.create(GWTBridgeImpl.java:53)
Failed to load module 'myEntry' from user agent 'Mozilla/5.0(Windows
NT6.1;WOW64;rv:6.0.1) Gecko/20100101 Firefox/6.0.1' at 127.0.0.1:58488
Please throw an idea.
--
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
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.