After upgrading from restygwt-2.1.1.jar to restygwt-2.2.0.jar I could not get my project to work because of error:
Running CodeServer with parameters: [-noprecompile, -port, 9876, -sourceLevel, 1.8, -bindAddress, 127.0.0.1, -launcherDir, C:\..\war, -logLevel, INFO, -style, OBFUSCATED, com.yourcompany.example]
Super Dev Mode starting up
workDir: C:\Users\User\AppData\Local\Temp\gwt-codeserver-6462330483097412200.tmp
Loading inherited module 'com.yourcompany.example'
Loading inherited module 'org.fusesource.restygwt.RestyGWT'
Loading inherited module 'com.github.nmorel.gwtjackson.GwtJackson'
[ERROR] Unable to find 'com/github/nmorel/gwtjackson/GwtJackson.gwt.xml' on your classpath; could be a typo, or maybe you forgot to include a classpath entry for source?
I worked my way around it by removing line
<inherits name="com.github.nmorel.gwtjackson.GwtJackson" />
from RestyGWT.gwt.xml inside the jar file.
Is there some other way to do this more "cleanly" ?