My application is throwing:
java.lang.RuntimeException: Deferred binding failed for \'com.mygwtapp.client.gin.ClientAppGinjector\' (did you forget to inheri
I've had the same error message during runtime. When I tried "Google > GWT Compile" the stack trace helped me better. My problem was that the service interface used a class that wasn't serializable.