Getting following exception in development mode. It works fine when we deploy same code. Also there was no problem with gwt1.7.0, observed this exception only with gwt2.0
java.lang.RuntimeException: Deferred binding failed for 'com.allen_sauer.gwt.log.client.impl.LogImpl' (did you forget to inherit a required module?) at com.google.gwt.dev.shell.GWTBridgeImpl.create(GWTBridgeImpl.java: 43) at com.google.gwt.core.client.GWT.create(GWT.java:98) at com.allen_sauer.gwt.log.client.Log.<clinit>(Log.java:69) Following inherite entry is there in module xml file, <inherits name="com.allen_sauer.gwt.log.gwt-log-ERROR" /> What could be the problem? Thanks in advance, Vikas -- 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.
