Community
Participate
Working Groups
Created attachment 166913 [details] test report Description: Exception throw out when preview this report in Web Viewer.(can preview as HTML) Test Build: BIRT2.6.0 v20100504-0630 Step to reproduce: 1. Use the report attached. 2. Preview report in Web Viewer Expect result: report display correctly when preview in Web Viewer. Actual result: Exception throw out Error log: Caused by: java.io.IOException: Data type of class org.mozilla.javascript.NativeJavaMethod is not supported to be serialized at org.eclipse.birt.core.util.IOUtil.writeObject(IOUtil.java:673) at org.eclipse.birt.data.engine.impl.document.RowSaveUtil.saveExprValue(RowSaveUtil.java:172)
The report itself is invalid: in data set "beforeOpen" script block, "c=this.getExtensionID" should be "c=this.getExtensionID()". Please update the report.
updated the report