Still stucked !
Hello Again,
after wasting much time applying the instructions on the FAQ you have referred to (although seems unrelated to the problem), nothing has changed !!
could you please figure out in which cases any method call on the cubeGrid compiles but fails on the runtime with the given stack trace !!
com.google.gwt.core.client.JavaScriptException: (TypeError): $wnd.isc[scClassName].create is not a function
fileName: http://127.0.0.1:8888
lineNumber: 88
columnNumber: 0
at com.google.gwt.dev.shell.BrowserChannelServer.invokeJavascript(BrowserChannelServer.java:195)
at com.google.gwt.dev.shell.ModuleSpaceOOPHM.doInvoke(ModuleSpaceOOPHM.java:120)
at com.google.gwt.dev.shell.ModuleSpace.invokeNative(ModuleSpace.java:507)
at com.google.gwt.dev.shell.ModuleSpace.invokeNativeObject(ModuleSpace.java:264)
at com.google.gwt.dev.shell.JavaScriptHost.invokeNativeObject(JavaScriptHost.java:91)
at com.smartgwt.client.widgets.cube.CubeGrid.getFacet(CubeGrid.java)
at com.emeint.server.core.admin.client.widgets.cube.advanced.FacetMenu.<init>(FacetMenu.java:69)
Hello Again,
after wasting much time applying the instructions on the FAQ you have referred to (although seems unrelated to the problem), nothing has changed !!
could you please figure out in which cases any method call on the cubeGrid compiles but fails on the runtime with the given stack trace !!
com.google.gwt.core.client.JavaScriptException: (TypeError): $wnd.isc[scClassName].create is not a function
fileName: http://127.0.0.1:8888
lineNumber: 88
columnNumber: 0
at com.google.gwt.dev.shell.BrowserChannelServer.invokeJavascript(BrowserChannelServer.java:195)
at com.google.gwt.dev.shell.ModuleSpaceOOPHM.doInvoke(ModuleSpaceOOPHM.java:120)
at com.google.gwt.dev.shell.ModuleSpace.invokeNative(ModuleSpace.java:507)
at com.google.gwt.dev.shell.ModuleSpace.invokeNativeObject(ModuleSpace.java:264)
at com.google.gwt.dev.shell.JavaScriptHost.invokeNativeObject(JavaScriptHost.java:91)
at com.smartgwt.client.widgets.cube.CubeGrid.getFacet(CubeGrid.java)
at com.emeint.server.core.admin.client.widgets.cube.advanced.FacetMenu.<init>(FacetMenu.java:69)
Comment