Hi,
I have try to test the migration from 2.1 to the new 2.1.1. I'm just
updating under eclipse with the quick fix wizard the class jars
libraries on the MVP sample code from documentation site :
http://code.google.com/p/google-web-toolkit/downloads/detail?name=Tutorial-hellomvp-2.1.zip.
Then I'm debugging the application and after few seconds before any
widgets display I get this error stack trace :

00:12:58.374 [ERROR] [helloMVP] Unable to load module entry point
class com.hellomvp.client.HelloMVP (see associated exception for
details)

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(33), 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)
    at com.google.gwt.place.shared.PlaceHistoryHandler
$DefaultHistorian.addValueChangeHandler(PlaceHistoryHandler.java:40)
    at
com.google.gwt.place.shared.PlaceHistoryHandler.register(PlaceHistoryHandler.java:
138)
    at com.hellomvp.client.HelloMVP.onModuleLoad(HelloMVP.java:44)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at com.google.gwt.dev.shell.ModuleSpace.onLoad(ModuleSpace.java:
396)
    at
com.google.gwt.dev.shell.OophmSessionHandler.loadModule(OophmSessionHandler.java:
183)
    at
com.google.gwt.dev.shell.BrowserChannelServer.processConnection(BrowserChannelServer.java:
510)
    at
com.google.gwt.dev.shell.BrowserChannelServer.run(BrowserChannelServer.java:
352)
    at java.lang.Thread.run(Unknown Source)

Is there any body to help me ?
Maybe I need to go back to the previous version but I have already
remove it from my eclipse plugins :'( ...

Romain.

-- 
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.

Reply via email to