I am getting this issue with GWT1.6.4 in jetty hosted mode and when i
am trying to add a gadget
developed with gwt-gadgets-1.0.3, GWT1.6.4
The error is as follows
[ERROR] Invalid version number "1.5" passed to external.gwtOnLoad(),
expected "1.6";
your hosted mode bootstrap file may be out of date; if you are using -
noserver try
recompiling and redeploying your app
[ERROR] Failure to load module 'com.test.gadget.TestGadget'
com.google.gwt.dev.shell.ie.IDispatchImpl$HResultException:
-
2147024809
at
com.google.gwt.dev.shell.ie.BrowserWidgetIE6$External.gwtOnLoad
(BrowserWidgetIE6.java:63)
at
com.google.gwt.dev.shell.ie.BrowserWidgetIE6$External.invoke
(BrowserWidgetIE6.java:161)
at com.google.gwt.dev.shell.ie.IDispatchImpl.Invoke
(IDispatchImpl.java:294)
at com.google.gwt.dev.shell.ie.IDispatchImpl.method6
(IDispatchImpl.java:194)
at org.eclipse.swt.internal.ole.win32.COMObject.callback6
(COMObject.java:117)
at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method)
at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:1925)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2966)
at com.google.gwt.dev.SwtHostedModeBase.processEvents
(SwtHostedModeBase.java:235)
at com.google.gwt.dev.HostedModeBase.pumpEventLoop
(HostedModeBase.java:558)
at com.google.gwt.dev.HostedModeBase.run(HostedModeBase.java:405)
at com.google.gwt.dev.HostedMode.main(HostedMode.java:232)
I am compiling the application with the same dependencies as i am
running my gwt
application(opensocial container), but I am still getting this error
Any help is greatly appreciated, cuz i am wasting a lot of time in
building and deploying the container application to jbos to test every
single change.
Best Regards,
Hafiz