2 Problems w/GWT in 5581
To reproduce problem #1:
1) Create new project.
2) Create "GWT sample application" via GWT menu.
3) Build/Run.
4) Click on "Click me" button in app window.
5) Receive error: "Deferred binding failed for 'app.client.appService' (did you forget to inherit a required module?)"
It appears that RPC with server code is no longer working in hosted mode.
Problem #2:
After building a GWT app, I can no longer locate the generated files. I used to be able to load the GWT application directly into a browers, but can no longer do so since the generated files do not seem to be kept around any longer.
Please sign in to leave a comment.
Hello Nathaniel,
Will be fixed in next EAP.
The generated files are now copied into an exploded directory (or war file)
of a web module containing GWT application.