I am using Eclipse 3.5 (Galileo) with m2eclipse and GWT Eclipse plugins installed. I created a project using the gwt-maven-plugin archetype. I have created an RPC service defi
I have found this posting which states:
If you manually create the Async interface you must disable the generateAsync goal in the plugin configuration
The fix was to remove
from my pom.xml. The plugin config now looks like:
org.codehaus.mojo
gwt-maven-plugin
1.2
compile
test
my.package.Application/Application.html