The issue is general to my application, when I comment the faulty code I get
the error on another native type :
com.google.gwt.dev.shell.HostedModeException: Something other than a boolean
was returned from JSNI method
'@com.google.gwt.user.client.impl.HistoryImplTimer::init()': JS value of
type JavaScript object(264), expected boolean
at com.google.gwt.dev.shell.JsValueGlue.get(JsValueGlue.java:100)
at
com.google.gwt.dev.shell.ModuleSpace.invokeNativeBoolean(ModuleSpace.java:186)
at
com.google.gwt.dev.shell.JavaScriptHost.invokeNativeBoolean(JavaScriptHost.java:35)
at
com.google.gwt.user.client.impl.HistoryImplTimer.init(HistoryImplTimer.java)
at com.google.gwt.user.client.History.<clinit>(History.java:63)
This code causing the error is GWT code, not mine ... Here it is :
impl = GWT.create(HistoryImpl.class);
if (!impl.init()) {
That doesn't make any sense ...
--
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-web-toolkit?hl=en.