This doesn't look like a Googlipse specific error. Searching GWT forum
suggests that the problem could be because of GWT library version
change or because of not inheriting from Serializable or using a IBM
JRE etc. Please have a look at these results
http://groups.google.com/groups/search?q=Deferred+binding+failed+for.

If none of those suggestions are working, please post the error to gwt forum.

 -- TG.
-- 
www.googlipse.com
An Eclipse plugin for Google Web Toolkit (GWT)

On 8/29/06, Anis Anis <[EMAIL PROTECTED]> wrote:
> I am making an RPC call using Googlips 0.03. An exception occor at the
> following statement.
> XmlServiceAsync xmlService = (XmlServiceAsync)GWT.create(XmlService.class);
>
> The exception description is given below
> [ERROR] Uncaught exception escaped
> java.lang.RuntimeException: Deferred binding failed for
> 'NetView.client.XmlService' (did you forget to inherit a required module?)
>        at
> com.google.gwt.dev.shell.JavaScriptHost.rebindAndCreate(JavaScriptHost.java:148)
>        at com.google.gwt.dev.shell.ShellGWT.create(ShellGWT.java:10)
>        at com.google.gwt.core.client.GWT.create(transient source for
> com.google.gwt.core.client.GWT:20)
>        at NetView.client.NetView$1.onClick(NetView.java:28)
>        at
> com.google.gwt.user.client.ui.ClickListenerCollection.fireClick(ClickListenerCollection.java:36)
>        at
> com.google.gwt.user.client.ui.FocusWidget.onBrowserEvent(FocusWidget.java:84)
>        at com.google.gwt.user.client.DOM.dispatchEventImpl(DOM.java:902)
>        at com.google.gwt.user.client.DOM.dispatchEventAndCatch(DOM.java:886)
>        at com.google.gwt.user.client.DOM.dispatchEvent(DOM.java:854)
>        at
> com.google.gwt.dev.shell.StaticJavaDispatch.callMethod(StaticJavaDispatch.java:45)
> Caused by: com.google.gwt.core.ext.UnableToCompleteException: (see previous
> log entries)
>        at com.google.gwt.dev.shell.ModuleSpace.rebind(ModuleSpace.java:306)
>        at
> com.google.gwt.dev.shell.ModuleSpace.rebindAndCreate(ModuleSpace.java:98)
>        at
> com.google.gwt.dev.shell.JavaScriptHost.rebindAndCreate(JavaScriptHost.java:143)
>        at com.google.gwt.dev.shell.ShellGWT.create(ShellGWT.java:10)
>        at com.google.gwt.core.client.GWT.create(transient source for
> com.google.gwt.core.client.GWT:20)
>        at NetView.client.NetView$1.onClick(NetView.java:28)
>        at
> com.google.gwt.user.client.ui.ClickListenerCollection.fireClick(ClickListenerCollection.java:36)
>        at
> com.google.gwt.user.client.ui.FocusWidget.onBrowserEvent(FocusWidget.java:84)
>        at com.google.gwt.user.client.DOM.dispatchEventImpl(DOM.java:902)
>        at com.google.gwt.user.client.DOM.dispatchEventAndCatch(DOM.java:886)
>        at com.google.gwt.user.client.DOM.dispatchEvent(DOM.java:854)
>        at
> com.google.gwt.dev.shell.StaticJavaDispatch.callMethod(StaticJavaDispatch.java:45)
>
> _________________________________________________________________
> Don't just search. Find. Check out the new MSN Search!
> http://search.msn.com/
>
>
> -------------------------------------------------------------------------
> Using Tomcat but need to do more? Need to support web services, security?
> Get stuff done quickly with pre-integrated technology to make your job easier
> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> _______________________________________________
> Googlipse-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/googlipse-users
>

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Googlipse-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/googlipse-users

Reply via email to