GWTBridgeImpl throws com.google.gwt.core.ext.UnableToCompleteException exception
I have a large GWT application using 2.5.1 and all of a sudden I am getting the following error when run/debug in GWT hosted mode:
com.google.gwt.core.ext.UnableToCompleteException: (see previous log entries)
This happens in the GWTBridgeImpl#create(Class<?> requestedClass) method. After the exception it builds a RuntimeException with the following error message: Deferred binding failed for 'com.google.gwt.user.client.rpc.XsrfTokenService' (did you forget to inherit a required module?)
My build is maven 3.x and I'm using IntelliJ to run in hosted mode. This worked fine up until a couple days ago and I don't know what has changed that might cause this. I've never seen this error/problem before. XsrfTokenService is part of GWT so I don't know why it would be having any trouble finding/loading that.
Does anyone have any suggestions as to what might be the cause?
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/groups/opt_out.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home