hi
i use spring 2.5 and gwt 1.5
when i load my application i get this error
i tried to debug, and that happen when i do a call to a method from my service
any idea?Code:[ERROR] Unable to load module entry point class test.MainEntryTest (see associated exception for details) java.lang.ClassCastException: test.service.UserService_Proxy at com.google.gwt.dev.shell.ModuleSpace.invokeNative(ModuleSpace.java:443) at com.google.gwt.dev.shell.ModuleSpace.invokeNativeObject(ModuleSpace.java:215) at com.google.gwt.dev.shell.JavaScriptHost.invokeNativeObject(JavaScriptHost.java:91) at com.gwtext.client.widgets.Viewport.<init>(Viewport.java:63) at test.MainEntryTest.onModuleLoad(MainEntryTest.java:99) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at com.google.gwt.dev.shell.ModuleSpace.onLoad(ModuleSpace.java:303) at com.google.gwt.dev.shell.BrowserWidget.attachModuleSpace(BrowserWidget.java:324)
thanks


Reply With Quote