Chronoscope with GWT - ChronoscopeBrowserInjector binding failed
Posted
by
Gknee
on Stack Overflow
See other posts from Stack Overflow
or by Gknee
Published on 2011-01-15T10:51:47Z
Indexed on
2011/01/15
10:53 UTC
Read the original article
Hit count: 259
I want to use Timepedia Chronoscope (http://code.google.com/p/gwt-chronoscope/) in my GWT application.
I have all the configuration like shown on chronoscope project site: chronoscope-1.0.jar in gwt-2.0.x applications: gwt-user-2.0.x and gwt-servlet-2.0.x chronoscope-api-1.0.jar gwtexporter-2.0.10.jar gin-1.0.jar
I've inherited chornoscope module.
I get the error from gwt plugin to eclipse that looks like that:
java.lang.RuntimeException: Deferred binding failed for 'org.timepedia.chronoscope.client.browser.Chronoscope$ChronoscopeBrowserInjector' (did you forget to inherit a required module?)
Can you help me?
© Stack Overflow or respective owner