I pulled down the 7-12-2012 EE Build (SmartClient Version: SNAPSHOT_v8.3d_2012-07-27/Enterprise Deployment (built 2012-07-27)) and I'm getting an error that wasn't present with previous builds when running compiled out to JBoss when trying to access a datasource.
I proceeded to try and debug this in hosted mode, and I can't get the application to load now. I get this stack trace during app start up:
I made sure to run a clean build, blasting my target and bin directories.
Any ideas?
Thanks,
Chris
Code:
Error: (TypeError): _9 is null stack: isc_JSONEncoder__serializeObject([object Object], ".configuration.aircraftArm.aircraftRegistrationNum.configurationId.configurationName.createDate.createUserId.customerId.envelopes[0].configuration", [object Object]," ")@http://localhost:8080/fpo/fpo/sc/modules/ISC_Core.js:4321 isc_JSONEncoder__serialize([object Object]," ",".configuration.aircraftArm.aircraftRegistrationNum.configurationId.configurationName.createDate.createUserId.customerId.e
Code:
com.google.gwt.core.client.JavaScriptException: (TypeError): $wnd.isc.DataSource.reregisterSgwtDS is not a function at com.google.gwt.dev.shell.BrowserChannelServer.invokeJavascript(BrowserChannelServer.java:248) at com.google.gwt.dev.shell.ModuleSpaceOOPHM.doInvoke(ModuleSpaceOOPHM.java:136) at com.google.gwt.dev.shell.ModuleSpace.invokeNative(ModuleSpace.java:561) at com.google.gwt.dev.shell.ModuleSpace.invokeNativeObject(ModuleSpace.java:269) at com.google.gwt.dev.shell.JavaScriptHost.invokeNativeObject(JavaScriptHost.java:91) at com.google.gwt.core.client.impl.Impl.apply(Impl.java) at com.google.gwt.core.client.impl.Impl.entry0(Impl.java:213) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at com.google.gwt.dev.shell.MethodAdaptor.invoke(MethodAdaptor.java:103) at com.google.gwt.dev.shell.MethodDispatch.invoke(MethodDispatch.java:71) at com.google.gwt.dev.shell.OophmSessionHandler.invoke(OophmSessionHandler.java:172) at com.google.gwt.dev.shell.BrowserChannelServer.reactToMessages(BrowserChannelServer.java:292) at com.google.gwt.dev.shell.BrowserChannelServer.processConnection(BrowserChannelServer.java:546) at com.google.gwt.dev.shell.BrowserChannelServer.run(BrowserChannelServer.java:363) at java.lang.Thread.run(Thread.java:680)
Any ideas?
Thanks,
Chris
Comment