issue_id
int64 2.03k
426k
| title
stringlengths 9
251
| body
stringlengths 1
32.8k
⌀ | status
stringclasses 6
values | after_fix_sha
stringlengths 7
7
| updated_files
stringlengths 29
34.1k
| project_name
stringclasses 6
values | repo_url
stringclasses 6
values | repo_name
stringclasses 6
values | language
stringclasses 1
value | issue_url
null | before_fix_sha
null | pull_url
null | commit_datetime
unknown | report_datetime
unknown |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
212,497 | Bug 212497 Need api to get all referencable report item with cube | Need model provide new api to return all referencable report items for dataset or cube respectively. For instance: getAvailableDataSetBindingReferenceList(); getAvailableCubeBindingReferenceList(); also keep current api: getAvailableDataBindingReferenceList(). | resolved fixed | e001d13 | ["model/org.eclipse.birt.report.model.tests/test/org/eclipse/birt/report/model/api/ReportItemDataRefTest.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/ModuleHandle.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/ReportItemHandle.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-12-12T05:11:29Z" | "2007-12-11T05:13:20Z" |
212,372 | Bug 212372 [regression]NPE when apply style from css file in Layout[0303] | Description: NPE when apply style from css file in Layout Build number:2.3.0.v20071210 Steps to reproduce: 1. Copy attached css file to your birt project. 2. New a report. 3. Insert a label. 4. In outline->Styles, right click,select Use CSS File..., select the css file. 5. Right click the label, apply the style "table1" to it. Expected result: Style can be applied to label item. Actual result: No available styles in apply style menu, and then click Layout, NPE throws out. Error log: java.lang.NullPointerException at org.eclipse.birt.report.designer.internal.ui.editors.schematic.actions.EditStyleAction.<init>(EditStyleAction.java:50) at org.eclipse.birt.report.designer.ui.actions.EditStyleMenuAction.getItems(EditStyleMenuAction.java:56) at org.eclipse.birt.report.designer.ui.actions.MenuUpdateAction.run(MenuUpdateAction.java:114) at org.eclipse.birt.report.designer.ui.actions.MenuUpdateAction.updateMenu(MenuUpdateAction.java:146) at org.eclipse.birt.report.designer.internal.ui.editors.schematic.providers.SchematicContextMenuProvider.updateDynamicItems(SchematicContextMenuProvider.java:776) at org.eclipse.birt.report.designer.internal.ui.editors.schematic.providers.SchematicContextMenuProvider.access$0(SchematicContextMenuProvider.java:771) at org.eclipse.birt.report.designer.internal.ui.editors.schematic.providers.SchematicContextMenuProvider$1.menuAboutToShow(SchematicContextMenuProvider.java:682) at org.eclipse.jface.action.MenuManager.fireAboutToShow(MenuManager.java:326) at org.eclipse.jface.action.MenuManager.handleAboutToShow(MenuManager.java:441) at org.eclipse.jface.action.MenuManager.access$1(MenuManager.java:437) at org.eclipse.jface.action.MenuManager$2.menuShown(MenuManager.java:463) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:234) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:947) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:971) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:952) at org.eclipse.swt.widgets.Control.WM_INITMENUPOPUP(Control.java:4096) at org.eclipse.swt.widgets.Control.windowProc(Control.java:3800) at org.eclipse.swt.widgets.Canvas.windowProc(Canvas.java:334) at org.eclipse.swt.widgets.Decorations.windowProc(Decorations.java:1559) at org.eclipse.swt.widgets.Shell.windowProc(Shell.java:1880) at org.eclipse.swt.widgets.Display.windowProc(Display.java:4423) at org.eclipse.swt.internal.win32.OS.TrackPopupMenu(Native Method) at org.eclipse.swt.widgets.Menu._setVisible(Menu.java:230) at org.eclipse.swt.widgets.Display.runPopups(Display.java:3770) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3349) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2395) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2359) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2225) at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:468) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:288) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:463) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:106) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:193) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:362) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:175) 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:585) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:515) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:455) at org.eclipse.equinox.launcher.Main.run(Main.java:1193) | closed fixed | ffbbf5e | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/schematic/actions/EditStyleAction.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-12-11T06:00:56Z" | "2007-12-10T07:00:00Z" |
212,365 | Bug 212365 Two reports in different jsp tag are overlapped in firefox.[0603] | Description: Two reports in different jsp tag are overlaped in firefox.[0603] Build number:2.3.0.v20071210 Steps to reproduce: 1. Deploy birt or create a birt web project. 2. Preview attached jsp file in Firefox2.0 Expected report: Display two same reports one by one. Actual result: They are overlapped, see attached. Error log:n/a | closed fixed | 9ef6c6e | ["viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/taglib/component/ViewerField.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-12-11T05:17:02Z" | "2007-12-10T01:26:40Z" |
208,412 | Bug 208412 Enhance Chart Engine to process grouped, uni-dimensional Data | null | resolved fixed | 09e2f1a | ["chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/reportitem/ChartReportItemPresentationBase.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-12-11T04:04:35Z" | "2007-11-01T15:13:20Z" |
210,241 | Bug 210241 Axis title should be horizontal to Axis by default when select Flip Axis. | null | closed fixed | fb9877c | ["chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/wizard/TaskSelectType.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-12-11T03:32:18Z" | "2007-11-19T11:00:00Z" |
212,375 | Bug 212375 [Automation][Regression]Exception occurs when preview a outputParams["xxx"] | null | closed fixed | 7c27602 | ["data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/PreparedDataSourceQuery.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/PreparedOdaDSQuery.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-12-10T10:32:54Z" | "2007-12-10T07:00:00Z" |
208,419 | Bug 208419 NullPointerException at CubeResultSet close | null | resolved fixed | dffbf92 | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/data/dte/DataInteractiveEngine.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/data/dte/DataPresentationEngine.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-12-10T08:54:46Z" | "2007-11-01T15:13:20Z" |
211,515 | Bug 211515 Add Aggregation to Insert context menu | In Report designer right click on a blank area in the layout and select "Insert". The list of report items does not include "Aggregation", which is only available through the Palette view. The user should be able to use the Insert context menu to add an aggregation. The list of available items under Insert submenu needs to be consistent with available items in the Palette view. Another minor issue: the order of items in the Palette view (Label, Text, Dynamic Text, ...) is not the same as the items in the Insert context menu (Text, Label, Data, ...). It will be easier for the user to locate stuff if we keep the ordering consistent. | resolved fixed | 9315c9e | ["UI/org.eclipse.birt.report.designer.ui.editors.schematic/src/org/eclipse/birt/report/designer/internal/ui/editors/layout/ReportEditorWithPalette.java", "UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/DesignerActionBarContributor.java", "UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/schematic/providers/SchematicContextMenuProvider.java", "UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/actions/InsertAggregationAction.java", "xtab/org.eclipse.birt.report.item.crosstab.ui/src/org/eclipse/birt/report/item/crosstab/internal/ui/CrosstabCellMenuAdapterFactory.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-12-10T07:34:49Z" | "2007-11-29T21:00:00Z" |
212,094 | Bug 212094 BirtComp.match doesn't work | The BirtComp.match() function is supposed to test if a value matches a JavaScript regular expression. However, the following expression always returns false when there are product codes that contain the string S24. BirtComp.match(dataSetRow["PRODUCTCODE"], /S24/) | resolved fixed | f0e277e | ["core/org.eclipse.birt.core/src/org/eclipse/birt/core/i18n/ResourceConstants.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/script/ScriptEvalUtil.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-12-10T07:20:40Z" | "2007-12-06T00:13:20Z" |
208,373 | Bug 208373 Auto resize Chart to have a single axis without blank | When Chart is within Cross tab, chart axis image should have a single axis only, but there may be much blank in other area. Chart engine should auto resize the image to have the axis with fit size. Meanwhile, report engine should not set size for chart image. | resolved fixed | e0f72cd | ["chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/computation/withaxes/PlotWith2DAxes.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/factory/Generator.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/render/AxesRenderer.java", "chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/reportitem/ChartReportItemPresentationAxisImpl.java", "chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/reportitem/ChartReportItemPresentationBase.java", "chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/reportitem/ChartReportItemPresentationImpl.java", "chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/reportitem/ChartReportItemPresentationPlotImpl.java", "chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/reportitem/ChartReportItemUtil.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-12-10T07:07:38Z" | "2007-11-01T09:40:00Z" |
208,872 | Bug 208872 Provide new Crosstab model APIs for chart support | The goal of this enhancement is to support charts inside crosstab measure cells. Charts will span accross an entire row or column, and therefore the crosstab model should provide some API to: - merge all cells on rows, or on columns. This needs integration with report engine to get the merged subquery for all the cells. - insert a header/footer row or column for custom content (in this case, the chart will render the axis there) - allow to set a fixed dimension for the width/height of the base measure cell (charts cannot expand/shrink dynamically, so the size must be set at design time) | resolved fixed | 6e101cc | ["xtab/org.eclipse.birt.report.item.crosstab.core/src/org/eclipse/birt/report/item/crosstab/core/re/executor/BaseRowExecutor.java", "xtab/org.eclipse.birt.report.item.crosstab.core/src/org/eclipse/birt/report/item/crosstab/core/re/executor/CrosstabGrandTotalRowExecutor.java", "xtab/org.eclipse.birt.report.item.crosstab.core/src/org/eclipse/birt/report/item/crosstab/core/re/executor/CrosstabMeasureRowExecutor.java", "xtab/org.eclipse.birt.report.item.crosstab.core/src/org/eclipse/birt/report/item/crosstab/core/re/executor/CrosstabRowExecutor.java", "xtab/org.eclipse.birt.report.item.crosstab.core/src/org/eclipse/birt/report/item/crosstab/core/re/executor/CrosstabSubTotalRowExecutor.java", "xtab/org.eclipse.birt.report.item.crosstab.core/src/org/eclipse/birt/report/item/crosstab/core/re/executor/EdgeGroup.java", "xtab/org.eclipse.birt.report.item.crosstab.core/src/org/eclipse/birt/report/item/crosstab/core/re/executor/GroupUtil.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-12-10T04:11:26Z" | "2007-11-06T11:53:20Z" |
205,411 | Bug 205411 Cannot Render fontFamily for some cases | Build ID: I20070621-1340 Steps To Reproduce: If the fontFamily is like this, it works fine. <text id="494"> <property name="fontFamily">"Courier"</property> <property name="contentType">auto</property> <text-property name="content"><![CDATA[8a8b4a3f138b313d01138b314ad10001]]></text-property> </text> If the fontFamily name is like this "Sample 1 Font", it fails to render the fontFamily <text id="494"> <property name="fontFamily">"Sample 1 Font"</property> <property name="contentType">auto</property> <text-property name="content"><![CDATA[8a8b4a3f138b313d01138b314ad10001]]></text-property> </text> | resolved fixed | 0b98ac5 | ["engine/org.eclipse.birt.report.engine.emitter.html/src/org/eclipse/birt/report/engine/emitter/html/HTMLEmitter.java", "engine/org.eclipse.birt.report.engine.tests/test/org/eclipse/birt/report/engine/css/dom/StyleDeclarationTest.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/css/engine/value/ListValue.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-12-09T00:07:25Z" | "2007-10-04T09:26:40Z" |
212,117 | Bug 212117 Fail to display reportlet to another target iframe[0603] | Description: Fail to display reportlet from run servlet to another target iframe Build number:2.3.0.v20071206 Steps to reproduce: 1. Deploy birt or create BIRT web project. 2. Preview attached jsp. Expected result: Display chart reportlet in target iframe. Actual result: Exception to say document instance is missing. Error log:see screen shot | closed fixed | cf9ffab | ["viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/service/actionhandler/BirtGetPageAllActionHandler.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-12-07T03:21:07Z" | "2007-12-06T08:33:20Z" |
212,109 | Bug 212109 [Automation][Acceptance]NPE is thrown out when previewing report | Description: NPE is thrown out when preview Test Date: 20071206 Test Build: BIRT2.3.0 Daily Build: v20071206-1112 Step to reproduce: 1. Use the report attached 2. Preview it | closed fixed | cbb1e49 | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/presentation/LocalizedContentVisitor.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-12-06T09:21:28Z" | "2007-12-06T05:46:40Z" |
212,110 | Bug 212110 [regression]Duplicate context parameter definition for birt web project[0603] | Description: Duplicate BIRT_VIEWER_WORKING_FOLDER in web.xml for birt web project Build number:2.3.0.v20071206 Steps to reproduce: 1. New a BIRT web project. 2. Check web.xml Expected result: Each variable in web.xml has only one definition. Actual result: Two definition for the same variable BIRT_VIEWER_WORKING_FOLDER Error log: SEVERE: End event threw exception java.lang.reflect.InvocationTargetException at sun.reflect.GeneratedMethodAccessor20.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.apache.tomcat.util.IntrospectionUtils.callMethodN(IntrospectionUtils.java:930) at org.apache.tomcat.util.digester.CallMethodRule.end(CallMethodRule.java:579) at org.apache.tomcat.util.digester.Rule.end(Rule.java:229) at org.apache.tomcat.util.digester.Digester.endElement(Digester.java:1058) at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(AbstractSAXParser.java:633) at com.sun.org.apache.xerces.internal.impl.dtd.XMLDTDValidator.endNamespaceScope(XMLDTDValidator.java:2108) at com.sun.org.apache.xerces.internal.impl.dtd.XMLDTDValidator.handleEndElement(XMLDTDValidator.java:2059) at com.sun.org.apache.xerces.internal.impl.dtd.XMLDTDValidator.endElement(XMLDTDValidator.java:932) at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(XMLDocumentFragmentScannerImpl.java:1241) at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(XMLDocumentFragmentScannerImpl.java:1685) at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:368) at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:834) at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:764) at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:148) at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1242) at org.apache.tomcat.util.digester.Digester.parse(Digester.java:1562) at org.apache.catalina.startup.ContextConfig.applicationWebConfig(ContextConfig.java:352) at org.apache.catalina.startup.ContextConfig.start(ContextConfig.java:1044) at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:261) at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:120) at org.apache.catalina.core.StandardContext.start(StandardContext.java:4148) at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1014) at org.apache.catalina.core.StandardHost.start(StandardHost.java:736) at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1014) at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:443) at org.apache.catalina.core.StandardService.start(StandardService.java:448) at org.apache.catalina.core.StandardServer.start(StandardServer.java:700) at org.apache.catalina.startup.Catalina.start(Catalina.java:552) 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:585) at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:295) at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:433) Caused by: java.lang.IllegalArgumentException: Duplicate context initialization parameter BIRT_VIEWER_WORKING_FOLDER at org.apache.catalina.core.StandardContext.addParameter(StandardContext.java:2245) ... 37 more | closed fixed | 529d7af | ["viewer/org.eclipse.birt.integration.wtp.ui/src/org/eclipse/birt/integration/wtp/ui/internal/util/WebArtifactUtil.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-12-06T08:21:18Z" | "2007-12-06T05:46:40Z" |
212,102 | Bug 212102 [Smoke] The chart is in distortion when preview [13] | Description: The chart is in distortion when preview. Build number: 2.2.2.v20071101-0630 Steps to reproduce: 1. New a report with a chart, preview. 2. Change the size of chart, preview. Expected result: Chart is previewed correctly. Actual result: The chart is in distortion when preview. Error log: N/A | closed fixed | 7861a05 | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/presentation/LocalizedContentVisitor.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-12-06T03:06:23Z" | "2007-12-06T03:00:00Z" |
202,892 | Bug 202892 [SVG]Error pops up when click value series if set interactivity Blur/InvokeScript [13] | null | closed fixed | a3377e8 | ["chart/org.eclipse.birt.chart.device.svg/src/org/eclipse/birt/chart/device/svg/EventHandlers.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-12-06T02:54:26Z" | "2007-09-11T08:40:00Z" |
209,599 | Bug 209599 Enable getSize() in IReportItemPresentation and IReportItemGeneration | Currently, engines IReportItemPresentation and IReportItemGeneration.getSize() are not invoked by any classes. However, in some cases, such as cross tab integration, chart should set the dimension to output an image with specified size. The rule is, if ExtendedItems dimension property is undefined, engine will use getSize() to get the dimension of ExtendedItem. If user sets ExtendedItems dimension property, engine will get the dimension. Additionally, when chart is dropped into cross tab, the dimension property should be unset, so chart dimension can be resized correctly by internal computation. | resolved fixed | a60cfcb | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/presentation/LocalizedContentVisitor.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-12-05T07:18:26Z" | "2007-11-13T05:00:00Z" |
210,745 | Bug 210745 BIRT does not show SYSTEM tables | Currenty BIRT does not show the SYSTEM tables from a JDBC connection. The class org.eclipse.birt.report.data.oda.jdbc.ui.editors.SQLDataSetEditorPage excludes the SYSTEM TABLES. However, we would like to include the SYSTEM TABLES in our environment. Therefore we would like to have this in a next release. | resolved fixed | 5fd11b9 | ["data/org.eclipse.birt.report.data.oda.jdbc.ui/src/org/eclipse/birt/report/data/oda/jdbc/ui/editors/SQLDataSetEditorPage.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-12-04T10:41:54Z" | "2007-11-23T12:13:20Z" |
206,093 | Bug 206093 bar chart: title of y axis is not aligned according to the y axe. | Build ID: v20070924-0630 Steps To Reproduce: 1. Create a bar chart 2. For y axis enter a Title and set the alignment to center 3. See the chart, the y axis title is not aligned according to the y axe; it is center aligned with the height of the chart. More information: see attached chart image example: the first image at the top is how Birt aligned the y axis label and the second image at the bottom is the proposition of aligment according to the y axe | resolved fixed | 4f0f8b8 | ["chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/render/AxesRenderHelper.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-12-04T09:46:56Z" | "2007-10-11T22:00:00Z" |
136,987 | Bug 136987 Images that span over multiple pages are scaled when generating PDF | I have a chart and a table in a report. The chart and table have a width value of 1900 pixels. Therefore the chart and table spans two pages. Now I want to convert this report to PDF. It seems that the PDF version scales the width. I don't want the image to scale. I would like the image to span over multiple pages. | closed fixed | 982110b | ["engine/org.eclipse.birt.report.engine.emitter.pdf/src/org/eclipse/birt/report/engine/emitter/pdf/PDFPage.java", "engine/org.eclipse.birt.report.engine.tests/test/org/eclipse/birt/report/engine/layout/pdf/PDFPageLMTest.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/IPDFRenderOption.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/PDFRenderContext.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/PDFRenderOption.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/EngineTask.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/area/IArea.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/area/IContainerArea.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/area/impl/AbstractArea.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/area/impl/AreaFactory.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/area/impl/CellArea.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/area/impl/ContainerArea.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/area/impl/InlineContainerArea.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/area/impl/LineArea.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/area/impl/PageArea.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/emitter/PageDeviceRender.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/emitter/PageEmitter.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/PDFBlockStackingLM.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/PDFImageLM.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/PDFLayoutEngineContext.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/PDFLayoutManagerFactory.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/PDFLeafItemLM.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/PDFLineAreaLM.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/PDFPageLM.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/PDFReportLayoutEngine.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/PDFStackingLM.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/PDFTemplateLM.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/PDFTextLM.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-12-04T08:52:21Z" | "2006-04-17T13:20:00Z" |
211,710 | Bug 211710 [Regression] Data of cascading parameters in the report extended from the library can not be selected from the drop-down list when preview [01] | Description: Data of cascading parameters in the report extended from the library can not be selected from the drop-down list when preview. Build number: 2.2.2.v20071203-0630 Steps to reproduce: 1. New a Library with cascading parameters. 2. New a report and extend the cascading parameters from the library and preview. Expected result: Values can be selected from the drop-down list. Actual result: Values can not be selected from the drop-down list. Error log: N/A | closed fixed | 1347099 | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/GetParameterDefinitionTask.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-12-04T08:12:23Z" | "2007-12-03T02:46:40Z" |
168,816 | Bug 168816 Set text alignment to inline dynamic text in cell doesn't display properly[0003] | Set text alignment to inline items in cell doesn't display properly[0003] Build number: 2.2.0.v20061220 Steps to reproduce: 1.new a report 2.insert a 1r*1c grid 3.insert two dynamic text items in the cell and input some text in it 4.set the two dynamic text items to display "inline" and set the grid text alignment to center 5.preview in html,web viewer and PDF Expected result: the two items should be in the center Actual result: The two items are in the center in html and web viewer While in PDF,they're not. Error log: N/A | closed fixed | 5624ecf | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/ILineStackingLayoutManager.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/PDFInlineContainerLM.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/PDFLayoutManagerFactory.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/PDFLineAreaLM.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/PDFTextLM.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/util/HTML2Content.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/util/TableProcessor.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-12-04T06:14:50Z" | "2006-12-21T05:46:40Z" |
210,720 | Bug 210720 [Automation][Acceptance]Date is displayed as datetime when export report to XLS | Description: Date is displayed as datetime when export report to XLS. Test Date: 20071123 Test Build: BIRT2.3.0 Daily Build: v20071123-0800 Step to reproduce: 1. Use the report attached 2. Export the report to XLS Expect Result: Date should be displayed as date type Actual Result: Date is displayed as datetime. | closed fixed | f371e8b | ["engine/org.eclipse.birt.report.engine.emitter.prototype.excel/src/org/eclipse/birt/report/engine/emitter/excel/ExcelUtil.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-12-04T05:52:36Z" | "2007-11-23T06:40:00Z" |
207,825 | Bug 207825 Crosstab gives wrong default for Totals on Count | null | resolved fixed | 8dd6f80 | ["xtab/org.eclipse.birt.report.item.crosstab.core/src/org/eclipse/birt/report/item/crosstab/core/de/AggregationCellHandle.java", "xtab/org.eclipse.birt.report.item.crosstab.core/src/org/eclipse/birt/report/item/crosstab/core/de/CrosstabReportItemHandle.java", "xtab/org.eclipse.birt.report.item.crosstab.core/src/org/eclipse/birt/report/item/crosstab/core/de/internal/AbstractCrosstabModelTask.java", "xtab/org.eclipse.birt.report.item.crosstab.core/src/org/eclipse/birt/report/item/crosstab/core/de/internal/CrosstabModelUtil.java", "xtab/org.eclipse.birt.report.item.crosstab.core/src/org/eclipse/birt/report/item/crosstab/core/de/internal/DimensionViewTask.java", "xtab/org.eclipse.birt.report.item.crosstab.core/src/org/eclipse/birt/report/item/crosstab/core/util/CrosstabUtil.java", "xtab/org.eclipse.birt.report.item.crosstab.ui/src/org/eclipse/birt/report/item/crosstab/internal/ui/editors/action/AddSubTotalAction.java", "xtab/org.eclipse.birt.report.item.crosstab.ui/src/org/eclipse/birt/report/item/crosstab/internal/ui/editors/model/CrosstabAdaptUtil.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-12-03T10:18:09Z" | "2007-10-29T17:46:40Z" |
211,703 | Bug 211703 Support muti-view on report item. | As title described. | resolved fixed | 0504e3e | ["xtab/org.eclipse.birt.report.item.crosstab.core/src/org/eclipse/birt/report/item/crosstab/core/ICrosstabReportItemConstants.java", "xtab/org.eclipse.birt.report.item.crosstab.core/src/org/eclipse/birt/report/item/crosstab/core/de/CrosstabReportItemHandle.java", "xtab/org.eclipse.birt.report.item.crosstab.core/src/org/eclipse/birt/report/item/crosstab/core/de/internal/CrosstabReportItemTask.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-12-03T09:14:54Z" | "2007-12-03T02:46:40Z" |
210,635 | Bug 210635 Incorrect preview of chart after reverse categories. | null | closed fixed | 06edf0a | ["chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/computation/withaxes/PlotWith2DAxes.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-12-03T08:41:21Z" | "2007-11-22T11:13:20Z" |
211,384 | Bug 211384 [Regression]Refresh issue of multiple parameters on Stored Procedure Dataset[07] | Description: [Regression]Refresh issue of multiple parameters on Stored Procedure Dataset[07] Build number: 2.3.0.v20071129-0800 Steps to reproduce: 1, New a stored procedure dataset and make sure the procedure including multiple input or output parameters 2, After specify the query, go to parameters page Expected result: After step2, all the required parameters listed in parameters page Actual result: Refresh the page all the paremeters listed | closed fixed | 854fcbb | ["data/org.eclipse.birt.report.data.oda.jdbc.ui/src/org/eclipse/birt/report/data/oda/jdbc/ui/editors/MetaDataRetriever.java", "data/org.eclipse.birt.report.data.oda.jdbc.ui/src/org/eclipse/birt/report/data/oda/jdbc/ui/editors/SQLDataSetEditorPage.java", "data/org.eclipse.birt.report.data.oda.jdbc.ui/src/org/eclipse/birt/report/data/oda/jdbc/ui/editors/SQLUtility.java", "data/org.eclipse.birt.report.data.oda.jdbc/src/org/eclipse/birt/report/data/oda/jdbc/CallStatement.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-12-03T08:31:43Z" | "2007-11-29T07:06:40Z" |
211,015 | Bug 211015 The XTab can be preview after remove its measure's binding[1102] | Description: I created a crosstab and for my mistaken step I remove the measure's binding. But preview is ok. At this time I don't know my measure's binding is gone. After that I want specify a filter on measure. But I can not found the measure in the selecting list. Build number: 2.3.0.v20071127-1036 Steps to reproduce: 1, New a Crosstab with levels and measures 2, Delete all the bindings of measure 3, Preview the crosstab Expected result: The preview should be failed. Actual result: The preview is ok, and all the measures are in the results | closed fixed | ee2496b | ["data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/i18n/ResourceConstants.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/olap/impl/query/CubeCursorImpl.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-12-03T05:57:43Z" | "2007-11-27T05:06:40Z" |
211,545 | Bug 211545 org.eclipse.birt.report.tests.engine has compile error in 2.3 daily build 20071130. | org.eclipse.birt.report.tests.engine has compile error in 2.3 daily build 20071130. The error message is below: [javac] ---------- [javac] 7. ERROR in /home/adb/releng.230/src/plugins/org.eclipse.birt.report.tests.engine/src/org/eclipse/birt/report/tests/engine/api/DataExtractionTaskTest.java (at line 313) [javac] assertEquals( 112, data.getValue( "number" ) ); [javac] ^^^^^^^^^^^^ [javac] The method assertEquals(Object, Object) in the type Assert is not applicable for the arguments (int, Object) [javac] ---------- The JDK used in daily build is 1.4 | closed fixed | cef55ba | ["testsuites/org.eclipse.birt.report.tests.engine/src/org/eclipse/birt/report/tests/engine/api/DataExtractionTaskTest.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-12-03T03:27:25Z" | "2007-11-30T02:33:20Z" |
210,617 | Bug 210617 NPE occurrs when using report item which is involved with subquery | Build ID: I20071101-2000 Steps To Reproduce: 1. New a datasource and dataset 2. New a table named table1 and binding the dataset. 3. Add a chart in table and set the x and y series. 4. Add some item in layout and binding the result set as table1. Actual reuslt: Preview this report will cause an NPE Since report item sharing is not used in a report item involved with subquery, dte will throw out DataException will a message in CacheResultIterator.getSecondaryIterator(String, Scriptable) to indicate the user this kind of behavior is not valid. In the invoker method like AbstractDataEngine.doExecuteSubQuery(QueryResultSet, ISubqueryDefinition), however, DataException will be caught and then return null to the upper layer, which will raise an NullPointerException. So engine should change the way handling the DataException to display the indicating message properly. | resolved fixed | dcb2514 | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/data/IDataEngine.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/data/dte/AbstractDataEngine.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/ExecutorManager.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/ExtendedGenerateExecutor.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-12-03T03:08:14Z" | "2007-11-22T05:40:00Z" |
211,175 | Bug 211175 ClassCastException thrown when implementing IReportItemQuery | When implementing IReportItemQuery's method, public IDataQueryDefinition[] createReportQueries(IDataQueryDefinition parent) throws BirtException, even if the impl method returns IDataQueryDefinition[], ClassCastException will be thrown during preview, the error log is as follows: java.lang.ClassCastException: [Lorg.eclipse.birt.data.engine.api.IDataQueryDefinition; at org.eclipse.birt.report.engine.executor.ExtendedGenerateExecutor.generateContent(ExtendedGenerateExecutor.java:91) at org.eclipse.birt.report.engine.executor.ExtendedGenerateExecutor.execute(ExtendedGenerateExecutor.java:72) at org.eclipse.birt.report.engine.executor.ExtendedItemExecutor.execute(ExtendedItemExecutor.java:60) at org.eclipse.birt.report.engine.internal.executor.dup.SuppressDuplicateItemExecutor.execute(SuppressDuplicateItemExecutor.java:42) If the method returns IBaseQueryDefinition[], it's ok. Look at the engine code, there's something wrong of class casting when generating content. | resolved fixed | 285d9cc | ["chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/reportitem/ChartReportItemGenerationProxy.java", "chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/reportitem/ChartReportItemPresentationProxy.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/ExtendedGenerateExecutor.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/extension/IReportItemGeneration.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/extension/IReportItemGenerationInfo.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/extension/IReportItemPresentation.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/extension/IReportItemPresentationInfo.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/extension/ReportItemGenerationBase.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/extension/ReportItemPresentationBase.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/extension/internal/ReportItemGenerationInfo.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/extension/internal/ReportItemPresentationInfo.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/presentation/LocalizedContentVisitor.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-11-30T09:24:30Z" | "2007-11-28T08:53:20Z" |
211,186 | Bug 211186 [Regression] All chart script does not work [13] | Description: All chart script does not work. Build number: 2.3.0.v20071128-0800 Steps to reproduce: 1. New a chart, select the chart and change to Script tab, add some functions. 2. Preview. Expected result: The scripts works. Actual result: The scripts does not work. Error log: N/A | closed fixed | 91bbc27 | ["chart/org.eclipse.birt.chart.reportitem.ui/src/org/eclipse/birt/chart/reportitem/ui/views/provider/ChartViewNodeProvider.java", "chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/reportitem/ChartPropertyDefinitionImpl.java", "chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/reportitem/ChartPropertyMethodInfo.java", "chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/reportitem/ChartReportItemImpl.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-11-30T07:38:16Z" | "2007-11-28T08:53:20Z" |
211,024 | Bug 211024 Only the first measure in expression builder's Current Data Cube | Description: [Regression]Only the first measure in expression builder's Current Data Cube Build number: 2.3.0.v20071127-1036 Steps to reproduce: 1, New a cube with more than two measures 2, New a crosstab and add a binding 3, Check the measures in expression builder's Current Data Cube Expected result: All the measures in cube should be in the expression builder Actual result: Only the first one listed | closed fixed | db8f790 | ["xtab/org.eclipse.birt.report.item.crosstab.ui/src/org/eclipse/birt/report/item/crosstab/internal/ui/dialogs/CrosstabBindingExpressionProvider.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-11-30T06:55:00Z" | "2007-11-27T07:53:20Z" |
209,916 | Bug 209916 Improve design of IReportItemGeneration and IReportItemPresentation | This enhancement proposes to enhance the design of IReportItemGeneration and IReportItemPresentation to make them easier to use and less likely to change in the future. The idea is to replace all the setter method that need to be implemented, by a single init method passing a new interface with all the content available through getter methods. Detailed proposal below: 1- Deprecate all set methods, but still call them. Add some javadoc as follow: @deprecated implement @link #init(IReportItemPresentationInfo) instead 2- Add a new init(IReportItemPresentationInfo) method (with a @since 2.3 keyword) 3- Create a new interface IReportItemPresentationInfo with getter methods corresponding to the setter methods, and implement it internally. Locale getLocale(); int getResolution(); ... A similar fix can be done for IReportItemGeneration | resolved fixed | 45e6a8c | ["chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/reportitem/ChartReportItemGenerationProxy.java", "chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/reportitem/ChartReportItemPresentationProxy.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/ExtendedGenerateExecutor.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/extension/IReportItemGeneration.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/extension/IReportItemGenerationInfo.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/extension/IReportItemPresentation.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/extension/IReportItemPresentationInfo.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/extension/ReportItemGenerationBase.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/extension/ReportItemPresentationBase.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/extension/internal/ReportItemGenerationInfo.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/extension/internal/ReportItemPresentationInfo.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/presentation/LocalizedContentVisitor.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-11-30T05:39:19Z" | "2007-11-15T09:46:40Z" |
209,309 | Bug 209309 Show javascript errorposition | If a javascript expression has errors, the error message is shown in the last lines in the preview tab. But there is no info where the error occurs. In most cases you had to guess the error location. It would be very helpfull to display the error location. | resolved fixed | 86688d2 | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/ExecutionContext.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-11-30T04:00:47Z" | "2007-11-09T09:20:00Z" |
211,379 | Bug 211379 Fail to print errors in target report to Problem View[0002] | Description: Fail to print errors in target report to Problem View Build number:2.3.0.v20071129 Steps to reproduce: 1. Open attached report and preview. 2. Input 'a' as value and click OK. 3. Click link. The link will pass parameter value row["OFFICECODE"]to self report and change group key to invalid. Expected result: Print errors in Problem View. Actual result: No errors are added in Problem View. Error log: n/a | closed fixed | d05a1ea | ["viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/service/ReportEngineService.java", "viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/service/ViewerHTMLActionHandler.java", "viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/utility/BirtUtility.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-11-30T03:11:08Z" | "2007-11-29T07:06:40Z" |
207,895 | Bug 207895 [Automation]Exception occurs when preview a crosstab with IN filter[1102] | Description: Exception occurs when preview a crosstab with IN filter[1102] Build number: 2.3.0.v20071029-0630 Steps to reproduce: 1, New a crosstab 2, Specify a IN filter of crosstab 3, Preview Expected result: Preview should be ok and filter works well Actual result: Exception occurs Error log: org.eclipse.birt.report.service.api.ReportServiceException: Error happened while running the report; nested exception is: java.lang.StackOverflowError java.util.ArrayList.get(ArrayList.java:321) org.eclipse.birt.data.engine.olap.query.view.CubeQueryDefinitionUtil.getExprTextList(CubeQueryDefinitionUtil.java:248) | closed fixed | e19aa50 | ["data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/olap/query/view/CubeQueryDefinitionUtil.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-11-29T11:14:58Z" | "2007-10-30T02:06:40Z" |
211,004 | Bug 211004 Failed to remove temp db directory after running multiple reports | Description: I use Report Engine API to do runAndrender, run and dataextract tasks on multiple reports. Before the Platform started, I change the temp folder(System.setProperty( "java.io.tmpdir", TEMP_HOME )). Each task is closed after it finished and I shutdown the Platform after all the tasks finished. In log I found "Fail to remove one or more file in temp db directory,but it will be removed when the VM exits: D:\BIRT_NG\temp/BIRTSampleDB_1196129572031_10a6ae2". In temp folder the BIRTSampleDB_XXX is still here but not removed. I think it is the issue when remove the Temp sampleDB. Build number: 2.3.0.v20071127-0630 | closed fixed | 773fb58 | ["data/org.eclipse.birt.report.data.oda.jdbc/src/org/eclipse/birt/report/data/oda/jdbc/JDBCDriverManager.java", "data/org.eclipse.birt.report.data.oda.sampledb/src/org/eclipse/birt/report/data/oda/sampledb/SampleDBJDBCConnectionFactory.java", "data/org.eclipse.birt.report.data.oda.sampledb/src/org/eclipse/birt/report/data/oda/sampledb/SampledbPlugin.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-11-29T09:00:43Z" | "2007-11-27T02:20:00Z" |
211,371 | Bug 211371 Runtime error will clear design error in Problem View[0002] | Description: Runtime error will clear design error in Problem View Build number:2.3.0.v20071129 Steps to reproduce: 1. Open attached report, there will be an error in problem view to say the second table need dataset. 2. Preview the report. 3. Check Problem View Expected result: Two Errors for the report. One for designer error and the other is preview error since the first table has a blank group. Actual result: Preview error will delete designer error and replace it with preview Exception. Error log:n/a | closed fixed | c83588f | ["viewer/org.eclipse.birt.report.viewer/src/org/eclipse/birt/report/viewer/utilities/MarkerUtil.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-11-29T05:44:20Z" | "2007-11-29T01:33:20Z" |
210,899 | Bug 210899 Size on layout issue[00] | Description: Size on layout issue[00] Step: 1. New a label and open the property editor tab. 2. Set the size as 10% and 12%. Actual result: The label size of 10% is more larger than 12% in layout. | closed fixed | 611aa82 | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/schematic/editparts/ReportElementEditPart.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-11-28T04:07:48Z" | "2007-11-26T09:40:00Z" |
210,892 | Bug 210892 [Regression]The arguments of aggregation builder can not be modified | Description: [Regression]The arguments of aggregation builder can not be modified Build number: 2.3.0.v20071126-0800 Steps to reproduce: 1, New a table 2, Drag a aggregation builder into table 3, Specify the datafield, function to percentile and argument to 0.3 4, Reopen the aggregation and change the argument to 0.4 Expected result: After step4, the artument is changed to 0.4 Actual result: Nothing happened after step4, the argument is still 0.3 Error log: | closed fixed | 6026a1e | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/dialogs/BindingDialogHelper.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-11-28T03:13:11Z" | "2007-11-26T06:53:20Z" |
204,245 | Bug 204245 Blank column on visibility column in excel[0300] | null | closed fixed | 5391e90 | ["engine/org.eclipse.birt.report.engine.emitter.html/src/org/eclipse/birt/report/engine/emitter/html/HTMLReportEmitter.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/buffermgr/TableContentLayout.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/internal/content/wrap/TableContentWrapper.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/LayoutUtil.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/html/HTMLRowLM.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/html/HTMLTableLM.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/html/HTMLTableLayoutEmitter.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/PDFTableLM.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-11-27T09:44:39Z" | "2007-09-21T10:20:00Z" |
209,128 | Bug 209128 BIRT Cross tab Model Change - Support for filter on measures | TO support filter condition on cross tab measure, Model changes are needed to support filter condition list on cross tab report item. | resolved fixed | 30a7e87 | ["xtab/org.eclipse.birt.report.item.crosstab.core.tests/test/org/eclipse/birt/report/item/crosstab/core/de/AllDeTests.java", "xtab/org.eclipse.birt.report.item.crosstab.core.tests/test/org/eclipse/birt/report/item/crosstab/core/de/MeasureViewHandleTest.java", "xtab/org.eclipse.birt.report.item.crosstab.core/src/org/eclipse/birt/report/item/crosstab/core/IMeasureViewConstants.java", "xtab/org.eclipse.birt.report.item.crosstab.core/src/org/eclipse/birt/report/item/crosstab/core/de/MeasureViewHandle.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-11-27T08:12:10Z" | "2007-11-08T05:33:20Z" |
210,496 | Bug 210496 Add hasStyle property in reportItemModel extension point | When chart gets reportItem's properties by extending ReportItem, style properties are null. Hence, model needs to add hasStyle property in reportItemModel extension point | resolved fixed | f9dd21f | ["model/org.eclipse.birt.report.model.tests/test/org/eclipse/birt/report/model/extension/PeerExtensionTest.java", "model/org.eclipse.birt.report.model.tests/test/org/eclipse/birt/report/model/extension/ReportItemExtensionTest.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/metadata/ElementDefn.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/metadata/PeerExtensionLoader.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-11-27T05:39:47Z" | "2007-11-21T07:26:40Z" |
210,501 | Bug 210501 Table column still appears in emitter if you select xls/doc/html to hide at the same time. | Description: When you select hide element for all outputs, it works well. If you select hide for specific outputs: xls,doc,html, it does not work correctly. But if you select xls, doc or html seperately, it also works well. build version: v20071121-0800 steps to reproduce: 1. New a report. 2. New a datasource with sample DB, new a dataset with table customers. 3. Insert a table with three columns, drag from dtaset COUNTRY, STATE and CITY to the detail row of the table. 4. Select the third column of the table and switch to Properties Editor. 5. On Visibilty page, select Hide Elements for Specific Outputs. Tick xls, doc and html. 6. Preview in xls, doc and html. Expected result: The third column, namely CITY, should not display. Actual result: The CITY column is displayed. | closed fixed | 4ed66e6 | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/LayoutUtil.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-11-26T07:54:06Z" | "2007-11-21T07:26:40Z" |
207,131 | Bug 207131 Background image position is wrong in Layout [0300] | null | closed fixed | 3312455 | ["UI/org.eclipse.birt.report.designer.core/src/org/eclipse/birt/report/designer/core/model/DesignElementHandleAdapter.java", "UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/schematic/editparts/ReportElementEditPart.java", "UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/schematic/figures/ReportElementFigure.java", "UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/schematic/figures/TableFigure.java", "UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/schematic/layer/TableGridLayer.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-11-23T09:23:23Z" | "2007-10-23T09:00:00Z" |
210,620 | Bug 210620 UNION does not work correctly in Mysql [0703] | null | closed fixed | 354b239 | ["data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/ParameterUtil.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-11-23T08:47:07Z" | "2007-11-22T08:26:40Z" |
210,324 | Bug 210324 Fail to switch 123.45 to boolean value in dataset.[07] | Description: Fail to switch 123.45 to boolean value in dataset. Build number:2.3.0.v20071120 Steps to reproduce: 1. Open attached report. 2. Edit the script dataset, click Preview Result. Expected result: Display data rows. Actual result: Error dialog to indicate that fail to convert value to boolean. In Boolean java doc, I saw "representing the value true if the string argument is not null and is equal, ignoring case, to the string "true"". So I think it should accept any kind of string values. Error log: org.eclipse.birt.data.engine.core.DataException: A BIRT exception occurred: Can not convert the value of 12345.6789 to Boolean type.. See next exception for more information. Can not convert the value of 12345.6789 to Boolean type. at org.eclipse.birt.data.engine.core.DataException.wrap(DataException.java:118) at org.eclipse.birt.data.engine.expression.ExprEvaluateUtil.evaluateExpression(ExprEvaluateUtil.java:78) at org.eclipse.birt.data.engine.impl.BindingColumnsEvalUtil.evaluateValue(BindingColumnsEvalUtil.java:217) at org.eclipse.birt.data.engine.impl.BindingColumnsEvalUtil.getColumnsValue(BindingColumnsEvalUtil.java:180) at org.eclipse.birt.data.engine.impl.ResultIterator.prepareCurrentRow(ResultIterator.java:614) at org.eclipse.birt.data.engine.impl.ResultIterator.next(ResultIterator.java:375) at org.eclipse.birt.report.designer.data.ui.dataset.ResultSetPreviewPage.populateRecords(ResultSetPreviewPage.java:489) at org.eclipse.birt.report.designer.data.ui.dataset.ResultSetPreviewPage.access$2(ResultSetPreviewPage.java:479) at org.eclipse.birt.report.designer.data.ui.dataset.ResultSetPreviewPage$5.run(ResultSetPreviewPage.java:435) at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:113) Caused by: org.eclipse.birt.core.exception.CoreException: Can not convert the value of 12345.6789 to Boolean type. at org.eclipse.birt.core.data.DataTypeUtil.toBoolean(DataTypeUtil.java:378) at org.eclipse.birt.core.data.DataTypeUtil.convert(DataTypeUtil.java:96) at org.eclipse.birt.data.engine.expression.ExprEvaluateUtil.evaluateExpression(ExprEvaluateUtil.java:74) ... 8 more | closed fixed | 605d108 | ["core/org.eclipse.birt.core/src/org/eclipse/birt/core/data/DataTypeUtil.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-11-23T08:07:35Z" | "2007-11-20T03:40:00Z" |
196,437 | Bug 196437 copy format button or similar | So far I haven't found a quick way to copy a format from an element to another. It would be good to have a "copy format button". | resolved fixed | 7a45b5c | ["UI/org.eclipse.birt.report.designer.ui.editors.schematic/src/org/eclipse/birt/report/designer/internal/ui/editors/layout/ReportEditorWithPalette.java", "UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/schematic/providers/SchematicContextMenuProvider.java", "UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/views/actions/CopyFormatAction.java", "UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/views/actions/PasteFormatAction.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-11-23T06:40:32Z" | "2007-07-13T09:46:40Z" |
209,617 | Bug 209617 Method to retrieve "paramType" property from IScalarParameterDefn is not provided. | Hi, To display parameter "List-box" in User Interface, its required to have value of "paramType" PROPERTY (i.e. simple,multi-value or ad-voc). There is no such method introduced in IScalarParameterDefn to get this value so that list-box can be rendered in "Drop-down" or "Multiple Select" format in User Interface. Thanks Prashant Malshette | resolved fixed | 9024dee | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/IScalarParameterDefn.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/GetParameterDefinitionTask.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/ScalarParameterDefn.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-11-23T03:46:32Z" | "2007-11-13T10:33:20Z" |
210,609 | Bug 210609 [Smoke]Crosstab is failed to preview in runtime | null | closed fixed | 2d17601 | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/AggDataDropAdapter.java", "UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/extension/ExtendedEditPart.java", "UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/extension/ExtendedElementUIPoint.java", "UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/extension/ExtensionPointManager.java", "UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/extension/experimental/CommandCombinedTemplateCreationEntry.java", "UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/extension/experimental/EditpartExtensionManager.java", "UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/extension/experimental/PaletteEntryExtension.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-11-22T09:55:13Z" | "2007-11-22T02:53:20Z" |
200,334 | Bug 200334 Line Height does not work in the same way with Height if the number is larger than page size [03] | Description: Line Height does not work in the same way with Height if the number is larger than page size. Build number: 2.2.1.v20070814-0934 Steps to reproduce: 1. New a report with two labels, both set page break before to always. 2. Set Line Height for the first label to 12 in. 3. Set Height for the second label to 12 in. 4. Preview in PDF. Expected result: Line Height works in the same way with Height. Actual result: Height larger than page height is omitted. Line Height larger than page height will take page height. Error log: N/A | closed fixed | c5a0177 | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/PDFLineAreaLM.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-11-22T09:29:56Z" | "2007-08-17T11:26:40Z" |
205,400 | Bug 205400 error displaying parameter in a table | null | resolved fixed | b58efb3 | ["model/org.eclipse.birt.report.model.tests/test/org/eclipse/birt/report/model/validators/AllValidatorTests.java", "model/org.eclipse.birt.report.model.tests/test/org/eclipse/birt/report/model/validators/DataColumnNameValidatorTest.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/validators/DataColumnNameValidator.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-11-22T07:08:48Z" | "2007-10-04T06:40:00Z" |
203,418 | Bug 203418 Table that has nest chart sharing the result set issue[0005] | Description: Table that has nest chart sharing the result set issue[0005] Step: 1. New a datasource and dataset 2. New a table named table1 and binding the dataset. 3. Add a chart in table and set the x and y series. 4. Add some item in layout and binding the result set as table1. Actual reuslt: Preview this report will pop up an error Exception: Stack Trace: org.eclipse.birt.data.engine.impl.CacheResultIterator.getSecondaryIterator(CacheResultIterator.java:300) org.eclipse.birt.report.engine.data.dte.AbstractDataEngine.doExecuteSubQuery(AbstractDataEngine.java:210) org.eclipse.birt.report.engine.data.dte.AbstractDataEngine.execute(AbstractDataEngine.java:176) org.eclipse.birt.report.engine.executor.ExtendedGenerateExecutor.executeQueries(ExtendedGenerateExecutor.java:197) org.eclipse.birt.report.engine.executor.ExtendedGenerateExecutor.execute(ExtendedGenerateExecutor.java:63) org.eclipse.birt.report.engine.executor.ExtendedItemExecutor.execute(ExtendedItemExecutor.java:57) org.eclipse.birt.report.engine.internal.executor.dup.SuppressDuplicateItemExecutor.execute(SuppressDuplicateItemExecutor.java:42) org.eclipse.birt.report.engine.internal.executor.wrap.WrappedReportItemExecutor.execute(WrappedReportItemExecutor.java:45) org.eclipse.birt.report.engine.internal.executor.l18n.LocalizedReportItemExecutor.execute(LocalizedReportItemExecutor.java:33) org.eclipse.birt.report.engine.layout.html.HTMLBlockStackingLM.layoutNodes(HTMLBlockStackingLM.java:63) org.eclipse.birt.report.engine.layout.html.HTMLStackingLM.layoutChildren(HTMLStackingLM.java:27) org.eclipse.birt.report.engine.layout.html.HTMLAbstractLM.layout(HTMLAbstractLM.java:133) org.eclipse.birt.report.engine.layout.html.HTMLInlineStackingLM.resumeLayout(HTMLInlineStackingLM.java:95) org.eclipse.birt.report.engine.layout.html.HTMLInlineStackingLM.layoutNodes(HTMLInlineStackingLM.java:135) org.eclipse.birt.report.engine.layout.html.HTMLStackingLM.layoutChildren(HTMLStackingLM.java:27) org.eclipse.birt.report.engine.layout.html.HTMLAbstractLM.layout(HTMLAbstractLM.java:133) org.eclipse.birt.report.engine.layout.html.HTMLBlockStackingLM.layoutNodes(HTMLBlockStackingLM.java:68) org.eclipse.birt.report.engine.layout.html.HTMLStackingLM.layoutChildren(HTMLStackingLM.java:27) org.eclipse.birt.report.engine.layout.html.HTMLTableBandLM.layoutChildren(HTMLTableBandLM.java:65) org.eclipse.birt.report.engine.layout.html.HTMLAbstractLM.layout(HTMLAbstractLM.java:133) org.eclipse.birt.report.engine.layout.html.HTMLBlockStackingLM.layoutNodes(HTMLBlockStackingLM.java:68) org.eclipse.birt.report.engine.layout.html.HTMLStackingLM.layoutChildren(HTMLStackingLM.java:27) org.eclipse.birt.report.engine.layout.html.HTMLTableLM.layoutChildren(HTMLTableLM.java:76) org.eclipse.birt.report.engine.layout.html.HTMLAbstractLM.layout(HTMLAbstractLM.java:133) org.eclipse.birt.report.engine.layout.html.HTMLBlockStackingLM.layoutNodes(HTMLBlockStackingLM.java:68) org.eclipse.birt.report.engine.layout.html.HTMLPageLM.layout(HTMLPageLM.java:85) org.eclipse.birt.report.engine.layout.html.HTMLReportLayoutEngine.layout(HTMLReportLayoutEngine.java:106) org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.doRun(RunAndRenderTask.java:140) org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.run(RunAndRenderTask.java:68) org.eclipse.birt.report.service.ReportEngineService.runAndRenderReport(Unknown Source) org.eclipse.birt.report.service.ReportEngineService.runAndRenderReport(Unknown Source) org.eclipse.birt.report.service.BirtViewerReportService.runAndRenderReport(Unknown Source) org.eclipse.birt.report.service.actionhandler.BirtGetPageAllActionHandler.__execute(Unknown Source) org.eclipse.birt.report.service.actionhandler.AbstractBaseActionHandler.execute(Unknown Source) org.eclipse.birt.report.soapengine.processor.AbstractBaseDocumentProcessor.__executeAction(Unknown Source) org.eclipse.birt.report.soapengine.processor.AbstractBaseComponentProcessor.executeAction(Unknown Source) org.eclipse.birt.report.soapengine.processor.BirtDocumentProcessor.handleGetPageAll(Unknown Source) sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) java.lang.reflect.Method.invoke(Method.java:585) org.eclipse.birt.report.soapengine.processor.AbstractBaseComponentProcessor.process(Unknown Source) org.eclipse.birt.report.soapengine.endpoint.BirtSoapBindingImpl.getUpdatedObjects(Unknown Source) sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) java.lang.reflect.Method.invoke(Method.java:585) org.apache.axis.providers.java.RPCProvider.invokeMethod(RPCProvider.java:397) org.apache.axis.providers.java.RPCProvider.processMessage(RPCProvider.java:186) org.apache.axis.providers.java.JavaProvider.invoke(JavaProvider.java:323) org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:32) org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118) org.apache.axis.SimpleChain.invoke(SimpleChain.java:83) org.apache.axis.handlers.soap.SOAPService.invoke(SOAPService.java:453) org.apache.axis.server.AxisServer.invoke(AxisServer.java:281) org.apache.axis.transport.http.AxisServlet.doPost(AxisServlet.java:699) org.eclipse.birt.report.servlet.BirtSoapMessageDispatcherServlet.doPost(Unknown Source) javax.servlet.http.HttpServlet.service(HttpServlet.java:760) org.apache.axis.transport.http.AxisServletBase.service(AxisServletBase.java:327) javax.servlet.http.HttpServlet.service(HttpServlet.java:853) org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:247) org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193) org.eclipse.birt.report.filter.ViewerFilter.doFilter(Unknown Source) org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:213) org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193) org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:256) org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643) org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480) org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995) org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191) org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643) org.apache.catalina.valves.CertificatesValve.invoke(CertificatesValve.java:246) org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641) org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480) org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995) org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2422) org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:180) org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643) org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:171) org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641) org.eclipse.tomcat.internal.EclipseErrorReportValve.invoke(EclipseErrorReportValve.java:153) org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641) org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480) org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995) org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:174) org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643) org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480) org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995) org.apache.coyote.tomcat4.CoyoteAdapter.service(CoyoteAdapter.java:199) org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:828) org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:700) org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:584) org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:683) java.lang.Thread.run(Thread.java:595) | closed fixed | ac63638 | ["data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/i18n/ResourceConstants.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/CacheResultIterator.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-11-22T06:43:48Z" | "2007-09-14T08:53:20Z" |
210,357 | Bug 210357 Can not get sorting key if xtab has a count aggregation binding[1102] | Description: Can not get sorting key if xtab has a count aggregation binding. The filter got the same issue. Build number: 2.3.0.v20071120-0800 Steps to reproduce: 1, New a Cube 2, New a crosstab using the cube 3, Add a aggregation binding on crosstab and select the function to COUNT, leave the datafield empty 4, after step3, goto sort page and add a sorting Expected result: User can get the sorting keys Actual result: The sorting key list is empty and the filter has the same issue | closed wontfix | 8c65bac | ["data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/i18n/ResourceConstants.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/olap/util/OlapExpressionCompiler.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-11-22T03:12:25Z" | "2007-11-20T09:13:20Z" |
208,201 | Bug 208201 Grid width doesn't work in word and excel.[1202][1203] | Description: Grid width doesn't work in word. Build number:2.2.2.v20071031 Steps to reproduce: 1. Insert a grid (1*1). 2. Insert a label to grid cell. 3. Select the grid and set width as 0.5in 4. Preview in word and excel. Expected result: Display grid with 0.5in width. Actual result: Display grid with 100% width. Error log:n/a | closed fixed | 3f32b08 | ["engine/org.eclipse.birt.report.engine.emitter.prototype.excel/src/org/eclipse/birt/report/engine/emitter/excel/ExcelEmitter.java", "engine/org.eclipse.birt.report.engine.emitter.prototype.excel/src/org/eclipse/birt/report/engine/emitter/excel/layout/ExcelLayoutEngine.java", "engine/org.eclipse.birt.report.engine.emitter.prototype.excel/src/org/eclipse/birt/report/engine/emitter/excel/layout/LayoutUtil.java", "engine/org.eclipse.birt.report.engine.emitter.prototype.excel/src/org/eclipse/birt/report/engine/emitter/excel/layout/XlsTable.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-11-22T02:18:49Z" | "2007-10-31T08:40:00Z" |
209,154 | Bug 209154 Enhance Report Model to support view property | The goal of this enhancement is to support a chart view property on crosstab or table report items. The view should follow the several rules: - The view automatically shares its binding with the host item, they can't be modified. - The view can be retrieved through the API only by querying it from the host item, through a getView() method. It is not accessible directly by id - A property should be available to control whether the host or view should be displayed (default is host item). If possible, this should be controllable using report parameters. - The model should return the visibile view to the report engine to ensure that there is no impact on engine code to support this new view. - The host/view combination is a single report item with a unique id Since the chart is an extended item, the model can provide additional properties to indicate which item can be view, and which item can be a host. For 2.3, only table and crosstab can be hosts, and only chart can be a view. | resolved fixed | 0e8d961 | ["xtab/org.eclipse.birt.report.item.crosstab.core/src/org/eclipse/birt/report/item/crosstab/core/ICrosstabReportItemConstants.java", "xtab/org.eclipse.birt.report.item.crosstab.core/src/org/eclipse/birt/report/item/crosstab/core/de/CrosstabReportItemHandle.java", "xtab/org.eclipse.birt.report.item.crosstab.core/src/org/eclipse/birt/report/item/crosstab/core/de/internal/CrosstabReportItemTask.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-11-21T06:36:00Z" | "2007-11-08T11:06:40Z" |
210,490 | Bug 210490 [Automation][Smoke]All the report chart related are failed of a ChartException in webviewer | Description: All the report chart related are failed of a ChartException in webviewer Test Date: 20071121 Test Build: BIRT2.3.0 Daily Build: v20071121-0800 Step to reproduce: 1. Use the report attached 2. Preview it in web viewer Expect result: Every chart should be displayed correctly without any exception. Actual result: An exception is thrown out. Error log: Please see the attachment. | closed fixed | 26c874f | ["chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/reportitem/ChartReportItemPresentationBase.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-11-21T06:27:26Z" | "2007-11-21T04:40:00Z" |
193,259 | Bug 193259 Enhance about the process of java script and event handler.[08] | Description: Enhance about the conflict of java script and event handler. I have a case, I design a report with script data source and script dataset. Previously I wrote java script for dataset in script view and it works. Then I decided to use event handler to process script dataset, I wrote a java class to extends ScriptedDataSetEventAdapter and overwrite open and fetch methods. As I want to keep the script in script view, I just comment them by /**/. Run the report will throw Exception. I found it's caused by comments in script view. If I deleted them, the report works. I attached the report and java class. | closed fixed | 8f761c9 | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/script/internal/DataSetScriptExecutor.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/script/internal/DataSourceScriptExecutor.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/script/internal/DtEScriptExecutor.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/script/internal/ScriptDataSetScriptExecutor.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/script/internal/ScriptTextUtil.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-11-21T05:13:40Z" | "2007-06-19T05:13:20Z" |
205,876 | Bug 205876 "Preview","Description" on Chart Sample View are not externalized. | "Preview" and "Description" label on Chart Sample View are not externalized so they are dislayed in English. Please check the attached screen shot for detail. I think its hard coded in ChartExamples.java. | resolved fixed | 402966c | ["chart/org.eclipse.birt.chart.examples/src/org/eclipse/birt/chart/examples/view/ChartExamples.java", "chart/org.eclipse.birt.chart.examples/src/org/eclipse/birt/chart/examples/view/description/Messages.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-11-21T04:11:04Z" | "2007-10-09T22:46:40Z" |
209,450 | Bug 209450 [regression]Duplicate values display in Cascading parameter list[0705] | Descripption: Duplicate values display in Cascading parameter list Build number:2.3.0.v20071112 Steps to reproduce: 1. New sample data source and dataset from CUSTOMERS. 2. New a cascading parameter from COUNTRY, STATE AND CITY fields. 3. Preview. Expected result: Values in three parameter list aren't duplicated. Actual result: Duplicate values show in parameter list. Error log:n/a | closed fixed | 6237b52 | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/GetParameterDefinitionTask.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/ParameterHelper.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-11-21T03:22:36Z" | "2007-11-12T04:00:00Z" |
209,753 | Bug 209753 [acceptance]Cascading group with list limit returns one more data[0705] | Description: Cascading group with list limit returns one more data Build number:2.3.0.v20071114 Steps to reproduce: 1. New a cascading paramter group. 2. Set List limit of the first sub parameter to 5, make sure the parameter has more than five values. 3. Preview. Expected result: Five values in first parameter value list. Actual result: Six values in value list Error log:n/a | closed fixed | d1c2f77 | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/GetParameterDefinitionTask.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-11-21T03:02:24Z" | "2007-11-14T06:00:00Z" |
209,905 | Bug 209905 OutOfMemoryError was detected when rendering large excel report | report designs: 20 columns, no group, 25 rows x 5000 pages heap size settings: -Xms512m -Xmx1024m via profiling the execution it's found that ExcelLayoutEngine cached 125000 data rows in memory, while ExcelEmitter could output no more than 65525 data rows(the upper limit). so in this case, only 65525 data rows should be cached, the rest should be discarded. if reducing the amount of data rows to 65525, the OutOfMemoryError was gone. However render such a report requiring at least 512m heap size, which is quite large somehow. | closed fixed | 50fbf36 | ["engine/org.eclipse.birt.report.engine.emitter.prototype.excel/src/org/eclipse/birt/report/engine/emitter/excel/DataCache.java", "engine/org.eclipse.birt.report.engine.emitter.prototype.excel/src/org/eclipse/birt/report/engine/emitter/excel/layout/AxisProcessor.java", "engine/org.eclipse.birt.report.engine.emitter.prototype.excel/src/org/eclipse/birt/report/engine/emitter/excel/layout/ExcelLayoutEngine.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-11-20T09:49:14Z" | "2007-11-15T07:00:00Z" |
206,092 | Bug 206092 Excel doesn't render well a custom datetime format yyyy-MM-dd hh:mm a | null | resolved fixed | 2bc9171 | ["engine/org.eclipse.birt.report.engine.emitter.prototype.excel/src/org/eclipse/birt/report/engine/emitter/excel/ExcelUtil.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-11-20T09:09:33Z" | "2007-10-11T22:00:00Z" |
210,338 | Bug 210338 [Regression]NPE throws out when drag the another dimension into the row area of crosstab[1102] | Description: [Regression]NPE throws out when drag the another dimension into the row area of crosstab[1102] Build number: 2.3.0.v20071120-0800 Steps to reproduce: 1, New a cube with multiple dimensions 2, New a crosstab 3, Drag one dimension from cube to crosstab's row area 4, Drag another dimension from cube to the same area nearby the former dimension Expected result: After step4, the second dimension has been dragged into the same area successully Actual result: NPE throws out and failed to drag Error log: java.lang.NullPointerException at org.eclipse.birt.report.item.crosstab.internal.ui.editors.editpolicies.CrosstabCellFlowLayoutEditPolicy.getCreateCommand(CrosstabCellFlowLayoutEditPolicy.java:84) at org.eclipse.gef.editpolicies.LayoutEditPolicy.getCommand(LayoutEditPolicy.java:199) at org.eclipse.birt.report.designer.internal.ui.editors.schematic.editpolicies.ReportFlowLayoutEditPolicy.getCommand(ReportFlowLayoutEditPolicy.java:208) at org.eclipse.gef.editparts.AbstractEditPart.getCommand(AbstractEditPart.java:473) at org.eclipse.birt.report.item.crosstab.internal.ui.dnd.DimensionHandleDropAdapter.performDrop(DimensionHandleDropAdapter.java:171) at org.eclipse.birt.report.designer.internal.ui.dnd.DNDService.performDrop(DNDService.java:160) at org.eclipse.birt.report.designer.internal.ui.dnd.DNDService.performDrop(DNDService.java:146) at org.eclipse.birt.report.designer.internal.ui.palette.ReportTemplateTransferDropTargetListener.handleDrop(ReportTemplateTransferDropTargetListener.java:115) at org.eclipse.gef.dnd.AbstractTransferDropTargetListener.drop(AbstractTransferDropTargetListener.java:171) at org.eclipse.jface.util.DelegatingDropAdapter$3.run(DelegatingDropAdapter.java:211) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37) at org.eclipse.core.runtime.Platform.run(Platform.java:857) | closed fixed | f15a59d | ["xtab/org.eclipse.birt.report.item.crosstab.ui/src/org/eclipse/birt/report/item/crosstab/internal/ui/editors/editpolicies/CrosstabCellFlowLayoutEditPolicy.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-11-20T06:45:42Z" | "2007-11-20T06:26:40Z" |
207,892 | Bug 207892 Can not select the value from Blob type column[07] | Description: Can not select the value from Blob type column[07] Build number: 2.3.0.v20071029-0800 Steps to reproduce: 1, New a dataset from PRODUCTLINE 2, New a filter in Dataset 3, row["IMAGE"] equal to <select value> Actual result: Exception occurs: The expression's value can not be retrived. An error happen during population of data. This might be caused by including data of mixed type in a column "ANY" type. | closed fixed | b0d5c7b | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/data/ui/util/SelectValueFetcher.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-11-19T10:30:04Z" | "2007-10-30T02:06:40Z" |
209,910 | Bug 209910 Drag the dataset from library, the resultset column number is doubled | Reproduce step: 1. Create one data set in library. 2. Drag it into a report design. 3. Open the data set editor, switch to the output column page, the result set number is doubled. I found there is something wrong in the org.eclipse.birt.report.model.api.util.CompatibilityUtil class. The method addStructures()will add structures list twice when the propHandle is not local. | resolved fixed | d84c997 | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/data/ui/dataset/DataSetUIUtil.java", "data/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/impl/MetaDataPopulator.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-11-19T08:39:37Z" | "2007-11-15T09:46:40Z" |
210,156 | Bug 210156 logger.entering methods causing NullPointerExceptions | Build ID: M20071023-1652 Steps To Reproduce: Run reports setting the birtReportEngine.changeLogLevel to Level.Fine More information: Line 46 of org.eclipse.birt.data.engine.impl.aggregation.AggregateTable goes like this: logger.entering( AggregateTable.class.getName( ), "AggregateTable", null ); This throws a null pointer exception in java.util.Logger.entering(String sourceClass, String sourceMethod, Object params[]) (Sun's j2sdk1.4.2_16) The expectation may have been that this would call the method with just Object param (as opposed to Object[] params). The fix would be to use the entering(String sourceClass, String sourceMethod) instead. Other Files that have this issue: Searching with this regexp: logger.entering\([^,;]*[\n]*,[\n]*[^,;]*[\n]*,[\n]*[^,;]*null there seem to be a couple more: 1. org.eclipse.birt.data.engine.impl.DataEngineImpl.defineDataSet( IBaseDataSetDesign dataSet ) 2. org.eclipse.birt.data.engine.impl.DataEngineImpl.defineDataSource( IBaseDataSourceDesign dataSource ) 3. | resolved fixed | 9526294 | ["data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/DataEngineImpl.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-11-19T07:18:56Z" | "2007-11-16T21:53:20Z" |
201,699 | Bug 201699 Enhance the execution of the topN of maximum member count of level[1102] | Description: The TopN filter of maximum member count of level will execute twice, although that will take no effect on the results, the performance is not good. So please enhance the execution of the member count of level Regards! | closed fixed | a24f150 | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/data/dte/DteDataEngine.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-11-19T06:23:15Z" | "2007-08-30T07:46:40Z" |
208,863 | Bug 208863 Enhance BIRT jsp tag to render reportlet using bookmark.[0603] | Description: Enhance BIRT custom jsp tag to support render reportlet using bookmark. At present, user can only use reportlet attribute and instanceid value to get reportlet. But it's not easy for end-user to get instanceid value, so the more friendly way is to support like isreportlet and bookmark attributes. Thanks. | closed fixed | 23193d5 | ["viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/taglib/AbstractViewerTag.java", "viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/taglib/ReportTag.java", "viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/taglib/RequesterTag.java", "viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/taglib/component/ViewerField.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-11-19T06:06:26Z" | "2007-11-06T09:06:40Z" |
210,064 | Bug 210064 Exception is thrown out when preview a report with a crosstab binding with no cubes [1102] | Description: Exception is thrown out when preview a report with a crosstab binding with no cubes. Build number: 2.2.2.v20071116-1337 Steps to reproduce: 1. New a report with a crosstab binding to no cubes. 2. Preview. Expected result: No exception. Actual result: Exception is thrown out in log file under folder workspace\.metadata\.plugins\org.eclipse.birt.report.viewer\log Error log: Nov 16, 2007 11:32:06 PM org.eclipse.birt.report.engine.data.dte.CubeResultSet close SEVERE: null java.lang.NullPointerException at org.eclipse.birt.data.engine.olap.cursor.AggregationAccessor.close(AggregationAccessor.java:254) at org.eclipse.birt.data.engine.olap.cursor.AbstractCursorSupport.close(AbstractCursorSupport.java:69) at org.eclipse.birt.data.engine.olap.impl.query.CubeCursorImpl.close(CubeCursorImpl.java:102) at org.eclipse.birt.report.engine.data.dte.CubeResultSet.close(CubeResultSet.java:136) at org.eclipse.birt.report.item.crosstab.core.re.executor.BaseCrosstabExecutor.closeQuery(BaseCrosstabExecutor.java:118) at org.eclipse.birt.report.item.crosstab.core.re.executor.CrosstabReportItemExecutor.close(CrosstabReportItemExecutor.java:66) at org.eclipse.birt.report.engine.executor.ExtendedItemExecutor.close(ExtendedItemExecutor.java:143) at org.eclipse.birt.report.engine.internal.executor.wrap.WrappedReportItemExecutor.close(WrappedReportItemExecutor.java:39) at org.eclipse.birt.report.engine.internal.executor.dup.SuppressDuplicateItemExecutor.close(SuppressDuplicateItemExecutor.java:35) at org.eclipse.birt.report.engine.internal.executor.wrap.WrappedReportItemExecutor.close(WrappedReportItemExecutor.java:39) at org.eclipse.birt.report.engine.layout.html.HTMLBlockStackingLM.layoutNodes(HTMLBlockStackingLM.java:83) at org.eclipse.birt.report.engine.layout.html.HTMLPageLM.layout(HTMLPageLM.java:85) at org.eclipse.birt.report.engine.layout.html.HTMLReportLayoutEngine.layout(HTMLReportLayoutEngine.java:106) at org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.doRun(RunAndRenderTask.java:140) at org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.run(RunAndRenderTask.java:68) at org.eclipse.birt.report.service.ReportEngineService.runAndRenderReport(Unknown Source) at org.eclipse.birt.report.service.ReportEngineService.runAndRenderReport(Unknown Source) at org.eclipse.birt.report.service.BirtViewerReportService.runAndRenderReport(Unknown Source) at org.eclipse.birt.report.service.actionhandler.BirtGetPageAllActionHandler.__execute(Unknown Source) at org.eclipse.birt.report.service.actionhandler.AbstractBaseActionHandler.execute(Unknown Source) at org.eclipse.birt.report.soapengine.processor.AbstractBaseDocumentProcessor.__executeAction(Unknown Source) at org.eclipse.birt.report.soapengine.processor.AbstractBaseComponentProcessor.executeAction(Unknown Source) at org.eclipse.birt.report.soapengine.processor.BirtDocumentProcessor.handleGetPageAll(Unknown Source) 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:585) at org.eclipse.birt.report.soapengine.processor.AbstractBaseComponentProcessor.process(Unknown Source) at org.eclipse.birt.report.soapengine.endpoint.BirtSoapBindingImpl.getUpdatedObjects(Unknown Source) 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:585) at org.apache.axis.providers.java.RPCProvider.invokeMethod(RPCProvider.java:397) at org.apache.axis.providers.java.RPCProvider.processMessage(RPCProvider.java:186) at org.apache.axis.providers.java.JavaProvider.invoke(JavaProvider.java:323) at org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:32) at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118) at org.apache.axis.SimpleChain.invoke(SimpleChain.java:83) at org.apache.axis.handlers.soap.SOAPService.invoke(SOAPService.java:453) at org.apache.axis.server.AxisServer.invoke(AxisServer.java:281) at org.apache.axis.transport.http.AxisServlet.doPost(AxisServlet.java:699) at org.eclipse.birt.report.servlet.BirtSoapMessageDispatcherServlet.doPost(Unknown Source) at javax.servlet.http.HttpServlet.service(HttpServlet.java:760) at org.apache.axis.transport.http.AxisServletBase.service(AxisServletBase.java:327) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:247) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193) at org.eclipse.birt.report.filter.ViewerFilter.doFilter(Unknown Source) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:213) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:256) at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480) at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191) at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643) at org.apache.catalina.valves.CertificatesValve.invoke(CertificatesValve.java:246) at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480) at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995) at org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2422) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:180) at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643) at org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:171) at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641) at org.eclipse.tomcat.internal.EclipseErrorReportValve.invoke(EclipseErrorReportValve.java:153) at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480) at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:174) at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480) at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995) at org.apache.coyote.tomcat4.CoyoteAdapter.service(CoyoteAdapter.java:199) at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:828) at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:700) at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:584) at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:683) at java.lang.Thread.run(Thread.java:595) | closed fixed | d3977b9 | ["data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/olap/cursor/AggregationAccessor.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-11-19T03:23:31Z" | "2007-11-16T08:00:00Z" |
208,511 | Bug 208511 The memory cache issue when preview crosstab in deploy environment[1102] | null | closed fixed | b4539b6 | ["data/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/impl/DataRequestSessionImpl.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-11-19T03:16:34Z" | "2007-11-02T07:53:20Z" |
210,054 | Bug 210054 Axis labels will disappear when only select the first series as visible. | Description: Axis labels will disappear when only select the first series to display. build version: 2.3 v20071115-0800 steps to reproduce: 1. New a report. 2. New a datasource and dataset. 3. New a bar chart. 4. On Select Data page, create two value series. 5. Switch to Format Chart page, select Series. 6. Uncheck the two Visiable check box to hide the two series. 7. Check the first Visible check box to display the first series. Expected result: The Axis lables should not disappear. Actual result: The Axis lables disappear both in live preview and in preview. | closed fixed | 5364363 | ["chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/render/AxesRenderer.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/render/BaseRenderer.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-11-16T08:12:31Z" | "2007-11-16T02:26:40Z" |
209,464 | Bug 209464 Drill-through link should pass svg parameter value[0002] | Description: Drill-through link should pass svg parameter value Build number:2.3.0.v20071112 Steps to reproduce: 1. Insert a chart. 2. Define drill-through link in chart interactivity which link to the current report. 3. In preference, enable svg. 4. Preview and click the link. Expected result: Display chart with same type after drill-through link Actual result: In preview page, chart is svg chart.After drill-through link, the same chart in the linked page has gray background which means the chart is converted to non-svg image. Error log:n/a | closed fixed | d0f1038 | ["viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/service/ReportEngineService.java", "viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/service/ViewerHTMLActionHandler.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-11-16T08:02:13Z" | "2007-11-12T09:33:20Z" |
205,930 | Bug 205930 2.2.2 Cube Builder: Dragging a dimension from cube builder should show all the associated levels. | The current behavior is that user drags the data field from the cube and to show the hierarchy, he has to click on Show/Hide columns and select the underlying field. Proposed Solution: When the user selects the Product Line as group. Product Name is the underlying field. When user drags the Product Line field from the cube, Product Name should also follow through. If user does not want to show the Product Name, he can choose to hide it from show/hide group levels. User should also be able to add levels from the Data Cube in Data Explorer by dragging them to the cross tab. | verified fixed | 1399868 | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/dnd/DNDService.java", "xtab/org.eclipse.birt.report.item.crosstab.ui/src/org/eclipse/birt/report/item/crosstab/internal/ui/dnd/DimensionHandleDropAdapter.java", "xtab/org.eclipse.birt.report.item.crosstab.ui/src/org/eclipse/birt/report/item/crosstab/internal/ui/dnd/LevelHandleDropAdapter.java", "xtab/org.eclipse.birt.report.item.crosstab.ui/src/org/eclipse/birt/report/item/crosstab/internal/ui/dnd/MeasureHandleDropAdapter.java", "xtab/org.eclipse.birt.report.item.crosstab.ui/src/org/eclipse/birt/report/item/crosstab/internal/ui/editors/commands/CreateDimensionViewCommand.java", "xtab/org.eclipse.birt.report.item.crosstab.ui/src/org/eclipse/birt/report/item/crosstab/internal/ui/editors/editpolicies/VirtualCrosstabCellFlowLayoutEditPolicy.java", "xtab/org.eclipse.birt.report.item.crosstab.ui/src/org/eclipse/birt/report/item/crosstab/internal/ui/editors/model/VirtualCrosstabCellAdapter.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-11-16T06:37:38Z" | "2007-10-10T15:26:40Z" |
210,047 | Bug 210047 The grand total key should not appear in the new sort key editor | Build ID: I20071101-2000 Steps To Reproduce: 1.New a cube and add a x-tab to the layout 2.add data to the x-tab and show the grand total 3.open the property editor's sorting tab, click "Add" to add a new sort key. Expect: the grand total key should not appear in the key list | closed fixed | 1073536 | ["data/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/impl/CubeQueryUtil.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-11-16T02:00:24Z" | "2007-11-16T02:26:40Z" |
201,549 | Bug 201549 Aggregation in charts | Build ID: I20070625-1500 Steps To Reproduce: 1. New chart 2. Select data 3. Data binding... 4. Add aggregation 5. Select COUNT or COUNTDISTINCT function 6. Select a data field with a datatype equal to date Result: the aggregation type is equal to date (i.e. the data type of the selected field) instead of integer | resolved fixed | 96e6c63 | ["data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/api/aggregation/Aggregation.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/api/aggregation/IAggregation.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-11-16T01:28:07Z" | "2007-08-29T09:33:20Z" |
156,157 | Bug 156157 data item width change cannot be seen in layout | steps to reproduce: - create a report - add a data item - bring up properties - set its width to 1cm or 50%, etc - set its background color to blue - preview in html expected behavior: - data item width change can be seen in both layout and preview actual behavior: - it cannot be seen in layout | closed fixed | 651da7f | ["UI/org.eclipse.birt.report.designer.core/src/org/eclipse/birt/report/designer/core/model/schematic/LabelHandleAdapter.java", "UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/schematic/editparts/LabelEditPart.java", "UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/schematic/figures/LabelFigure.java", "UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/layout/ReportFlowLayout.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-11-15T08:41:35Z" | "2006-09-05T07:06:40Z" |
208,718 | Bug 208718 Exception is thrown out when exported data with column's data type [0002] | null | closed fixed | 0d25a29 | ["viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/service/ReportEngineService.java", "viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/service/actionhandler/AbstractQueryExportActionHandler.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-11-15T07:46:51Z" | "2007-11-05T05:20:00Z" |
209,119 | Bug 209119 Need WebViewer provide cancel function | Need WebViewer provide a cancel function, this will be used to cancel current report execution during designer preview. | resolved fixed | 007e4e3 | ["viewer/org.eclipse.birt.report.viewer/src/org/eclipse/birt/report/viewer/utilities/WebViewer.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-11-15T07:43:38Z" | "2007-11-08T02:46:40Z" |
176,784 | Bug 176784 always-excluding-first and always-excluding-last in item properties pop up error[00] | Details: always-excluding-first and always-excluding-last in item properties pop up error Step: 1.New a report and add a label 2.Select the label and switch properties tab. 3.Select the section and set the page break as always-excluding-first or always-excluding-last. actual result: Pop up an error excepted result: If these selection are not supported, and please remove them. If these selection are supported, it can be set to the item. | closed fixed | bddd673 | ["UI/org.eclipse.birt.report.designer.ui.editors/src/org/eclipse/birt/report/designer/internal/ui/views/property/GroupPropertyHandleProvider.java", "UI/org.eclipse.birt.report.designer.ui.editors/src/org/eclipse/birt/report/designer/internal/ui/views/property/PropertyEditorFactory.java", "UI/org.eclipse.birt.report.designer.ui.views/src/org/eclipse/birt/report/designer/internal/ui/views/attributes/provider/GroupPropertyHandleProvider.java", "UI/org.eclipse.birt.report.designer.ui.views/src/org/eclipse/birt/report/designer/internal/ui/views/attributes/widget/PropertyEditorFactory.java", "UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/views/attributes/providers/ChoiceSetFactory.java", "xtab/org.eclipse.birt.report.item.crosstab.ui/src/org/eclipse/birt/report/item/crosstab/ui/views/attributes/provider/PageLayoutPropertyDescriptorProvider.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-11-15T05:23:19Z" | "2007-03-09T06:00:00Z" |
209,456 | Bug 209456 No null value in value list from Select value...[07] | Description: No null value in value list from Select value... Build number:2.3.0.v20071112 Steps to reproduce: 1. New sample data source and dataset from CUSTOMERS. 2. Insert dataset to Layout, add a filter on column STATE, click <Select value...>, check value list. 3. New a report parameter, dynamic, tick off isRequired,value column is STATE, want to set default value as Null Value through <Select value...> Expected result: The column contains null value so it should be able to be selected in value list. Actual result: No null value for selection. Error log:n/a | closed fixed | 1acc17c | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/data/ui/util/SelectValueFetcher.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-11-15T04:14:40Z" | "2007-11-12T06:46:40Z" |
201,042 | Bug 201042 [Accessibility]Chart scritp should not add by auto when click the down in keyboard[17] | Description: Chart scritp should not add by auto when click the down in keyboard[0704] Step: 1. New a chart and switch to script view. 2. Let the point on the script function selection. 3. Click the down on keyboard. Actual result: A function will add by auto. Expected result: Customer can not select the function under the second function by keyboard, and it should not be added by auto. | closed fixed | be99cf4 | ["UI/org.eclipse.birt.report.designer.ui.editors.schematic/src/org/eclipse/birt/report/designer/internal/ui/editors/script/JSEditor.java", "chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/composites/GanttLineAttributesComposite.java", "chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/composites/HeadStyleAttributeComposite.java", "chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/composites/HeadStyleChooserComposite.java", "chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/composites/LineAttributesComposite.java", "chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/composites/LineStyleChooserComposite.java", "chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/composites/LineWidthChooserComposite.java", "chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/composites/TriggerDataComposite.java", "core/org.eclipse.birt.core.ui/src/org/eclipse/birt/core/ui/swt/custom/CustomChooserComposite.java", "core/org.eclipse.birt.core.ui/src/org/eclipse/birt/core/ui/swt/custom/ICustomChoice.java", "core/org.eclipse.birt.core.ui/src/org/eclipse/birt/core/ui/swt/custom/TextCanvas.java", "core/org.eclipse.birt.core.ui/src/org/eclipse/birt/core/ui/swt/custom/TextCombo.java", "core/org.eclipse.birt.core.ui/src/org/eclipse/birt/core/ui/swt/custom/TextComboViewer.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-11-14T10:04:04Z" | "2007-08-24T07:20:00Z" |
205,938 | Bug 205938 Cross Tab: 2.2.9 Measures from a cube can be dragged and dropped to left and not to right. | If user wants to show an existing measure on a cross tab that he has defined in a cube, he can only add it to the left and not to the right of an existing measure. Proposed solution User should be ale to add a measure both to the left and right of an existing measure. | verified fixed | 29f1c48 | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/schematic/editpolicies/ReportFlowLayoutEditPolicy.java", "xtab/org.eclipse.birt.report.item.crosstab.ui/src/org/eclipse/birt/report/item/crosstab/internal/ui/editors/editpolicies/CrosstabCellFlowLayoutEditPolicy.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-11-13T07:37:12Z" | "2007-10-10T15:26:40Z" |
209,126 | Bug 209126 DataException throws out when set highlight condition in sub-report[0302] | Description: Set highlight condition in sub-report, when "select value..." in the highlight dialog, DataException throws out. Build version:2.3.0.v20071108-0800 Steps to reproduce: 1.Get the attached report design file, which contains a sub-report. 2.Select the inner table, and then go to "highlight" tab in the property editor view to set a highlight rule. When click "select value...", DataException throws out. Error: The expression's value can not be retrieved. An error happened in data type conversion. Can not convert the value of org.eclipse.birt.data.engine.script.DataExceptionMocker@79c17b to Integer type. | closed fixed | c286115 | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/dialogs/HighlightRuleBuilder.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-11-13T04:16:00Z" | "2007-11-08T05:33:20Z" |
209,451 | Bug 209451 Default value for Cascading parameter lost.[0705] | Description: Default value for Cascading parameter lost. Build number:2.3.0.v20071112 Steps to reproduce: 1. New sample data source and dataset from CUSTOMERS. 2. New a cascading parameter from COUNTRY, STATE, set default value as USA and CA. 3. Preview. 4. Select other country and then back to USA, check values in state. Expected result: CA in state value list. Actual result: No item for 'CA' Error log:n/a | closed fixed | d19e939 | ["viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/service/actionhandler/BirtGetCascadeParameterActionHandler.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-11-12T09:58:24Z" | "2007-11-12T06:46:40Z" |
209,304 | Bug 209304 Failures and Errors occur in Junit test of org.eclipse.birt.report.engine.test in 2.3 daily build 20071109 | null | closed fixed | d096686 | ["engine/org.eclipse.birt.report.engine.tests/test/org/eclipse/birt/report/engine/api/TimeZoneTest.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-11-12T09:31:52Z" | "2007-11-09T06:33:20Z" |
194,649 | Bug 194649 Show if Blank property not working | The "Show if Blank" advanced property found on most BIRT report elements, including tables, does not appear to work. I have several reports that use sub-tables that contain structural and visual elements, such as grids and borders, that I need to display even if the data set query bound to that table returns no records. More specifically, when BIRT processes a table, none of the detail rows will be printed if the query returns no records. Although the header and footer rows on the table will always print, there are many cases where I need labels, borders, and other elements in the detail rows to be printed. I could move everything into header and footer rows, but that would not work if I could expect more than one record from the query. Turning on the "Show if blank" property for the table should cause it to print the details rows once even if there is no data, so that visual and structural elements included in them will still be printed. At present, however, the property doesn't appear to have any effect. For example, a sub-table may be used in a form report to print one or more addresses. If there is no address in the database, the labels and borders used in the sub-table should still be printed on the form once (possibly to be filled in by hand later). At present, it seems that BIRT is not capable of this. Regardless of what the "Show if Blank" property is set to, everything in the detail rows of the sub-table disappears in the report output if there are no records selected for it. Steps to reproduce: 1. Create a data set with a query that returns no records. 2. Create a table in the report layout and bind it to the new data set. 3. Add data fields to the table in detail rows. 4. Add visual non-data elements to the detail rows, such as labels or borders. 5. Select the table and click the "Advanced" button in the Property Editor. 6. Click the "Section" node in the Advanced Properties tree. 7. Set the "Show if blank" property to "true". 8. Preview the report. | resolved fixed | dcd8a69 | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/data/dte/BlankResultSet.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/ListItemExecutor.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/QueryItemExecutor.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/TableItemExecutor.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/internal/document/v4/ListItemExecutor.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/internal/document/v4/ReportItemExecutor.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/internal/document/v4/TableItemExecutor.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-11-12T08:42:33Z" | "2007-06-27T18:46:40Z" |
208,927 | Bug 208927 AggregateTable.<init> using runtime 2.2.1 - jdk 1.4.2 | Hi, I am trying to put together the BIRT Runtime Release Build 2.2.1 with Java 1.4.2 JDK/JRE. When using a dataset obtained from a stored procedure I'm receiving the following error: Nov 6, 2007 4:11:25 PM org.eclipse.birt.data.engine.impl.PreparedQuery PreparedQuery FINE: PreparedQuery starts up. Nov 6, 2007 4:11:25 PM org.eclipse.birt.report.engine.api.impl.RunAndRenderTask doRun SEVERE: An error happened while running the report. Cause: java.lang.NullPointerException at java.util.logging.Logger.entering(Logger.java:859) at org.eclipse.birt.data.engine.impl.aggregation.AggregateTable.<init>(AggregateTable.java:46) at org.eclipse.birt.data.engine.impl.aggregation.AggregateTable.<init>(AggregateTable.java:60) at org.eclipse.birt.data.engine.impl.PreparedQuery.<init>(PreparedQuery.java:115) at org.eclipse.birt.data.engine.impl.PreparedDataSourceQuery.<init>(PreparedDataSourceQuery.java:75) at org.eclipse.birt.data.engine.impl.PreparedOdaDSQuery.<init>(PreparedOdaDSQuery.java:61) at org.eclipse.birt.data.engine.impl.PreparedQueryUtil.newInstance(PreparedQueryUtil.java:125) at org.eclipse.birt.data.engine.impl.DataEngineImpl.prepare(DataEngineImpl.java:396) at org.eclipse.birt.report.data.adapter.impl.DataRequestSessionImpl.prepare(DataRequestSessionImpl.java:305) at org.eclipse.birt.report.data.adapter.impl.DataRequestSessionImpl.prepare(DataRequestSessionImpl.java:464) at org.eclipse.birt.report.engine.data.dte.DteDataEngine.doPrepareQuery(DteDataEngine.java:100) at org.eclipse.birt.report.engine.data.dte.AbstractDataEngine.prepare(AbstractDataEngine.java:138) at org.eclipse.birt.report.engine.executor.ReportExecutor.execute(ReportExecutor.java:94) at org.eclipse.birt.report.engine.internal.executor.wrap.WrappedReportExecutor.execute(WrappedReportExecutor.java:59) at org.eclipse.birt.report.engine.internal.executor.dup.SuppressDuplciateReportExecutor.execute(SuppressDuplciateReportExecutor.java:51) at org.eclipse.birt.report.engine.internal.executor.wrap.WrappedReportExecutor.execute(WrappedReportExecutor.java:59) at org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.doRun(RunAndRenderTask.java:138) at org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.run(RunAndRenderTask.java:68) at reports.actions.DynamicReport.doGet(DynamicReport.java:175) at javax.servlet.http.HttpServlet.service(HttpServlet.java:740) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:65) at oracle.security.jazn.oc4j.JAZNFilter.doFilter(Unknown Source) at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:649) at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:322) at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:790) at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:270) at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:112) at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192) at java.lang.Thread.run(Thread.java:534) The error appears in package org.eclipse.birt.data.engine.impl.aggregation, class AggregateTable, default constructor, when trying to make an entry log, with a null third parameter. logger.entering( AggregateTable.class.getName( ), "AggregateTable", null ); The last param of the entering method (,, Object[] params) in jdk 1.4 is not tested for null values, and so gives the above mentioned result. In jdk 1.5 the problem doesn't appear since java.util.Logger.entering verifies the Object[] params for null values. Simply removing the last parameter solves the problem. Keep up the good work, Adrian Cioclei | resolved fixed | f0ebdf4 | ["data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/aggregation/AggregateTable.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-11-12T03:16:07Z" | "2007-11-06T20:13:20Z" |
208,512 | Bug 208512 Classes in package org.eclipse.birt.data.engine.odaconsumer have multithreads issues | Classes in package org.eclipse.birt.data.engine.odaconsumer are not thread-safe. | resolved fixed | 8f28488 | ["data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/odaconsumer/ConnectionManager.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/odaconsumer/DriverManager.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/odaconsumer/LogHelper.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-11-10T03:26:59Z" | "2007-11-02T07:53:20Z" |
199,834 | Bug 199834 Enable access to IContent object in IReportItemPresentation layer | In IReportItemPresentation layer, the extended item may want to access properties from current IContent object, for example, bookmark, content style. So we need expose the content object in this layer. | resolved fixed | ffa52ac | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/data/dte/QueryResultSet.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/data/dte/SingleCubeResultSet.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/data/dte/SingleQueryResultSet.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/ExtendedGenerateExecutor.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/extension/IReportItemGeneration.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/extension/IReportItemPresentation.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/extension/ReportItemGenerationBase.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/extension/ReportItemPresentationBase.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/extension/internal/RowSet.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/presentation/LocalizedContentVisitor.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-11-09T09:40:35Z" | "2007-08-14T08:26:40Z" |
207,561 | Bug 207561 [Regression] Conversion errror when preview the attached report design | null | closed fixed | 4388951 | ["data/org.eclipse.birt.report.data.oda.jdbc.ui/src/org/eclipse/birt/report/data/oda/jdbc/ui/editors/MetaDataRetriever.java", "data/org.eclipse.birt.report.data.oda.jdbc.ui/src/org/eclipse/birt/report/data/oda/jdbc/ui/editors/SQLDataSetEditorPage.java", "data/org.eclipse.birt.report.data.oda.jdbc.ui/src/org/eclipse/birt/report/data/oda/jdbc/ui/editors/SQLUtility.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-11-09T09:28:12Z" | "2007-10-26T09:13:20Z" |
209,303 | Bug 209303 [Automation][Smoke]NPE is thrown out when previewing reportdesign | Description: NPE is thrown out when previewing reportdesign TestDate: 20071109 TestBuild: BIRT2.3.0 Daily Build: v20071109-0800 steps to reproduce: - use the attached report design - preview it Expected Result: Report can be previewed without any exception Actual Result: NPE is thrown out. Error log: Please refer to the attachment | closed fixed | c1ba9e2 | ["engine/org.eclipse.birt.report.engine.tests/test/org/eclipse/birt/report/engine/css/engine/PerfectHashTest.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/css/dom/AbstractStyle.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/css/engine/BIRTPropertyManagerFactory.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/css/engine/PerfectHash.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/css/engine/StyleConstants.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/css/engine/value/birt/BIRTConstants.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-11-09T08:42:31Z" | "2007-11-09T06:33:20Z" |
182,895 | Bug 182895 Support sort on Level attribute. | Currently in OLAP engine we only support sort on level key value. We should go ahead to support sort on level attribute value. | resolved fixed | 6100606 | ["data/org.eclipse.birt.data.tests/test/org/eclipse/birt/data/engine/olap/api/CubeFeaturesTest.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/olap/data/api/CubeQueryExecutorHelper.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/olap/data/impl/aggregation/sort/AggrSortDefinition.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/olap/data/impl/aggregation/sort/AggrSortHelper.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/olap/data/impl/aggregation/sort/AggregationSortHelper.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/olap/data/impl/aggregation/sort/ITargetSort.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/olap/driver/DimensionAxis.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/olap/query/view/QueryExecutor.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/olap/util/sort/DimensionSortEvalHelper.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/olap/util/sort/IJSSortHelper.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-11-09T07:44:07Z" | "2007-04-18T09:53:20Z" |
208,449 | Bug 208449 crosstab/chart integration framework | In order to enable charts inside crosstab, some specific logic needs to be written for that particular scenario. This enhancement aims to - Design how to add this new logic in a modular way by either creating a new plugin org.eclipse.birt.chart.reportitem.crosstab (needs extension?) or using OO design. - Implement the framework structure that will contain the business logic to render charts in crosstabs. | resolved fixed | 03e1f07 | ["chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/reportitem/ChartReportItemGenerationImpl.java", "chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/reportitem/ChartReportItemGenerationProxy.java", "chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/reportitem/ChartReportItemPresentationImpl.java", "chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/reportitem/ChartReportItemPresentationProxy.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-11-09T03:51:02Z" | "2007-11-01T15:13:20Z" |
209,106 | Bug 209106 BIRT - User properties defined in a library are not seen in properties view | In the attached library there is a grid container. The text control and the row of the table in the grid have two user properties each. We can see them in the library but not when we drag them in to a design. The property does not show up in the properties view | resolved fixed | d70d65e | ["model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/core/DesignElement.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-11-08T09:21:29Z" | "2007-11-08T00:00:00Z" |
202,121 | Bug 202121 setDateFormat does not working | If you want to set date format of the table column style you have to use setDateTimeFormatCategory and setDateTimeFormat instead of setDateFormatCategory and setDateFormat. If you will try to use setDateFormatCategory in the first case in xml-source you will see that your style contains dateFormat property. This property is not working at all, in the second case in xml-source you will see that your style contains dateTimeFormat property. I think it will be better if the result of setDateTimeFormatCategory and setDateFormatCategory will be the same. | resolved fixed | 44789df | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/content/IStyle.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/css/dom/AbstractStyle.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/css/engine/PerfectHash.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/css/engine/StyleConstants.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/parser/EngineIRVisitor.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/presentation/LocalizedContentVisitor.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-11-08T02:46:56Z" | "2007-09-04T07:13:20Z" |
206,707 | Bug 206707 Double type is shown in Output Columns tab [07] | Description: Double type is shown in Output Columns tab. Build number: 2.2.1.v20071016-0630 Steps to reproduce: 1. New a sample data set CUSTOMERS, in "Edit Data Set" dialogue click "Output Columns" tab. Expected result: Data type for CREDITLIMIT is correct. Actual result: Data type for CREDITLIMIT is Double. Error log: N/A | closed fixed | 0c3be16 | ["core/org.eclipse.birt.core/src/org/eclipse/birt/core/data/DataType.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-11-07T10:27:11Z" | "2007-10-18T06:46:40Z" |
208,842 | Bug 208842 Issue of preview dataset including a computed column which refer to a report parameter[07] | Description: Issue of preview dataset including a computed column which refer to a report parameter[07] Build number: 2.3.0.v20071106-0800 Steps to reproduce: 1, New a string type report parameter with no default value 2, New a Dataset 3, New a computed column refer to report parameter(e.g params["p1"]) 4, Preview in dataset 5, Preview the report in layout and specify the value of parameter 6, Go back the dataset and preview the dataset Expected result: The computed column's value is the value specified when preview the report Actual result: Exception occurs when preview the dataset in step6 Error log: org.eclipse.birt.data.engine.core.DataException: An error happen during population of data. This might be caused by including data of mixed type in a column of "ANY" type. Invalid data type. at org.eclipse.birt.data.engine.impl.ComputedColumnHelperInstance.process(ComputedColumnHelper.java:412) at org.eclipse.birt.data.engine.impl.ComputedColumnHelper.process(ComputedColumnHelper.java:108) at org.eclipse.birt.data.engine.executor.cache.RowResultSet.processFetchEvent(RowResultSet.java:134) at org.eclipse.birt.data.engine.executor.cache.RowResultSet.next(RowResultSet.java:98) at org.eclipse.birt.data.engine.executor.cache.ExpandableRowResultSet.next(ExpandableRowResultSet.java:64) at org.eclipse.birt.data.engine.executor.cache.SmartCacheHelper.populateData(SmartCacheHelper.java:299) at org.eclipse.birt.data.engine.executor.cache.SmartCacheHelper.initInstance(SmartCacheHelper.java:271) at org.eclipse.birt.data.engine.executor.cache.SmartCacheHelper.initOdaResult(SmartCacheHelper.java:155) at org.eclipse.birt.data.engine.executor.cache.SmartCacheHelper.getResultSetCache(SmartCacheHelper.java:79) at org.eclipse.birt.data.engine.executor.cache.SmartCache.<init>(SmartCache.java:56) | closed fixed | 6610082 | ["data/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/api/script/DataAdapterTopLevelScope.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-11-07T06:43:31Z" | "2007-11-06T00:46:40Z" |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.