I am using the GWanted package which provides wrapper around Flash
FusionCharts package to display charts.
Things seem to work fine, if I have no RPC calls are made in my
application. As soon as I make a RPC call, I get the following error
(though the RPC call itself works fine stand-alone, meaning no issue
with the RPC call itself):
===================
ERROR: com.google.gwt.dev.shell.HostedModeException:
invokeNativeString(@org.gwanted.gwt.core.client.logger.TimeLoggerImpl::getCurrentWidgetName()):
JavaScript undefined, expected java.lang.String
===================
Has any one seen this error in using GWanted package with GWT 1.4.60
release? Any ideas how I can resolve this?
Joster
Here's a little detail on the stacktrace as well:
com.google.gwt.dev.shell.HostedModeException:
invokeNativeString(@org.gwanted.gwt.core.client.logger.TimeLoggerImpl::getCurrentWidgetName()):
JavaScript undefined, expected java.lang.String
at com.google.gwt.dev.shell.JsValueGlue.get(JsValueGlue.java:101)
at
com.google.gwt.dev.shell.ModuleSpace.invokeNativeString(ModuleSpace.java:
264)
at
com.google.gwt.dev.shell.JavaScriptHost.invokeNativeString(JavaScriptHost.java:
129)
at
org.gwanted.gwt.core.client.logger.TimeLoggerImpl.getCurrentWidgetName(TimeLoggerImpl.java:
150)
at
org.gwanted.gwt.core.client.logger.TimeLogger.getCurrentWidgetName(TimeLogger.java:
201)
at
org.gwanted.gwt.core.client.logger.HTTPRequestImpl.asyncPost(HTTPRequestImpl.java:
62)
at
com.google.gwt.user.client.impl.HTTPRequestImpl.asyncPost(HTTPRequestImpl.java:
44)
at com.google.gwt.user.client.HTTPRequest.asyncPost(HTTPRequest.java:
65)
On Sep 8, 1:04 pm, joster <joster.j...@gmail.com> wrote:
> Hello All-
>
> I am using theGWantedpackage which provides wrapper around Flash
> FusionCharts package to display charts.
>
> Things seem to work fine, if I have no RPC calls are made in my
> application. As soon as I make a RPC call, I get the following error
> (though the RPC call itself works fine stand-alone, meaning no issue
> with the RPC call itself):
>
> ===================
> ERROR: com.google.gwt.dev.shell.HostedModeException:
> invokeNativeString(@org.gwanted.gwt.core.client.logger.TimeLoggerImpl::getCurrentWidgetName()):
> JavaScript undefined, expected java.lang.String
> ===================
>
> Has any one seen this error in usingGWantedpackage with GWT 1.4.60
===================================================================
Quoting sp...@sposh.net:
>> Thanks. Did your fix get released?
Forgot to answer this bit. The fix is in CVS (in the head branch), but
we have no new official release yet. There should be one soon to
upgrade from GWT 1.4RC1 to the proper 1.4.
===================================================================
Joster