Chronoscope with GWT - ChronoscopeBrowserInjector binding failed
- by Gknee
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?