Just trying out the latest nightly and I'm getting an error that I wasn't getting with the previous nightly (Sept 28).
Code:
14:19:51.262 [ERROR] [ipgui] Uncaught exception escaped com.google.gwt.core.client.JavaScriptException: (TypeError): _7 is undefined fileName: http://127.0.0.1:8888/ipgui/sc/modules/ISC_DataBinding.js?isc_version=7.0.js lineNumber: 627 stack: isc_DataSource__applySparseAndNoNullUpdates([object Object],[object Object],"add",[object Object])@http://127.0.0.1:8888/ipgui/sc/modules/ISC_DataBinding.js?isc_version=7.0.js:627 isc_DataSource_sendDSRequest([object Object])@http://127.0.0.1:8888/ipgui/sc/modules/ISC_DataBinding.js?isc_version=7.0.js:614 isc_DataSource_performDSOperation("add",[object Object],[object Object],[object Object])@http://127.0.0.1:8888/ipgui/sc/modules/ISC_DataBinding.js?isc_version=7.0.js:604 ([object Object],[object Object],(void 0),[object Object])@http://127.0.0.1:8888/ipgui/sc/modules/ISC_DataBinding.js?isc_version=7.0.js:1547 ("isc_ValuesManager_3.$49z(dsRequest, dsResponse, data)",[object Object])@http://127.0.0.1:8888/ipgui/sc/modules/ISC_DataBinding.js?isc_version=7.0.js:1527 ([object GWTJavaObject],[object GWTJavaObject])@http://127.0.0.1:8888:10 @:0 ([object GWTJavaObject],852124,[object GWTJavaObject])@http://127.0.0.1:8888/ipgui/hosted.html?ipgui:56 ([object Object],(void 0))@http://127.0.0.1:8888:1365 ((function () {var param = {};var event = __gwt_makeJavaInvoke(1)(null, 3407911, param);__gwt_makeJavaInvoke(1)(selfJ, 852124, event);var ret = __gwt_makeJavaInvoke(0)(event, 1114113);return !ret;}),[object Object],[object Object])@http://127.0.0.1:8888:39 @:0 (null,27,(function () {var param = {};var event = __gwt_makeJavaInvoke(1)(null, 3407911, param);__gwt_makeJavaInvoke(1)(selfJ, 852124, event);var ret = __gwt_makeJavaInvoke(0)(event, 1114113);return !ret;}),[object Object],[object Object])@http://127.0.0.1:8888/ipgui/hosted.html?ipgui:56 ([object Object],(void 0))@http://127.0.0.1:8888:27 ([object Object],(void 0))@http://127.0.0.1:8888:13 isc_StatefulCanvas_handleActivate([object Object],(void 0))@http://127.0.0.1:8888/ipgui/sc/modules/ISC_Foundation.js?isc_version=7.0.js:321 isc_StatefulCanvas_handleClick([object Object],(void 0))@http://127.0.0.1:8888/ipgui/sc/modules/ISC_Foundation.js?isc_version=7.0.js:323 isc_c_EventHandler_bubbleEvent([object Object],"click")@http://127.0.0.1:8888/ipgui/sc/modules/ISC_Core.js?isc_version=7.0.js:1547 isc_c_EventHandler_handleClick([object Object])@http://127.0.0.1:8888/ipgui/sc/modules/ISC_Core.js?isc_version=7.0.js:1398 isc_c_EventHandler__handleMouseUp([object MouseEvent],(void 0))@http://127.0.0.1:8888/ipgui/sc/modules/ISC_Core.js?isc_version=7.0.js:1385 isc_c_EventHandler_handleMouseUp([object MouseEvent])@http://127.0.0.1:8888/ipgui/sc/modules/ISC_Core.js?isc_version=7.0.js:1376 isc_c_EventHandler_dispatch(isc_c_EventHandler_handleMouseUp,[object MouseEvent])@http://127.0.0.1:8888/ipgui/sc/modules/ISC_Core.js?isc_version=7.0.js:1610 anonymous([object MouseEvent])@http://127.0.0.1:8888/ipgui/sc/modules/ISC_Core.js?isc_version=7.0.js:63 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.google.gwt.core.client.impl.Impl.apply(Impl.java) at com.google.gwt.core.client.impl.Impl.entry0(Impl.java:188) at sun.reflect.GeneratedMethodAccessor19.invoke(Unknown Source) 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:157) at com.google.gwt.dev.shell.BrowserChannel.reactToMessages(BrowserChannel.java:1668) at com.google.gwt.dev.shell.BrowserChannelServer.processConnection(BrowserChannelServer.java:401) at com.google.gwt.dev.shell.BrowserChannelServer.run(BrowserChannelServer.java:222) at java.lang.Thread.run(Thread.java:637)
Comment