I am not running with Jetty (i.e., running with no-server checked
off)... deployed to Glassfish.
However, I AM looking in Firebug and the call to the server NEVER gets
made!
In fact, I run it in debug mode and see the following:
***********************
It goes into an object caled VMTreeViewService_Proxy
(VMTreeViewService is the name of the main interface, i.e., not the
async one).
Then, it goes into
com.google.gwt.user.client.rpc.impl.RemoteServiceProxy
Then, back to VMTreeViewService_Proxy.
Then, it goes to JavaScriptHost.java (line 35):
return sHost.invokeNativeBoolean(name, jthis, types, args);
Then, to ModuleSpace (line 146).....
Then, eventually, it gets back to VMTreeViewService_Proxy. Inspecting
that object, btw, I do see the property remoteServiceURL as the URL
that should get called. the problem is that I never see it get called
(neither in Firebug nor in the server console).
***********************
I am also looking at my Eclipse console, at the Hosted mode console,
and at the server console. There are NO errors at all in either!
Any idea what could be going on here? I didn't change ANY code that
has to do with client side interfaces.
Thank you,
Yaakov.