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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
184,369 | Bug 184369 Missing <table>element in dynamic text when publish to PDF | The query result of the dynamic text is html code containing <table> tag the table is missing in resulting PDF | closed fixed | 4c0085b | ["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/src/org/eclipse/birt/report/engine/layout/pdf/PDFLayoutManagerFactory.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/PropertyUtil.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-07-10T03:12:39Z" | "2007-04-27T07:46:40Z" |
189,382 | Bug 189382 [accessibility]Web Viewer content isn't accessible for some assistive tools.[0002] | Description: Web Viewer content isn't accessible for some assistive tools. At present, viewer use ajax structure, so view the html source can only see many reference to outer files. From accessibility point of view, some accessibility rules are based on html source code, so this rules cannot be satisfied. For example, table Header rule require using <th> tag, id and header attributes so that assistive reader tools can find out the link between header and detail data, but in BIRT, this can only be done through using "preview" servlet and will fail for "frameset" and "run". | closed fixed | a014cd7 | ["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-07-10T02:55:50Z" | "2007-05-28T08:13:20Z" |
191,696 | Bug 191696 WordUtil is getScreenResolution()-dependent | WordUtil class, in org.eclipse.birt.report.engine.emitter.wpml package, makes the following call to the getScreenResolution() method: public final static double INCH_PX = java.awt.Toolkit.getDefaultToolkit ( ).getScreenResolution ( ); which makes it dependent on Java runtime being non-headless. When run on JVM with -Djava.awt.headless=true, an java.awt.HeadlessException is thrown. It makes impossible to use BIRT on non-X Linux environment. Maybe there should be a default value of INCH_PX variable? | resolved fixed | 2fecd3d | ["engine/org.eclipse.birt.report.engine.emitter.wpml/src/org/eclipse/birt/report/engine/emitter/wpml/WordUtil.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-07-10T01:32:32Z" | "2007-06-08T13:40:00Z" |
191,019 | Bug 191019 Add a second measure to xtab detail area affacts Totals.[1102] | Description: Add a second measure to xtab detail area affacts Totals. Build number:2.2.0.v20070605 Steps to reproduce: 1. Open attached report. 2. Add max measure to detail area and observe Layout change. 3. In Row area, remove max grand total and observe Layout change. Expected result: If adding measure to detail area will afface grand total, it should affact both column grand total and row grand total. Otherwise, both grand totals should not be affacted. Actual result: In step2, max grand total add to row area but not to column area. In step3, max grand total appears in column grand total instead of remove max grand total in row area. Error log:N/A | closed fixed | 6049815 | ["xtab/org.eclipse.birt.report.item.crosstab.ui/src/org/eclipse/birt/report/item/crosstab/internal/ui/dialogs/AggregationDialog.java", "xtab/org.eclipse.birt.report.item.crosstab.ui/src/org/eclipse/birt/report/item/crosstab/internal/ui/editors/action/AddSubTotalAction.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-07-09T10:04:55Z" | "2007-06-05T13:26:40Z" |
194,843 | Bug 194843 Cross tab Cube - Cannot delete a dimension using the cube builder | - Open the attached report design - Delete the "Region" group. Current behavior - Does now allow me to delete the group. | resolved fixed | f1178df | ["model/org.eclipse.birt.report.model.tests/test/org/eclipse/birt/report/model/command/ContentCommandTest.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/command/ContentCommand.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/command/NameSpaceRecord.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-07-09T09:19:25Z" | "2007-06-28T22:33:20Z" |
195,217 | Bug 195217 [2.1.3]Border is missing on table group cell when preview in PDF[0300][1200] | Description: Get the attached report design file, preview in PDF, the bottom border is missing in table group cell. Build version:2.1.3.v20070702-1703 Steps to reproduce: 1.Get the attached report design. There is a table with group in the layout, and set the "Drop" property to "Detail", and set its border. 2. Preview in pdf, the buttom border is missing. Expected result: No border is missing. Error log: N/A. | closed fixed | 90307eb | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/cache/TableAreaLayout.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-07-09T08:11:23Z" | "2007-07-03T08:06:40Z" |
195,622 | Bug 195622 Toggle DataPoint Visibility should only list in Value (Y) Series interactivity [13] | Description: Toggle DataPoint Visibility should only list in Value (Y) Series interactivity. Build number: 2.2.0.v20070706-0959 Steps to reproduce: 1. New a chart, in Format Specifier add interactivity for Title, Chart Area... Expected result: Action "Toggle DataPoint Visibility" should only list for Value (Y) Series. Actual result: Action "Toggle DataPoint Visibility" also lists for Title, Chart Area... but does not work. Error log: N/A | closed fixed | 89af6b0 | ["chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/util/TriggerSupportMatrix.java", "chart/org.eclipse.birt.chart.tests/src/org/eclipse/birt/chart/tests/engine/EngineTest.java", "chart/org.eclipse.birt.chart.tests/src/org/eclipse/birt/chart/tests/engine/util/TriggerSupportMatrixTest.java", "chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/composites/TriggerDataComposite.java", "chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/composites/TriggerEditorDialog.java", "chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/wizard/format/popup/InteractivitySheet.java", "chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/wizard/format/series/NeedleSheetImpl.java", "chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/wizard/format/series/SeriesYSheetImpl.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-07-09T06:34:32Z" | "2007-07-06T05:33:20Z" |
195,635 | Bug 195635 Refresh library doesn't work when select root node in Outline.[01] | Description: Refresh library doesn't work when select root node in library Outline. Build number:2.2.1.v200707061322 Steps to reproduce: 1. New a library liba.rptlibrary. 2. New data source and dataset, drag dataset to Layout. 3. New a library libc.rptlibrary. 4. Drag table in lia to libc. 5. Delete table in liba and save. 6. In libc, select root node in Outline, right click and select refresh library. Expected result: Table item displays with red error words. Actual result: Nothing change unless select Libaries node and refresh library. Error log:n/a | closed fixed | 6e3ab4c | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/command/RefreshLibraryHandler.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-07-09T03:44:43Z" | "2007-07-06T08:20:00Z" |
195,613 | Bug 195613 drill through to toc in target report does not work properly[04] | steps to reproduce: use attached reports preview new_report_9.rptdesign in PDF click on actuate logo expected behavior: data item of 2nd page (toc) in target report is displayed actual behavior: target report was reached, but failed to navigated to the toc item | closed fixed | c90bbd7 | ["viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/service/BirtViewerReportService.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-07-06T08:05:50Z" | "2007-07-06T05:33:20Z" |
195,485 | Bug 195485 [Regression] The plot area of the pie chart is blank [13] | Description: The plot area of the pie chart is blank. Build number: 2.2.0.v20070705-0630 Steps to reproduce: 1. Preview the attached design file. Expected result: The pie is displayed. Actual result: The plot area of the pie chart is blank. Error log: N/A | closed fixed | 0a4a16a | ["data/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/api/DataAdapterUtil.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-07-06T07:28:51Z" | "2007-07-05T07:20:00Z" |
191,996 | Bug 191996 'Edit Data Set' dialog doesn't remember location and setup when it's closed. | Build ID: I20060602-1317 Steps To Reproduce: 1. Double click an existing MySQL Data Set from the 'Data Sets' item, found in the 'Data Explorer'. 2. Move the 'Edit Data Set' dialog to a new location. 3. Change the positions of the vertical splits between the option selection tree, database table tree and the data set SQL statement. 4. Hit the OK button. 5. Double click the same Data Set selected during step 1. The position of the dialog and splits have been lost. More information: The Edit Data Set dialog for MySQL queries doesn't remember: 1) it's location on the screen, 2) the position of the vertical split between the Area selection tree, the database table tree and the data set selection SQL statement. As a result, when refining a large SQL statement, the user is needs to resizing the edit dialog everytime the Data Set is opened. It would be better if the dialog restored its previous location and split positions. | resolved fixed | b8d712f | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/data/ui/property/AbstractPropertyDialog.java", "UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/dialogs/BaseDialog.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-07-06T06:58:17Z" | "2007-06-11T16:40:00Z" |
195,607 | Bug 195607 NPE is thrown when calling DimensionHandle:: getAbsoluteValue() | If a DimensionHandle did not set DimensionValue, NPE will thrown when calling DimensionHandle:: getAbsoluteValue(). | resolved fixed | 7672d31 | ["model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/CSSLengthValueHandler.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/ComputedValueHandler.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/DimensionHandle.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/FontSizeValueHandler.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-07-06T06:34:37Z" | "2007-07-06T02:46:40Z" |
191,880 | Bug 191880 Close the invalid library will lead the ClassCastException occurs and that error will lead some operation throw exceptions | Description: Close the invalid library will lead the ClassCastException occurs and that error will lead some operation such as insert a Create a datasource throw exceptions Build number: 2.2.0.v20070608-0630 Steps to reproduce: 1, Open the attache library file 2, Close that file 3, New a Data source in another report design file Expected result: After step2, the library is closed without exceptions After step3, the parameter can be created successfully without exceptions Actual result: After step2, ClassCastException occurs After step3, NPE throws out Error log: java.lang.ClassCastException: org.eclipse.gef.commands.CommandStack at org.eclipse.birt.report.designer.ui.editors.LibraryLayoutEditorFormPage.dispose(LibraryLayoutEditorFormPage.java:249) at org.eclipse.birt.report.designer.ui.editors.MultiPageReportEditor.dispose(MultiPageReportEditor.java:1010) at org.eclipse.birt.report.designer.ui.editors.IDEMultiPageReportEditor.dispose(IDEMultiPageReportEditor.java:432) at org.eclipse.birt.report.designer.ui.editors.ReportEditorProxy.dispose(ReportEditorProxy.java:133) NPE: java.lang.NullPointerException at org.eclipse.birt.report.designer.ui.editor.pages.xml.ReportXMLSourceEditorFormPage.reloadEditorInput(ReportXMLSourceEditorFormPage.java:514) at org.eclipse.birt.report.designer.ui.editor.pages.xml.ReportXMLSourceEditorFormPage.access$1(ReportXMLSourceEditorFormPage.java:509) at org.eclipse.birt.report.designer.ui.editor.pages.xml.ReportXMLSourceEditorFormPage$1.stackChanged(ReportXMLSourceEditorFormPage.java:408) | closed fixed | 6f56da1 | ["UI/org.eclipse.birt.report.designer.ui.lib/src/org/eclipse/birt/report/designer/ui/editors/LibraryLayoutEditorFormPage.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-07-05T02:28:08Z" | "2007-06-11T02:46:40Z" |
192,349 | Bug 192349 The column selected disappears when you reclick the downward arrow [0001] | Description: The column selected disappears when you reclick the downward arrow. Build number: 2.2.0.v20070613-1211 Steps to reproduce: 1, New a table binding to a data set, add an Aggregation, select one column from the "Data Field" dropdown list, click the downward arrow again. Expected result: The column selected is still there. Actual result: The column selected disappears. Error log: N/A | closed fixed | be0e1f5 | ["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-07-05T02:18:17Z" | "2007-06-13T07:33:20Z" |
193,640 | Bug 193640 [RCP] When create a template file, RCP works different with all-in-one [02] | Description: When create a template file, RCP works different with all-in-one. Build number: 2.2.0.v20070620-0630 Steps to reproduce: 1. New a template file, click next. Expected result: There is "Please set the template properties" in the top left of the dialogue as it does in all-in-one. Actual result: There is no "Please set the template properties" (see the screenshot). Error log: N/A | closed fixed | 7c68dfb | ["UI/org.eclipse.birt.report.designer.ui.rcp/src/org/eclipse/birt/report/designer/ui/internal/rcp/wizards/NewReportTemplateWizard.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-07-05T02:12:26Z" | "2007-06-21T01:40:00Z" |
193,637 | Bug 193637 The joint condition is missing in report design when using a cube from library[1102] | Description: The joint condition is missing in report design when using a cube from library[1102] Build number: 2.2.0.v20070621-0630 Steps to reproduce: 1, New a cube has joint condition in library 2, New a report and using the cube from library 3, Preview 4, Go back and check the joint condition in cube in report design Expected result: After step3, the preview should be successful and after step4, the joint condition should be as same as library Actual result: After step3, joint condition key is missing warning occurs when preview After step4, the joint condition is not joining two keys. | closed fixed | fb9e898 | ["model/org.eclipse.birt.report.model.tests/test/org/eclipse/birt/report/model/api/ModuleUtilTest.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/ModuleUtil.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-07-05T01:48:55Z" | "2007-06-21T01:40:00Z" |
194,163 | Bug 194163 Inconsistent behaviors occur when clicking F1 in Data Binding help page [17] | Description: In Data Binding Press "F1" button Build number: 2.2.0.v20070625-0630 Steps: 1.Open chart builder, go to "Select Data" tab 2.Click "Data Binding..." button 3.Press "F1" button 4.Help dialog will be pop up 5.Click nothingness in the "About" menu 5.Press "F1" button again Expected result: page no change. Actual result: the page change to another one. Error log: N/A | closed fixed | 510b227 | ["chart/org.eclipse.birt.chart.reportitem.ui/src/org/eclipse/birt/chart/reportitem/ui/ReportDataServiceProvider.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-07-04T08:55:30Z" | "2007-06-25T08:26:40Z" |
195,336 | Bug 195336 [2.1.3]Insert the list group above and the display name has no changed[0004] | Description: Insert the list group above and the display name has no changed[0004] Step: 1.New a list 2.Insert a group on above 3.Insert another group on above again. Actual result: The display name of two group header and footer are the same as GH1 and GF1 Exception result: The display name of second group header and footer is GH2 and GF2 | closed fixed | c1a69da | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/schematic/editparts/ListBandEditPart.java", "UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/schematic/figures/ListBandControlFigure.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-07-04T07:39:44Z" | "2007-07-04T06:20:00Z" |
192,344 | Bug 192344 Refresh library issue in library file[01] | Description: Refresh library issue in library file Build number:2.2.0.v20070613 Steps to reproduce: 1. New a library, liba. 2. Insert a table in liba. 3. New a library libc. 4. Drag table from liba to libc. 5. Remove table in liba and save. 6. In outline of libc, refresh library. Expected result: Red words in table item to indicate the error. Actual result: No error indication. Error log:N/A | closed fixed | 277f9c2 | ["UI/org.eclipse.birt.report.designer.ui.lib/src/org/eclipse/birt/report/designer/internal/lib/editparts/LibraryGraphicalPartFactory.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-07-04T06:18:27Z" | "2007-06-13T07:33:20Z" |
194,161 | Bug 194161 Have not removed the measure binding column when hide the measure[1102] | Description: Have not removed the measure binding column when hide the measure[1102] Step: 1.New a datasource, dataset 2.New a data cube 3.Add a cross table, drop the group and measure into the cross table 4.Right click on measure in cross table and select Show/Hide Measure 5.Untick the measure and press OK Actual result: The measure binding column has not removed. When preview it will pop up an error. Exception result: Remove the binding column | closed fixed | 293c273 | ["xtab/org.eclipse.birt.report.item.crosstab.ui/src/org/eclipse/birt/report/item/crosstab/internal/ui/editors/action/AddLevelHandleAction.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-07-04T05:17:41Z" | "2007-06-25T05:40:00Z" |
192,362 | Bug 192362 Propertiy Editor will not refresh when use Page->MasterPage->Simple MasterPage to go to Master Page tab [05] | Description: Propertiy Editor will not refresh when use Page->MasterPage->Simple MasterPage to go to Master Page tab. Build number: 2.2.0.v20070613-1211 Steps to reproduce: 1. Open a report. 2. Use top menu Page->Master Page->Simple Master Page. Expected result: Change to MasterPage tab and Property Editor refreshed. Actual result: Change to MasterPage tab and Property Editor did not refresh. Error log: N/A | closed fixed | 772c397 | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/util/UIUtil.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-07-04T03:25:21Z" | "2007-06-13T07:33:20Z" |
190,058 | Bug 190058 icon for aggregation type data items. | For aggregation type data items in cross tabs, we should show the icon instead of the sigma symbol. I am attaching the icon to replace it | resolved fixed | d09057d | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/schematic/editparts/DataEditPart.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/editors/schematic/figures/TextFlow.java", "xtab/org.eclipse.birt.report.item.crosstab.ui/src/org/eclipse/birt/report/item/crosstab/internal/ui/editors/editparts/MeasureAggregationEditPart.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-07-03T06:22:50Z" | "2007-05-30T21:20:00Z" |
195,201 | Bug 195201 [Automation]exception thrown out when preview attached report in html | steps to reproduce: - use the attached report design - preview in html expected behavior: - chart should be rendered properly actual behavior: - exception thrown out SwingImageCache.exception.media.tracker ( 1 time(s) ) detail : org.eclipse.birt.chart.exception.ChartException: MediaTracker returned an error in [sun.awt.image.ToolkitImage@1a110e0] at org.eclipse.birt.chart.render.AxesRenderer.renderPlot(AxesRenderer.java:2263) at org.eclipse.birt.chart.render.AxesRenderer.render(AxesRenderer.java:292) at org.eclipse.birt.chart.factory.Generator.render(Generator.java:1282) at org.eclipse.birt.chart.reportitem.ChartReportItemPresentationImpl.onRowSets(ChartReportItemPresentationImpl.java:516) at org.eclipse.birt.report.engine.presentation.LocalizedContentVisitor.processExtendedContent(LocalizedContentVisitor.java:678) at org.eclipse.birt.report.engine.presentation.LocalizedContentVisitor.visitForeign(LocalizedContentVisitor.java:368) at org.eclipse.birt.report.engine.content.impl.ForeignContent.accept(ForeignContent.java:59) at org.eclipse.birt.report.engine.presentation.LocalizedContentVisitor.localize(LocalizedContentVisitor.java:102) at org.eclipse.birt.report.engine.internal.executor.l18n.LocalizedReportItemExecutor.execute(LocalizedReportItemExecutor.java:36) at org.eclipse.birt.report.engine.layout.html.HTMLPageLM.layoutChildren(HTMLPageLM.java:126) at org.eclipse.birt.report.engine.layout.html.HTMLPageLM.layout(HTMLPageLM.java:84) at org.eclipse.birt.report.engine.layout.html.HTMLReportLayoutEngine.layout(HTMLReportLayoutEngine.java:90) at org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.doRun(RunAndRenderTask.java:147) at org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.run(RunAndRenderTask.java:71) 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.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) Caused by: org.eclipse.birt.chart.exception.ChartException: MediaTracker returned an error in [sun.awt.image.ToolkitImage@1a110e0] at org.eclipse.birt.chart.device.swing.SwingRendererImpl.drawImage(SwingRendererImpl.java:321) at org.eclipse.birt.chart.device.svg.SVGRendererImpl.drawImage(SVGRendererImpl.java:642) at org.eclipse.birt.chart.event.ImageRenderEvent.draw(ImageRenderEvent.java:190) at org.eclipse.birt.chart.event.ImageRenderEvent.fill(ImageRenderEvent.java:180) at org.eclipse.birt.chart.render.DeferredCache.flushMarkers(DeferredCache.java:385) at org.eclipse.birt.chart.render.DeferredCacheManager.flushMarkersNLabels(DeferredCacheManager.java:174) at org.eclipse.birt.chart.render.DeferredCacheManager.flushAll(DeferredCacheManager.java:156) at org.eclipse.birt.chart.render.AxesRenderer.renderPlot(AxesRenderer.java:2258) ... 75 more Caused by: org.eclipse.birt.chart.exception.ChartException: MediaTracker returned an error in [sun.awt.image.ToolkitImage@1a110e0] at org.eclipse.birt.chart.device.swing.SwingImageCache.loadImage(SwingImageCache.java:106) at org.eclipse.birt.chart.device.swing.SwingDisplayServer.loadImage(SwingDisplayServer.java:179) at org.eclipse.birt.chart.device.svg.SVGDisplayServer.loadImage(SVGDisplayServer.java:33) at org.eclipse.birt.chart.device.swing.SwingRendererImpl.drawImage(SwingRendererImpl.java:317) ... 82 more | closed fixed | 33377d5 | ["chart/org.eclipse.birt.chart.device.extension/src/org/eclipse/birt/chart/device/swing/SwingRendererImpl.java", "chart/org.eclipse.birt.chart.device.swt/src/org/eclipse/birt/chart/device/swt/SwtRendererImpl.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-07-03T03:13:47Z" | "2007-07-03T02:33:20Z" |
194,371 | Bug 194371 Use page emitter framework to implement ppt emitter. | In order to keep consistent with pdf and postscript, ppt need to use page emitter framework. | resolved fixed | 33fea95 | ["engine/org.eclipse.birt.report.engine.emitter.ppt/src/org/eclipse/birt/report/engine/emitter/ppt/PPTEmitter.java", "engine/org.eclipse.birt.report.engine.emitter.ppt/src/org/eclipse/birt/report/engine/emitter/ppt/PPTRender.java", "engine/org.eclipse.birt.report.engine.emitter.ppt/src/org/eclipse/birt/report/engine/emitter/ppt/PPTWriter.java", "engine/org.eclipse.birt.report.engine.emitter.ppt/src/org/eclipse/birt/report/engine/emitter/ppt/device/PPTPage.java", "engine/org.eclipse.birt.report.engine.emitter.ppt/src/org/eclipse/birt/report/engine/emitter/ppt/device/PPTPageDevice.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-07-03T02:26:29Z" | "2007-06-26T06:40:00Z" |
169,566 | Bug 169566 Chart Marker Line is above the Series Line | If I'm adding a marker line in a Chart this line is above the Series lines. The series line should above the marker line | resolved fixed | ebf6516 | ["chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/render/AxesRenderer.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-07-02T03:00:22Z" | "2007-01-04T17:00:00Z" |
191,891 | Bug 191891 xtab nest in another xtab doesn't display data.[1102] | Description: xtab nest in another xtab doesn't display data. Build number:2.2.0.v200706111025 Steps to reproduce: 1. Insert a xtab. 2. Insert another xtab to first xtab's row area. 3. Preview in web viewer and html (attach report). Expected result: Display data for two xtabs. Actual result: Html display data correctly. Web Viewer can only display data for parent xtab. Error log:N/A | closed fixed | eb3d6b1 | ["data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/olap/data/impl/AggregationResultSetSaveUtil.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-07-02T02:49:24Z" | "2007-06-11T08:20:00Z" |
194,785 | Bug 194785 Stacked bars are drawn incompletely when window is minimed | If I have a stacked bar chart, and i minimize window or bring another window in front so that the view is blocked by the new window, when the window is minimized, all the drawing in the charts is erased, and the view has to be closed and re-opened before the charts appear correctly again. I think this problem is because of the fix for 182279. I will attach the sample test case | resolved fixed | bee0d4a | ["chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/computation/withaxes/AxisSubUnit.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-06-29T06:39:22Z" | "2007-06-28T14:13:20Z" |
193,653 | Bug 193653 Can't add Aggregation Element to Grid in Crosstab Summary Cell | Build ID: I20070608-1718 Steps To Reproduce: 1. Create a crosstab and add levels and dimensions. 2. Turn on a total/summary cell. 3. Add a grid element from the palette. 4. Try to drag & drop an aggregation element into that grid. More information: The UI will prevents me from doing this, although, I can successfully edit the XML source code to do this. This was working in 2.2RC3. This is no longer possible in my nightly build from 6/20. This is needed to add multiple aggregations like (min, max, average) to a summary cell. Thanks | resolved fixed | 57612dd | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/AggDataDropAdapter.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-06-29T03:14:26Z" | "2007-06-21T07:13:20Z" |
171,501 | Bug 171501 When click the data set or data source, the focus is lost[0001] | Description: When click the data set or data source, the focus is lost[0001] Build number: 2.2.0.v20070124-0630 Steps to reproduce: 1, New a Sample datasource and data set 2, Click the data source or data set in Data Explorer 3, Press 'Delete' button on keyboard Expected result: The datasource or data set can be deleted successfully Actual result: The operation take no effect, and the datasource is gray. When choose the datasource again, the datasource is able to delete Error log: | closed fixed | 77b5857 | ["UI/org.eclipse.birt.report.designer.ui.views/src/org/eclipse/birt/report/designer/ui/views/data/DataView.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-06-28T06:21:38Z" | "2007-01-24T06:26:40Z" |
190,981 | Bug 190981 The image id of image in different pages are the same | The id of image generated by the same report item (such as chart) are the same, thought the image contents are in different pages. | resolved fixed | bb68074 | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/Image.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-06-28T03:53:58Z" | "2007-06-05T07:53:20Z" |
189,607 | Bug 189607 2D+ Curve Fitting Line does not work correctly [0001] | Description: 2D+ Curve Fitting Line does not work correctly. Build number: 2.2.0.v20070529-1039 Steps to reproduce: 1. Preview the attached design file. Expected result: Curve Fitting Line for 2D+ works corrctly. Actual result: See the screenshot. Error log: N/A | closed fixed | f468604 | ["chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/event/EventObjectCache.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/event/OvalRenderEvent.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/event/PrimitiveRenderEvent.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/event/WrappedInstruction.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/model/component/Series.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/component/impl/SeriesImpl.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/type/impl/BarSeriesImpl.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/type/impl/BubbleSeriesImpl.java", "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", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/render/CurveRenderer.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/render/DeferredCache.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/render/DeferredCacheManager.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-06-27T09:51:33Z" | "2007-05-29T09:13:20Z" |
194,549 | Bug 194549 Memory leak in chart device renderers | After memory analysis for Chart code, it indicates java.awt.Font objects are not garbage collected. Investigating the renderer code, Graphics2D objects in IDisplayServer and IDeviceRenderer are not disposed after chart rendering finished. Need to invoke IDeviceRenderer.dispose() after ChartReportItemPresentationImpl being finished, and dispose all required resources in that method, including IDisplayServer and anything else. | resolved fixed | 2deb2d0 | ["chart/org.eclipse.birt.chart.device.extension/src/org/eclipse/birt/chart/device/swing/SwingDisplayServer.java", "chart/org.eclipse.birt.chart.device.extension/src/org/eclipse/birt/chart/device/swing/SwingRendererImpl.java", "chart/org.eclipse.birt.chart.device.extension/src/org/eclipse/birt/chart/device/swing/SwingTextRenderer.java", "chart/org.eclipse.birt.chart.device.pdf/src/org/eclipse/birt/chart/device/pdf/PDFRendererImpl.java", "chart/org.eclipse.birt.chart.device.svg/src/org/eclipse/birt/chart/device/svg/SVGRendererImpl.java", "chart/org.eclipse.birt.chart.device.svg/src/org/eclipse/birt/chart/device/svg/SVGTextRenderer.java", "chart/org.eclipse.birt.chart.device.swt/src/org/eclipse/birt/chart/device/swt/SwtTextRenderer.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/device/DisplayAdapter.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/device/IDisplayServer.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/device/ITextRenderer.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/device/TextRendererAdapter.java", "chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/reportitem/ChartReportItemPresentationImpl.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-06-27T08:16:58Z" | "2007-06-27T04:53:20Z" |
193,677 | Bug 193677 Enlarge the attached xtab in pdf file will cause data disappear.[1102][1200] | Description: Enlarge the attached xtab in pdf file will cause data disappear. Build number:2.2.0.v200706211316 Steps to reproduce: 1. Open attached report. 2. Preview in Web Viewer. 3. Click Export Report, select pdf, tick on Fit to page width option. 4. Zoom in the pdf page. Expected result: Data become larger and can be seen clearly Actual result: Data disappear. Error log:n/a | closed fixed | 5a6f81d | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/font/FontInfo.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-06-27T07:57:48Z" | "2007-06-21T10:00:00Z" |
193,263 | Bug 193263 Inconsistent result of average function between Chart and Table[0001] | Description: Set average function on Chart and Table, get the different result. Chart engine takes the null value as 0, but in DTE null will be discarded. I have checked the behavior of excel, the null value is discarded in it. Build version:2.2.0v20070619-0630 Steps to reproduce: 1. Get the attached report design file and preview. | closed fixed | 33f66ee | ["chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/series/DifferenceSeriesAttributeComposite.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-06-27T07:00:41Z" | "2007-06-19T05:13:20Z" |
193,895 | Bug 193895 Can not select the data cube in advanced and properties[1102] | Description: Can not select the data cube in advanced and properties[1102] Step: 1.New a report design, datasource, dataset, data cube 2.New a cross table 3.Switch Property Editor - Advanced 4.Switch Properties Actual result: Select the Cube selection and spread the drop down list, no data cube in it. Exception result: It can select the data cube in advance or properties | closed fixed | 132b513 | ["model/org.eclipse.birt.report.model.tests/test/org/eclipse/birt/report/model/api/PropertyHandleTest.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/PropertyHandle.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-06-26T07:16:13Z" | "2007-06-22T08:13:20Z" |
193,245 | Bug 193245 Should block user to set content type property on the child element | After we switch from the slot to content element type property, all the rules that we applied to the slot before should be applied to the content element type property. When an element is extended from the library element, it should not be allowed to change the child element structure. So, when user call setProperty() to set the value of the content element type property, Model should throw out exception. | resolved fixed | 4ef0a8a | ["model/org.eclipse.birt.report.model.tests/test/org/eclipse/birt/report/model/command/PropertyCommandTest.java", "model/org.eclipse.birt.report.model.tests/test/org/eclipse/birt/report/model/library/LibraryCompoundElementTest.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/command/PropertyCommand.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-06-26T05:54:59Z" | "2007-06-19T02:26:40Z" |
190,931 | Bug 190931 ReportEngine runtime output file name issue.[0600] | Description: ReportEngine runtime output file name issue. Build number:2.2.0.v20070605 Steps to reproduce: 1. Run below commands: genReport -m run -o Test.rptdocument -p "sample=hello" test.rptdesign genReport -m render -f html -o Testdoc.html Test.rptdocument Expected result: The output file name is Testdoc.html. Actual result: The output file name is Testdoc_1.html. As the user has specify the output file name, the output file should use the name instead of change it. Error log:N/A | closed fixed | 94a91a2 | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/ReportRunner.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-06-25T09:04:47Z" | "2007-06-05T02:20:00Z" |
193,855 | Bug 193855 Invoke Script does not work correctly [13] | Description: Invoke Script does not work correctly Build number: 2.2.0.v20070621-1540 Steps to reproduce: 1. New a chart, set output format PNG, set Value series interactivity as Event: Mouse Click, Action: Invoke Script, Script: alert("aaa") or alert('aaa'). 2. Preview, click the series. Expected result: For both scirpt when click, dialogue pops up with "aaa". Actual result: Only alert('aaa') works. Error log: N/A | closed fixed | 1691915 | ["chart/org.eclipse.birt.chart.device.extension/src/org/eclipse/birt/chart/device/image/JavaxImageIOWriter.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/integrate/SimpleDataRowExpressionEvaluator.java", "chart/org.eclipse.birt.chart.examples/src/org/eclipse/birt/chart/examples/api/data/autobinding/AutoDataBindingViewer.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-06-25T03:30:18Z" | "2007-06-22T02:40:00Z" |
193,875 | Bug 193875 we can not get an entir url by IHTMLActionHandler | we can not get an entir url by IHTMLActionHandler, so word emitter dose not write the right url. now hyperlink drill through in word emitter doesn't work. | resolved fixed | 8155fcf | ["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/utility/ParameterAccessor.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-06-25T02:39:41Z" | "2007-06-22T05:26:40Z" |
191,421 | Bug 191421 [SPM]UnsupportedOperationException when use reportrunner to render report.[0600] | Description: UnsupportedOperationException when use reportrunner to render report. Build number:2.2.0.v20070606 Steps to reproduce: 1. Using engine API reportrunner to run attached report. Expected result: Report is generated without exception. Actual result: Report is generated but exception is written in log. Error log: SEVERE: Cannot find out parameter. java.lang.UnsupportedOperationException: No named Parameter supported. at org.eclipse.birt.report.data.oda.jdbc.CallStatement.findOutParameter(Ljava.lang.String;)I(CallStatement.java:1404) at org.eclipse.datatools.connectivity.oda.consumer.helper.OdaAdvancedQuery.findOutParameter(Ljava.lang.String;)I(OdaAdvancedQuery.java:1524) at org.eclipse.birt.data.engine.odaconsumer.PreparedStatement.findOutParameter(Ljava.lang.String;)I(PreparedStatement.java:711) at org.eclipse.birt.data.engine.odaconsumer.PreparedStatement.getRuntimeParameterIndexFromName(Ljava.lang.String;Z)I(PreparedStatement.java:1588) at org.eclipse.birt.data.engine.odaconsumer.PreparedStatement.updateWithParameterHints(Ljava.util.List;Ljava.util.List;)V(PreparedStatement.java:1529) at org.eclipse.birt.data.engine.odaconsumer.PreparedStatement.mergeParamHintsWithMetaData(Lorg.eclipse.datatools.connectivity.oda.IParameterMetaData;)Ljava.util.Collection;(PreparedStatement.java:1460) at org.eclipse.birt.data.engine.odaconsumer.PreparedStatement.getParameterMetaData()Ljava.util.Collection;(PreparedStatement.java:1336) at org.eclipse.birt.data.engine.executor.DataSourceQuery.getParameterMetaData()Ljava.util.Collection;(DataSourceQuery.java:453) at org.eclipse.birt.data.engine.executor.DataSourceQuery.checkOutputParamNameValid(Ljava.lang.String;)V(DataSourceQuery.java:659) at org.eclipse.birt.data.engine.executor.DataSourceQuery.getOutputParameterValue(Ljava.lang.String;)Ljava.lang.Object;(DataSourceQuery.java:598) at org.eclipse.birt.data.engine.impl.DataSetRuntime.getOutputParameterValue(Ljava.lang.String;)Ljava.lang.Object;(DataSetRuntime.java:783) at org.eclipse.birt.data.engine.script.JSOutputParams.get(Ljava.lang.String;Lorg.mozilla.javascript.Scriptable;)Ljava.lang.Object;(JSOutputParams.java:63) at org.mozilla.javascript.ScriptableObject.getProperty(Lorg.mozilla.javascript.Scriptable;Ljava.lang.String;)Ljava.lang.Object;(ScriptableObject.java:1263) at org.mozilla.javascript.ScriptRuntime.getObjectElem(Lorg.mozilla.javascript.Scriptable;Ljava.lang.Object;Lorg.mozilla.javascript.Context;)Ljava.lang.Object;(ScriptRuntime.java:1301) at org.mozilla.javascript.ScriptRuntime.getObjectElem(Ljava.lang.Object;Ljava.lang.Object;Lorg.mozilla.javascript.Context;)Ljava.lang.Object;(ScriptRuntime.java:1283) at org.mozilla.javascript.Interpreter.interpret(Lorg.mozilla.javascript.Context;Lorg.mozilla.javascript.Interpreter$CallFrame;Ljava.lang.Object;)Ljava.lang.Object;(Interpreter.java:2774) at org.mozilla.javascript.Interpreter.interpret(Lorg.mozilla.javascript.InterpretedFunction;Lorg.mozilla.javascript.Context;Lorg.mozilla.javascript.Scriptable;Lorg.mozilla.javascript.Scriptable;[Ljava.lang.Object;)Ljava.lang.Object;(Interpreter.java:2164) at org.mozilla.javascript.InterpretedFunction.call(Lorg.mozilla.javascript.Context;Lorg.mozilla.javascript.Scriptable;Lorg.mozilla.javascript.Scriptable;[Ljava.lang.Object;)Ljava.lang.Object;(InterpretedFunction.java:140) at org.mozilla.javascript.ContextFactory.doTopCall(Lorg.mozilla.javascript.Callable;Lorg.mozilla.javascript.Context;Lorg.mozilla.javascript.Scriptable;Lorg.mozilla.javascript.Scriptable;[Ljava.lang.Object;)Ljava.lang.Object;(ContextFactory.java:304) at org.mozilla.javascript.ScriptRuntime.doTopCall(Lorg.mozilla.javascript.Callable;Lorg.mozilla.javascript.Context;Lorg.mozilla.javascript.Scriptable;Lorg.mozilla.javascript.Scriptable;[Ljava.lang.Object;)Ljava.lang.Object;(ScriptRuntime.java:2769) at org.mozilla.javascript.Interpreter.interpret(Lorg.mozilla.javascript.InterpretedFunction;Lorg.mozilla.javascript.Context;Lorg.mozilla.javascript.Scriptable;Lorg.mozilla.javascript.Scriptable;[Ljava.lang.Object;)Ljava.lang.Object;(Interpreter.java:2145) at org.mozilla.javascript.InterpretedFunction.call(Lorg.mozilla.javascript.Context;Lorg.mozilla.javascript.Scriptable;Lorg.mozilla.javascript.Scriptable;[Ljava.lang.Object;)Ljava.lang.Object;(InterpretedFunction.java:140) at org.mozilla.javascript.InterpretedFunction.exec(Lorg.mozilla.javascript.Context;Lorg.mozilla.javascript.Scriptable;)Ljava.lang.Object;(InterpretedFunction.java:149) at org.eclipse.birt.data.engine.expression.BytecodeExpression.evaluate(Lorg.mozilla.javascript.Context;Lorg.mozilla.javascript.Scriptable;)Ljava.lang.Object;(BytecodeExpression.java:48) at org.eclipse.birt.data.engine.expression.ExprEvaluateUtil.evaluateCompiledExpression(Lorg.eclipse.birt.data.engine.expression.CompiledExpression;Lorg.eclipse.birt.data.engine.odi.IResultObject;ILorg.mozilla.javascript.Scriptable;)Ljava.lang.Object;(ExprEvaluateUtil.java:170) at org.eclipse.birt.data.engine.expression.ExprEvaluateUtil.evaluateCompiledExpression(Lorg.eclipse.birt.data.engine.expression.CompiledExpression;Lorg.eclipse.birt.data.engine.odi.IResultIterator;Lorg.mozilla.javascript.Scriptable;)Ljava.lang.Object;(ExprEvaluateUtil.java:189) at org.eclipse.birt.data.engine.expression.ExprEvaluateUtil.evaluateExpression(Lorg.eclipse.birt.data.engine.api.IBaseExpression;Lorg.eclipse.birt.data.engine.odi.IResultIterator;Lorg.mozilla.javascript.Scriptable;)Ljava.lang.Object;(ExprEvaluateUtil.java:63) at org.eclipse.birt.data.engine.impl.BindingColumnsEvalUtil.evaluateValue(Lorg.eclipse.birt.data.engine.impl.BindingColumnsEvalUtil$BindingColumn;I)Ljava.lang.Object;(BindingColumnsEvalUtil.java:217) at org.eclipse.birt.data.engine.impl.BindingColumnsEvalUtil.getColumnsValue()Ljava.util.Map;(BindingColumnsEvalUtil.java:169) at org.eclipse.birt.data.engine.impl.ResultIterator.prepareCurrentRow()V(ResultIterator.java:577) at org.eclipse.birt.data.engine.impl.ResultIterator.next()Z(ResultIterator.java:390) at org.eclipse.birt.report.engine.data.dte.QueryResultSet.next()Z(QueryResultSet.java:155) | closed fixed | 9b3def2 | ["data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/odaconsumer/PreparedStatement.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-06-23T00:15:12Z" | "2007-06-07T07:06:40Z" |
193,886 | Bug 193886 NPE is thrown when preview external CSS style in ppt[1205] | null | closed fixed | 3b476da | ["engine/org.eclipse.birt.report.engine.emitter.ppt/src/org/eclipse/birt/report/engine/emitter/ppt/PPTRender.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-06-22T09:30:34Z" | "2007-06-22T05:26:40Z" |
193,828 | Bug 193828 message should not be popped when adding group level to cross tab | In a cross tab click on an aggregation type data cell and select 'show/hide Group Levels'. If I want to add a level, A message dialog pops up. Expected: No message dialog should pop up when adding a level. The dialog should appear only when a level in unchecked. | verified fixed | 6740f50 | ["xtab/org.eclipse.birt.report.item.crosstab.ui/src/org/eclipse/birt/report/item/crosstab/internal/ui/editors/action/AddLevelHandleAction.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-06-22T07:41:53Z" | "2007-06-21T18:20:00Z" |
193,285 | Bug 193285 Add CSS file has issue when delete the css file in library explorer. | Description: Add CSS file has issue when delete the css file. Build number:2.2.0.v20070619 Steps to reproduce: 1. In library explorer, add a css file. 2. Use the css file in report. 3. Delete the css file in Library Explorer. 4. In report outline, select the css file, right click and select reload CSS file menu. 5. Delete the css file in outline. Expected result: After step4, Exception throws out. Step 5 can be done. Actual result: After step4, the css file in report outline can not be deleted. Error log:n/a | closed fixed | 124ecc6 | ["model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/css/CssStyleSheetAdapter.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/css/CssStyleSheetHandleAdapter.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-06-22T07:02:55Z" | "2007-06-19T10:46:40Z" |
192,796 | Bug 192796 In pdf xtab move to next page with a label before it.[1102] | Description: In pdf xtab move to next page with a label before it. Build number:2.2.0.v20070615 Steps to reproduce: 1. Open attached xtab report. 2. Preview in pdf. 3. Remove the label item and preview in pdf again. Expected result: A label before the xtab will not cause the whole xtab moving to the second page. Actual result: In step2, xtab displays in the second page. In step3, xtab displays in the first page. Error log:n/a | closed fixed | 86dfaad | ["engine/org.eclipse.birt.report.engine.tests/test/org/eclipse/birt/report/engine/layout/pdf/PDFLayoutTest.java", "engine/org.eclipse.birt.report.engine.tests/test/org/eclipse/birt/report/engine/layout/pdf/PDFTableLMTest.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-06-22T06:16:29Z" | "2007-06-15T04:00:00Z" |
193,675 | Bug 193675 Crosstab border doesn't refresh correctly when undo delete predefined style operation | Add a predefined style "crosstab "in report design, set some border styles, drag a crosstab to layout, it will apply the style automatically. Then delete the predefined style, crosstab is refreshed correctly in layout, but if undo this operation, crosstab doens't refesh corrently. This is because the border layer for crosstab is not updated correctly when refresh figure. The resolution is we trigger a relayout after refresh figure to update border data correctly. | resolved fixed | 1456236 | ["xtab/org.eclipse.birt.report.item.crosstab.ui/src/org/eclipse/birt/report/item/crosstab/internal/ui/editors/editparts/CrosstabTableEditPart.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-06-22T05:56:14Z" | "2007-06-21T10:00:00Z" |
193,467 | Bug 193467 URL hyperlink can't work in chart viewer | null | resolved fixed | 20ba5fb | ["chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/integrate/SimpleActionEvaluator.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/integrate/SimpleActionHandle.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/integrate/SimpleActionRenderer.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/integrate/SimpleActionUtil.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/integrate/SimpleDataRowExpressionEvaluator.java", "chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/reportitem/ChartReportItemPresentationImpl.java", "chart/org.eclipse.birt.chart.viewer/src/org/eclipse/birt/chart/viewer/internal/util/ChartImageManager.java", "chart/org.eclipse.birt.chart.viewer/src/org/eclipse/birt/chart/viewer/sample/SampleHelper.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-06-21T08:12:13Z" | "2007-06-20T09:00:00Z" |
193,646 | Bug 193646 Some content of level are missing when preview in PDF[1102] | Description: Some content of level are missing when preview in PDF[1102] Build number: 2.2.0.v20070621-0630 Steps to reproduce: 1, Open the attache report 2, Preview in PDF Expected result: Preview should be correct and all the content of level in preview Actual result: Some content of level are missing when preview in PDF | closed fixed | c70b195 | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/cache/TableAreaLayout.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-06-21T07:30:31Z" | "2007-06-21T04:26:40Z" |
193,266 | Bug 193266 BIRT become strange after insert a label from outline in library[01] | BIRT become strange after insert a label from outline in library[01] Build number: 2.2.0.v20070618-0630 Steps to reproduce: 1.New a rptlibrary file and new a label from outline Expected result: Will focus to the label in layout Actual result: It'll take a long time to display and when you right click to new a style,you'll find dialog won't change when you switch from font to text or others Error log: N/A | closed fixed | 6dac389 | ["UI/org.eclipse.birt.report.designer.ui.editors/src/org/eclipse/birt/report/designer/internal/ui/views/outline/DesignerOutlinePage.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-06-21T07:01:53Z" | "2007-06-19T08:00:00Z" |
192,119 | Bug 192119 Line break inside label/data is ignored in Excel emitter[1203] | Description: Line break inside label/data is ignored in Excel Build number:2.2.0.v20070612 Steps to reproduce: 1. Insert a data item, input expression as: "the first line"+"\n\r"+ "\n"+"second line"+"\n"+"third line" 2. Insert a label item, input label, press ctrl+enter twice to add two blank line in label, then input end in third line. 3. Preview in xls prototype. Expected result: Display line break effect. Actual result: Data item content display in one line. Label item content display in one line. Error log:N/A | closed fixed | eb0976f | ["engine/org.eclipse.birt.report.engine.emitter.prototype.excel/src/org/eclipse/birt/report/engine/emitter/excel/ExcelWriter.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-06-21T02:51:29Z" | "2007-06-12T09:20:00Z" |
193,465 | Bug 193465 Series color is incorrect in cone chart [0001] | Description: Series color is incorrect in cone chart. Build version:2.2.0v20070620-0630 Steps to reproduce: 1. Get the attached report design file, preview in layout. Expected result: The series is grouped by city, but the displayed plot color is inconsistent with legend color. | closed fixed | fe34df5 | ["chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/util/FillUtil.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-06-20T10:43:54Z" | "2007-06-20T09:00:00Z" |
193,231 | Bug 193231 RCP designer does not display Preview tab and View menu. | On RCP designer, Preview tab is missing and View Report menus. Please check the attached screen shot for detail. | resolved fixed | b3b9319 | ["viewer/org.eclipse.birt.report.viewer/src/org/eclipse/birt/report/viewer/utilities/ViewerClassPathHelper.java", "viewer/org.eclipse.birt.report.viewer/src/org/eclipse/birt/report/viewer/utilities/WebViewer.java", "viewer/org.eclipse.birt.report.viewer/src/org/eclipse/birt/report/viewer/utilities/WebappAccessor.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-06-20T05:42:47Z" | "2007-06-18T23:40:00Z" |
193,249 | Bug 193249 Exception is thrown out when open web browser in an old workspace [00] | Description: Exception is thrown out when open web browser in an old workspace Build number: 2.2.0.v20070619-0630 Steps to reproduce: 1. In an old workspace, open the web browser. Expected result: No exception is thrown out. Actual result: Exception is thrown out. Error log: java.lang.ArrayIndexOutOfBoundsException: 0 at org.eclipse.birt.report.designer.ui.actions.PreviewCascadingMenuGroup.isEnable(PreviewCascadingMenuGroup.java:181) at org.eclipse.birt.report.designer.ui.actions.PreviewCascadingMenuGroup.selectionChanged(PreviewCascadingMenuGroup.java:171) at org.eclipse.ui.internal.PluginAction.refreshEnablement(PluginAction.java:211) at org.eclipse.ui.internal.PluginAction.selectionChanged(PluginAction.java:282) at org.eclipse.ui.internal.PluginAction.selectionChanged(PluginAction.java:304) at org.eclipse.ui.internal.AbstractSelectionService.fireSelection(AbstractSelectionService.java:156) at org.eclipse.ui.internal.AbstractSelectionService.setActivePart(AbstractSelectionService.java:291) at org.eclipse.ui.internal.WWinPartService.updateActivePart(WWinPartService.java:125) at org.eclipse.ui.internal.WWinPartService.access$0(WWinPartService.java:115) at org.eclipse.ui.internal.WWinPartService$1.partDeactivated(WWinPartService.java:48) at org.eclipse.ui.internal.PartListenerList2$4.run(PartListenerList2.java:113) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37) at org.eclipse.core.runtime.Platform.run(Platform.java:857) at org.eclipse.ui.internal.PartListenerList2.fireEvent(PartListenerList2.java:53) at org.eclipse.ui.internal.PartListenerList2.firePartDeactivated(PartListenerList2.java:111) at org.eclipse.ui.internal.PartService.firePartDeactivated(PartService.java:116) at org.eclipse.ui.internal.PartService.setActivePart(PartService.java:165) at org.eclipse.ui.internal.WorkbenchPagePartList.fireActivePartChanged(WorkbenchPagePartList.java:56) at org.eclipse.ui.internal.PartList.setActivePart(PartList.java:126) at org.eclipse.ui.internal.WorkbenchPage.setActivePart(WorkbenchPage.java:3384) at org.eclipse.ui.internal.WorkbenchPage.activate(WorkbenchPage.java:602) at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditorBatched(WorkbenchPage.java:2730) at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(WorkbenchPage.java:2633) at org.eclipse.ui.internal.WorkbenchPage.access$12(WorkbenchPage.java:2625) at org.eclipse.ui.internal.WorkbenchPage$10.run(WorkbenchPage.java:2577) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:67) at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2572) at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2556) at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2539) at org.eclipse.ui.internal.browser.InternalBrowserEditorInstance.openURL(InternalBrowserEditorInstance.java:47) at org.eclipse.wst.server.ui.internal.webbrowser.OpenBrowserWorkbenchAction.run(OpenBrowserWorkbenchAction.java:62) at org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:256) at org.eclipse.ui.internal.WWinPluginAction.runWithEvent(WWinPluginAction.java:229) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:545) at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:490) at org.eclipse.jface.action.ActionContributionItem$6.handleEvent(ActionContributionItem.java:443) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:938) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3682) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3293) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2389) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2353) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2219) at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:466) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:289) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:461) 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:153) 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:363) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176) 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:504) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:443) at org.eclipse.equinox.launcher.Main.run(Main.java:1169) | closed fixed | 2d4182f | ["UI/org.eclipse.birt.report.designer.ui.preview.web/src/org/eclipse/birt/report/designer/ui/actions/PreviewCascadingMenuGroup.java", "UI/org.eclipse.birt.report.designer.ui.preview.web/src/org/eclipse/birt/report/designer/ui/actions/PreviewToolbarMenuAction.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-06-20T02:24:08Z" | "2007-06-19T05:13:20Z" |
191,944 | Bug 191944 Extensible ExpressionProvider | Hi all, I'm developing a custom BIRT RCP Editor along with custom ODA extensions. The framework also exposes several helper methods that need to be used in the report expressions for parameter binding, dynamic text report elements or table column expressions. My intention is now to somehow be able to extend the ExpressionProvider used by BIRT to help the user build an expression. As I have seen in the code the ExpressionProvider used for the different contexts (parameter, dynamic text, etc.) is somewhat hardcoded. Additionally there is a default implementation that will be used when no provider is set. Would it be possible to extend this behaviour so RCP developers can control which IExpressionProvider will be used in a certain context? This could be done for example as extensions to a new extension-point (org.eclipse.birt.*.expressionProvider). These extensions could return an implementation of IExpressionProvider per context that would be used in addition to the entries already provided by the BIRT implementation. Best regards Alex | resolved fixed | 2a506dd | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/dialogs/ExpressionProvider.java", "UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/dialogs/IExpressionProvider.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-06-20T02:08:41Z" | "2007-06-11T13:53:20Z" |
190,957 | Bug 190957 The cancel button in group level dialog in cube take no effect[1101] | Description: The cancel button in group level dialog in cube take no effect[1101] Build number: 2.2.0.v20070605-0630 Steps to reproduce: 1, New a cube 2, New a level 3, Do some operations on the level 4, Click cancel button Expected result: The cancel button can take effect to cancel all the operations Actual result: The cancel button take no effect and all the operations have done | closed fixed | 17d9888 | ["UI/org.eclipse.birt.report.designer.ui.cubebuilder/src/org/eclipse/birt/report/designer/ui/cubebuilder/page/CubeGroupContent.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-06-20T01:51:58Z" | "2007-06-05T05:06:40Z" |
192,792 | Bug 192792 Drag to change xtab width will cause xls preview failure[1203] | null | closed fixed | 26dab37 | ["engine/org.eclipse.birt.report.engine.emitter.prototype.excel/src/org/eclipse/birt/report/engine/emitter/excel/ExcelUtil.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"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-06-19T14:08:12Z" | "2007-06-15T04:00:00Z" |
181,704 | Bug 181704 Exception is thrown out when preview the attached design file as XLS PROTOTYPE [1203] | null | closed fixed | 16cd122 | ["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/LayoutUtil.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-06-19T11:15:07Z" | "2007-04-10T07:26:40Z" |
192,075 | Bug 192075 [SVG] There is an extra line in the legend area [0001] | Description: There is an extra line in the legend area Regression of #146973 Build number: 2.2.0.v200706011-1025 Steps to reproduce: 1. New a style: Font Color(Red), Decoration(Line through). 2. New a chart, apply the style to the chart. 3. Preview from the layout. Expected result: The legend does not have the red line just as PDF does. Actual result: See the screenshot. Error log: N/A | closed fixed | fc05cad | ["chart/org.eclipse.birt.chart.device.svg/src/org/eclipse/birt/chart/device/svg/SVGTextRenderer.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-06-19T08:48:37Z" | "2007-06-12T01:00:00Z" |
192,955 | Bug 192955 Static Crosstab Example Renders Incorrectly in RC3 | The attached report renders correctly in the Web Viewer in BIRT 2.2 M6 but not in RC3. See the attached screenshots. The M6 version is correct and is also the behavior in BIRT 2.1.x. | resolved fixed | 99dca04 | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/buffermgr/TableContentLayout.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-06-19T08:46:19Z" | "2007-06-15T17:53:20Z" |
192,791 | Bug 192791 Lost first row level of xtab after page break in ps and pdf.[1102] | Description: Lost first row level of xtab after page break in ps and pdf. Build number:2.2.0.v20070615 Steps to reproduce: 1. Open attached xtab. 2. Preview in pdf or postscript. 3. check second and the third page. Expected result: The last two level values "Mountain" and "Saddles" display Actual result: The two values in first row level lost. Error log:n/a | closed fixed | 8b4aa30 | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/cache/TableAreaLayout.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-06-19T08:09:25Z" | "2007-06-15T04:00:00Z" |
192,699 | Bug 192699 TVT33:TCT685: 'Custom Color' button truncation in palette | <response_by> Peppy Florou at 2007.06.14.10.19.30 </response_by> OS: Linux Build date: 20070612 Component name : BIRT Blocking: NO Tester Name: Peppy Florou Testcase: 04.001180 - BIRT - CHART BUILDER FORMAT CHART SERIES PALETTE Steps to recreate the problem: Open Chart Builder. Go to Format Chart tab. Click the Series Palette button. Add a Palette. Click the dropdown menu. Problem Description: The button '????????????? ?????' is truncated. Kindly please increase the size of the button in order for the text to fit. thanks, Peppy <response_by> Bryan Green at 2007.06.14.10.30.08 </response_by> Routing to BIRT... <response_by> Bryan Green at 2007.06.14.10.30.27 </response_by> This article was reassigned from Category:''TVT Testcases''. | resolved fixed | 9525afb | ["chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/composites/FillChooserComposite.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-06-19T06:13:17Z" | "2007-06-14T16:53:20Z" |
189,842 | Bug 189842 Changing the dimension will lead the exception when preview[1102] | Description: Changing the dimension will lead the exception when preview[1102] Build number: 2.2.0.v20070530-0630 Steps to reproduce: 1, New a crosstab and preview 2, Remove one of dimension 3, Drag another dimension from cube into the removed area 4, Preview Expected result: The preview should be successfully Actual result: Exception occurs Error log: - The binding "CUSTOMER_REGION" refers to invalid levels. data.olap.invalidBindingReferToInexitDim ( 1 time(s) ) detail : org.eclipse.birt.data.engine.core.DataException: The binding "CUSTOMER_REGION" refers to invalid levels. at org.eclipse.birt.data.engine.olap.impl.query.CubeCursorImpl.validateBindings(CubeCursorImpl.java:109) at org.eclipse.birt.data.engine.olap.impl.query.CubeCursorImpl.<init>(CubeCursorImpl.java:70) at org.eclipse.birt.data.engine.olap.impl.query.CubeQueryResults.getCubeCursor(CubeQueryResults.java:75) at org.eclipse.birt.report.engine.data.dte.CubeResultSet.<init>(CubeResultSet.java:78) at org.eclipse.birt.report.engine.data.dte.DteDataEngine.doExecuteCube(DteDataEngine.java:234) at org.eclipse.birt.report.engine.data.dte.DteDataEngine.doExecuteQuery(DteDataEngine.java:120) at org.eclipse.birt.report.engine.data.dte.AbstractDataEngine.execute(AbstractDataEngine.java:178) at org.eclipse.birt.report.engine.executor.ExecutorManager$ExecutorContext.executeQuery(ExecutorManager.java:403) at org.eclipse.birt.report.item.crosstab.core.re.executor.BaseCrosstabExecutor.executeQuery(BaseCrosstabExecutor.java:95) | closed fixed | f114dcb | ["xtab/org.eclipse.birt.report.item.crosstab.ui/src/org/eclipse/birt/report/item/crosstab/internal/ui/editors/action/AddLevelHandleAction.java", "xtab/org.eclipse.birt.report.item.crosstab.ui/src/org/eclipse/birt/report/item/crosstab/internal/ui/editors/action/DeleteDimensionViewHandleAction.java", "xtab/org.eclipse.birt.report.item.crosstab.ui/src/org/eclipse/birt/report/item/crosstab/internal/ui/editors/action/DeleteMeasureHandleAction.java", "xtab/org.eclipse.birt.report.item.crosstab.ui/src/org/eclipse/birt/report/item/crosstab/internal/ui/editors/commands/ChangeAreaCommand.java", "xtab/org.eclipse.birt.report.item.crosstab.ui/src/org/eclipse/birt/report/item/crosstab/internal/ui/editors/model/CrosstabAdaptUtil.java", "xtab/org.eclipse.birt.report.item.crosstab.ui/src/org/eclipse/birt/report/item/crosstab/plugin/CrosstabPlugin.java", "xtab/org.eclipse.birt.report.item.crosstab.ui/src/org/eclipse/birt/report/item/crosstab/ui/preference/CrosstabPreferencePage.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-06-19T05:37:09Z" | "2007-05-30T07:26:40Z" |
193,079 | Bug 193079 Model hierarchy is incorrect after "restore properties" | Drag a crosstab item from library to report design, set some local properties. Click "restore properties" buttion on top-right of property editor, this will clean up all local properties on this crosstab. Now check the parent hierarchy of the crosstab cell in this crosstab, will find cell handle is changed, and the crosstab parent of this cell handle points to another crosstab instance(maybe the one in library?) But expected the parent of the new cell handle still points to the original one (in report design). If you close the report file and reopen it after "restore properties", the parent hierarchy is correct. | resolved fixed | f03ea31 | ["model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/SimpleGroupElementHandle.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-06-19T05:33:01Z" | "2007-06-18T09:46:40Z" |
192,332 | Bug 192332 Engine does not set values for parameters in a data extraction task | Engine does not set values for parameters in a data extraction task. So if a query binds a paramter, we can not get correct data from document. | resolved fixed | d5e794a | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/DataExtractionTaskV1.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-06-19T05:04:46Z" | "2007-06-13T04:46:40Z" |
192,382 | Bug 192382 display incorrect radio of width/height of image in PDF and WORD | I insert an image in text <img alt="OpenUP/Basic Lifecycle" src="C:\openup-basic_lifecycle.jpg" width="667" height="192"/> then view it in pdf this image does not have correct width and height | closed fixed | cbd68d5 | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/util/HTML2Content.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-06-19T04:45:55Z" | "2007-06-13T07:33:20Z" |
193,092 | Bug 193092 If measure filter's member value type is boolean, exception throws out when preview[1102] | Description: If measure filter's member value type is boolean, exception throws out when preview[1102] Build number: 2.2.0.v20070618-1344 Steps to reproduce: 1, Open the attached report design 2, The measure's filter has a boolean type member value 3, Preview Expected result: The filter works well Actual result: Exception occurs when preview Error log: org.eclipse.birt.report.service.api.ReportServiceException: Error happened while running the report; nested exception is: java.lang.IllegalArgumentException org.eclipse.birt.data.engine.olap.data.util.CompareUtil.compare(CompareUtil.java:58) org.eclipse.birt.data.engine.olap.util.filter.DimensionFilterEvalHelper.evaluateFilter(DimensionFilterEvalHelper.java:71) org.eclipse.birt.data.engine.olap.data.api.CubeQueryExecutorHelper.applyAggrFilter(CubeQueryExecutorHelper.java:769) org.eclipse.birt.data.engine.olap.data.api.CubeQueryExecutorHelper.generateLevelFilters(CubeQueryExecutorHelper.java:595) org.eclipse.birt.data.engine.olap.data.api.CubeQueryExecutorHelper.applyAggrFilters(CubeQueryExecutorHelper.java:477) org.eclipse.birt.data.engine.olap.data.api.CubeQueryExecutorHelper.execute(CubeQueryExecutorHelper.java:299) | closed fixed | ec4d7f8 | ["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-06-19T03:03:38Z" | "2007-06-18T12:33:20Z" |
190,579 | Bug 190579 TVT33:TCT538: pt - advanced properties' values are not externalised | <response_by> Sara Santa Clara at 2007.06.01.09.46.36 </response_by> OS: Windows Build date: 0531 Component name: BIRT Blocking: no Tester name: Sara Santa Clara Steps to recreate the problem: In the Navigator, double click on the Test_Report_1.retpdesign to open it. Click CUSTOMNAME text control on the report and select Advanced in the Property Editor. Problem description: The values in the second column are not externalised (e.g. Font Colour and Text Alignment). See attached screen capture for details. Thank you! Sara <response_by> Bryan Green at 2007.06.01.09.48.12 </response_by> This article was reassigned from Category:''TVT Testcases''. <response_by> Bryan Green at 2007.06.01.10.49.34 </response_by> Changing status in TCT. | resolved fixed | 7f0c97c | ["model/org.eclipse.birt.report.model.tests/test/org/eclipse/birt/report/model/api/GroupElementHandleTest.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/GroupElementHandle.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/SimpleGroupElementHandle.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-06-19T02:36:14Z" | "2007-06-01T20:33:20Z" |
192,416 | Bug 192416 [Acceptance]Font family of chart doesn;t take effect when previewed[0001] | [Acceptance]Font family of chart doesn;t take effect when previewed[0001] Build number: 2.2.0.v20070613-1211 Steps to reproduce: 1.New a chart 2.Go to properties sheet then change font family to cursive 3.Preview Expected result: Font in chart changes to cursive Actual result: Cursive font effect wasn't displayed Error log: N/A | closed fixed | f991abe | ["chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/reportitem/ChartReportStyleProcessor.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-06-19T02:30:21Z" | "2007-06-13T13:06:40Z" |
193,080 | Bug 193080 Lost context help on couples of dialogs in report designer | Report designer has couples of dialogs for cube and xTab features. Many of them haven't context help yet, listed following. -Dialogs starts up in xTab properties editor: 1.xTab filter condition builder 2.xTab sorter builder 3.select value dialog within xTab filter condition builder -Dialogs starts up in xTab layout view: 4.Show summary field dialog 5.level view dialog 6.Aggregation dialog -Dialogs in cube builder: 7.cube builder group dialog 8.date level dialog 9.filter list dialog 10.filter condition builder | resolved fixed | 72f90f5 | ["UI/org.eclipse.birt.report.designer.ui.cubebuilder/src/org/eclipse/birt/report/designer/ui/cubebuilder/dialog/DateLevelDialog.java", "UI/org.eclipse.birt.report.designer.ui.cubebuilder/src/org/eclipse/birt/report/designer/ui/cubebuilder/dialog/FilterListDialog.java", "UI/org.eclipse.birt.report.designer.ui.cubebuilder/src/org/eclipse/birt/report/designer/ui/cubebuilder/dialog/GroupDialog.java", "UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/util/IHelpContextIds.java", "xtab/org.eclipse.birt.report.item.crosstab.ui/src/org/eclipse/birt/report/item/crosstab/internal/ui/dialogs/AggregationDialog.java", "xtab/org.eclipse.birt.report.item.crosstab.ui/src/org/eclipse/birt/report/item/crosstab/internal/ui/dialogs/LevelViewDialog.java", "xtab/org.eclipse.birt.report.item.crosstab.ui/src/org/eclipse/birt/report/item/crosstab/internal/ui/dialogs/ShowSummaryFieldDialog.java", "xtab/org.eclipse.birt.report.item.crosstab.ui/src/org/eclipse/birt/report/item/crosstab/ui/views/dialogs/CrosstabFilterConditionBuilder.java", "xtab/org.eclipse.birt.report.item.crosstab.ui/src/org/eclipse/birt/report/item/crosstab/ui/views/dialogs/CrosstabSortKeyBuilder.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-06-19T01:59:10Z" | "2007-06-18T09:46:40Z" |
193,227 | Bug 193227 Static Context sensitive help missing from ODA Jdbc and Sampledb Data Source Connection UI Pages | null | resolved fixed | d623bd7 | ["data/org.eclipse.birt.report.data.oda.jdbc.ui/src/org/eclipse/birt/report/data/oda/jdbc/ui/profile/JDBCSelectionPageHelper.java", "data/org.eclipse.birt.report.data.oda.sampledb.ui/src/org/eclipse/birt/report/data/oda/sampledb/ui/profile/SampleDbSelectionPageHelper.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-06-19T00:32:46Z" | "2007-06-18T23:40:00Z" |
191,140 | Bug 191140 Cross tab - Highlight rule expression does not work | Please refer to the attached report design - I define highlight rule expression on the cross tab item - It fails to apply the rule. | resolved fixed | 76e1803 | ["model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/command/PropertyCommand.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/metadata/PeerExtensionElementDefn.java", "xtab/org.eclipse.birt.report.item.crosstab.core/src/org/eclipse/birt/report/item/crosstab/core/de/CrosstabCellHandle.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-06-18T08:49:49Z" | "2007-06-06T00:33:20Z" |
192,104 | Bug 192104 [Regression] The template table element is left aligned when preview while it is set center aligned [0300] | Description: The template table element is left aligned when preview while it is set center aligned. Regression of #146317 Build number: 2.2.0.v200706011-1025 Steps to reproduce: 1. Preview the attached template in HTML with firefox. Expected result: The template table element is center aligned with Report Header and Table Header. Actual result: The template table element is left aligned. Error log: N/A | closed fixed | c87db72 | ["engine/org.eclipse.birt.report.engine.emitter.html/src/org/eclipse/birt/report/engine/emitter/html/HTMLReportEmitter.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-06-18T08:18:30Z" | "2007-06-12T06:33:20Z" |
193,055 | Bug 193055 AssertionError exception is thrown if run code in "enableassertion" mode. | Build ID: I20070601-1539 Steps To Reproduce: 1. Open the workbench of All-in-one build 2. Check out some plug-ins' code of BIRT 3. Run the code as Eclipse Application with "-ea" or "-enableassertion" argument for VM arguments Expect Result: It can be lunched successfully. Actual Result: It cannot be launched because of the following exception. 2007-6-18 11:34:05 org.eclipse.birt.data.engine.impl.DataEngineImpl <init> 信息: Data Engine starts up Exception in thread "Thread-2" java.lang.AssertionError at org.eclipse.birt.report.designer.nls.Messages.getString(Messages.java:64) at org.eclipse.birt.report.designer.nls.Messages.getFormattedString(Messages.java:78) at org.eclipse.birt.report.designer.ui.actions.PreviewCascadingMenuGroup.fillMenu(PreviewCascadingMenuGroup.java:124) at org.eclipse.birt.report.designer.ui.actions.PreviewCascadingMenuGroup.getMenu(PreviewCascadingMenuGroup.java:91) at org.eclipse.ui.internal.WWinPluginPulldown$MenuProxy$MenuLoader.run(WWinPluginPulldown.java:128) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37) at org.eclipse.ui.internal.WWinPluginPulldown$MenuProxy.getMenu(WWinPluginPulldown.java:156) at org.eclipse.jface.action.ActionContributionItem.fill(ActionContributionItem.java:256) at org.eclipse.jface.action.SubContributionItem.fill(SubContributionItem.java:67) at org.eclipse.jface.action.MenuManager.update(MenuManager.java:665) at org.eclipse.jface.action.MenuManager.updateAll(MenuManager.java:765) at org.eclipse.jface.action.MenuManager.update(MenuManager.java:685) at org.eclipse.jface.action.MenuManager.updateAll(MenuManager.java:765) at org.eclipse.ui.internal.WorkbenchWindow.updateActionBars(WorkbenchWindow.java:2968) at org.eclipse.ui.internal.WorkbenchWindow.updateActionSets(WorkbenchWindow.java:3044) at org.eclipse.ui.internal.WorkbenchWindow$23.run(WorkbenchWindow.java:2851) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:67) at org.eclipse.ui.internal.WorkbenchWindow.setActivePage(WorkbenchWindow.java:2812) at org.eclipse.ui.internal.WorkbenchWindow$17.runWithException(WorkbenchWindow.java:2135) at org.eclipse.ui.internal.StartupThreading$StartupRunnable.run(StartupThreading.java:31) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:123) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3659) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3296) at org.eclipse.ui.application.WorkbenchAdvisor.openWindows(WorkbenchAdvisor.java:797) at org.eclipse.ui.internal.Workbench$25.runWithException(Workbench.java:1342) at org.eclipse.ui.internal.StartupThreading$StartupRunnable.run(StartupThreading.java:31) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:123) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3659) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3296) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2309) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2219) at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:466) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:289) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:461) 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:153) 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:363) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:504) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:443) at org.eclipse.equinox.launcher.Main.run(Main.java:1169) at org.eclipse.equinox.launcher.Main.main(Main.java:1144) | closed fixed | 5f116be | ["UI/org.eclipse.birt.report.designer.ui.preview.web/src/org/eclipse/birt/report/designer/ui/actions/PreviewCascadingMenuGroup.java", "UI/org.eclipse.birt.report.designer.ui.preview.web/src/org/eclipse/birt/report/designer/ui/actions/PreviewToolbarMenuAction.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-06-18T07:09:33Z" | "2007-06-18T04:13:20Z" |
190,338 | Bug 190338 TVT33:TCT520: pl: Contribute Samples not localized | <response_by> Moravia IT at 2007.05.31.14.54.17 </response_by> Subject: pl - Contribute Samples not localized OS: Linux only Build date: 20070530 Component name: BIRT Blocking: no Tester Name: Kamil Ignacak (PL) Steps to recreate the problem: - open view Report And Chart Design -> Report Examples - select Contribute Samples Problem description: Contribute Samples is in English - user will not know why there is no report description and why he should "submit a bugzilla entry at... ". Changing a description (e.g. to "Please consider sharing your own examples. To do so submit a bugzilla entry at...") would also help a lot. Kamil <response_by> Cam-Thu Le at 2007.05.31.15.27.03 </response_by> Please check the attached screen shot for detail. Doshiro. <response_by> Cam-Thu Le at 2007.05.31.15.27.16 </response_by> This article was reassigned from Category:''TVT Testcases''. | resolved fixed | 74e0966 | ["UI/org.eclipse.birt.report.designer.ui.samplesview/src/org/eclipse/birt/report/designer/ui/samplesview/view/ReportExamples.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-06-18T05:58:52Z" | "2007-05-31T19:33:20Z" |
192,799 | Bug 192799 Keep value column combo consistent with expression builder button for dynamic parameter definition | When defining a dynamic parameter, if none of the value column contains values of the selected data type, the value combo chooser is disabled. At this time, the expression builder button next to it should be disabled, too. Steps to reproduce: 1. Create a sample datasource and dataset with "select * from CLASSICMODELS.ORDERS". 2. Create a boolean report parameter, combo box, dynamic. Expected result: value column combo and expression builder button are both disabled. Actual result: only value column combo chooser is disabled. | resolved fixed | 7b6c549 | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/dialogs/ParameterDialog.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-06-18T05:53:32Z" | "2007-06-15T06:46:40Z" |
193,022 | Bug 193022 [Acceptance]NPE is thrown when switch from "Format chart" to "Select data" in a multiple series bar chart[0001] | NPE is thrown when switch from "Format chart" to "Select data" in a multiple series bar chart[0001] Build number: 2.2.0.v20070614-1607 Steps to reproduce: 1.New a data source named "dSource", Set URL = jdbc:informix-sqli://spmdb:1526/spmdb:INFORMIXSERVER=ol_spmdb1. 2.New a data set named "dSet", select all fields from Table account. 3.New a bar chart ,use dset as data set, series 1:accout_id series 2:open_dt 4.Switch to "Format Chart" then switch back to "Select Data" Expected result: No NPE is thrown Actual result: NPE is thrown Error log: java.lang.NullPointerException at: org.eclipse.birt.chart.ui.swt.wizard.TaskSelectData.checkDataType(TaskSelectData.java:1254) org.eclipse.birt.chart.ui.swt.wizard.TaskSelectData.checkDataForYSeries(TaskSelectData.java:1442) org.eclipse.birt.chart.ui.swt.wizard.TaskSelectData.changeTask(TaskSelectData.java:1129) org.eclipse.birt.chart.ui.swt.wizard.TaskSelectData.createControl(TaskSelectData.java:143) org.eclipse.birt.core.ui.frameworks.taskwizard.WizardBase$WizardBaseDialog.switchTask(WizardBase.java:815) org.eclipse.birt.core.ui.frameworks.taskwizard.WizardBase.switchTo(WizardBase.java:231) org.eclipse.birt.chart.ui.swt.wizard.ChartWizard.switchTo(ChartWizard.java:244) org.eclipse.birt.core.ui.frameworks.taskwizard.WizardBase$WizardBaseDialog.widgetSelected(WizardBase.java:1003) org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:227) org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:938) org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:962) org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:947) org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:706) org.eclipse.swt.custom.CTabFolder.setSelection(CTabFolder.java:3227) org.eclipse.swt.custom.CTabFolder.onMouse(CTabFolder.java:2005) org.eclipse.swt.custom.CTabFolder$1.handleEvent(CTabFolder.java:316) org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:938) org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3682) org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3293) org.eclipse.jface.window.Window.runEventLoop(Window.java:820) org.eclipse.jface.window.Window.open(Window.java:796) org.eclipse.birt.core.ui.frameworks.taskwizard.WizardBase.open(WizardBase.java:102) org.eclipse.birt.chart.ui.swt.wizard.ChartWizard.open(ChartWizard.java:198) org.eclipse.birt.chart.reportitem.ui.ChartReportItemBuilderImpl.open(ChartReportItemBuilderImpl.java:183) org.eclipse.birt.report.designer.internal.ui.processor.ExtenedElementProcessor.editElement(ExtenedElementProcessor.java:64) org.eclipse.birt.report.designer.internal.ui.views.DefaultNodeProvider.performInsert(DefaultNodeProvider.java:651) org.eclipse.birt.report.designer.internal.ui.views.DefaultNodeProvider.performRequest(DefaultNodeProvider.java:360) 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.designer.ui.views.ElementAdapterInvocationHandler.invoke(ElementAdapterInvocationHandler.java:89) $Proxy0.performRequest(Unknown Source) org.eclipse.birt.report.designer.ui.actions.BaseInsertMenuAction.insertElement(BaseInsertMenuAction.java:199) org.eclipse.birt.report.designer.ui.actions.BaseInsertMenuAction.run(BaseInsertMenuAction.java:317) org.eclipse.jface.action.Action.runWithEvent(Action.java:498) org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:545) org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:490) org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:402) org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:938) org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3682) org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3293) org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2389) org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2353) org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2219) org.eclipse.ui.internal.Workbench$4.run(Workbench.java:466) org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:289) org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:461) org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:106) org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:153) org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363) org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176) 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.equinox.launcher.Main.invokeFramework(Main.java:504) org.eclipse.equinox.launcher.Main.basicRun(Main.java:443) org.eclipse.equinox.launcher.Main.run(Main.java:1169) Caused By:null org.eclipse.birt.chart.ui.swt.wizard.TaskSelectData.checkDataType(TaskSelectData.java:1254) org.eclipse.birt.chart.ui.swt.wizard.TaskSelectData.checkDataForYSeries(TaskSelectData.java:1442) org.eclipse.birt.chart.ui.swt.wizard.TaskSelectData.changeTask(TaskSelectData.java:1129) org.eclipse.birt.chart.ui.swt.wizard.TaskSelectData.createControl(TaskSelectData.java:143) org.eclipse.birt.core.ui.frameworks.taskwizard.WizardBase$WizardBaseDialog.switchTask(WizardBase.java:815) org.eclipse.birt.core.ui.frameworks.taskwizard.WizardBase.switchTo(WizardBase.java:231) org.eclipse.birt.chart.ui.swt.wizard.ChartWizard.switchTo(ChartWizard.java:244) org.eclipse.birt.core.ui.frameworks.taskwizard.WizardBase$WizardBaseDialog.widgetSelected(WizardBase.java:1003) org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:227) org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:938) org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:962) org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:947) org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:706) org.eclipse.swt.custom.CTabFolder.setSelection(CTabFolder.java:3227) org.eclipse.swt.custom.CTabFolder.onMouse(CTabFolder.java:2005) org.eclipse.swt.custom.CTabFolder$1.handleEvent(CTabFolder.java:316) org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:938) org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3682) org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3293) org.eclipse.jface.window.Window.runEventLoop(Window.java:820) org.eclipse.jface.window.Window.open(Window.java:796) org.eclipse.birt.core.ui.frameworks.taskwizard.WizardBase.open(WizardBase.java:102) org.eclipse.birt.chart.ui.swt.wizard.ChartWizard.open(ChartWizard.java:198) org.eclipse.birt.chart.reportitem.ui.ChartReportItemBuilderImpl.open(ChartReportItemBuilderImpl.java:183) org.eclipse.birt.report.designer.internal.ui.processor.ExtenedElementProcessor.editElement(ExtenedElementProcessor.java:64) org.eclipse.birt.report.designer.internal.ui.views.DefaultNodeProvider.performInsert(DefaultNodeProvider.java:651) org.eclipse.birt.report.designer.internal.ui.views.DefaultNodeProvider.performRequest(DefaultNodeProvider.java:360) 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.designer.ui.views.ElementAdapterInvocationHandler.invoke(ElementAdapterInvocationHandler.java:89) $Proxy0.performRequest(Unknown Source) org.eclipse.birt.report.designer.ui.actions.BaseInsertMenuAction.insertElement(BaseInsertMenuAction.java:199) org.eclipse.birt.report.designer.ui.actions.BaseInsertMenuAction.run(BaseInsertMenuAction.java:317) org.eclipse.jface.action.Action.runWithEvent(Action.java:498) org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:545) org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:490) org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:402) org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:938) org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3682) org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3293) org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2389) org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2353) org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2219) org.eclipse.ui.internal.Workbench$4.run(Workbench.java:466) org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:289) org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:461) org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:106) org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:153) org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363) org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176) 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.equinox.launcher.Main.invokeFramework(Main.java:504) org.eclipse.equinox.launcher.Main.basicRun(Main.java:443) org.eclipse.equinox.launcher.Main.run(Main.java:1169) | closed fixed | cfc61a1 | ["chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/wizard/TaskSelectData.java", "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-06-18T05:20:58Z" | "2007-06-17T11:33:20Z" |
192,910 | Bug 192910 Parameter named "page" confuses the Viewer | A report parameter called "page" in BIRT works fine in Preview, however I receive "Invalid Page Number" when looking at the same report in the Report Viewer. I think the Viewer passed the parameter correctly AND then tries to use that same value to set the location within the report. | resolved fixed | 0a628f7 | ["viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/IBirtConstants.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-06-18T03:39:24Z" | "2007-06-15T15:06:40Z" |
191,423 | Bug 191423 [SPM]DataException when use reportrunner to run xtab report.[0600] | Description: DataException when use reportrunner to run xtab report. Build number:2.2.0.v20070606 Steps to reproduce: 1. Using engine api reportrunner to run attached crosstab report. Expected result: Crosstab content display correctly. Actual result: DataException and crosstab data doesn't display Error log: SEVERE: null org.eclipse.birt.data.engine.core.DataException at org.eclipse.birt.report.data.adapter.impl.DataRequestSessionImpl.defineCube(Lorg.eclipse.birt.report.model.api.olap.CubeHandle;)V(DataRequestSessionImpl.java:484) at org.eclipse.birt.report.engine.data.dte.AbstractDataEngine.prepare(Lorg.eclipse.birt.report.engine.ir.Report;Ljava.util.Map;)V(AbstractDataEngine.java:124) at org.eclipse.birt.report.engine.executor.ReportExecutor.execute()Lorg.eclipse.birt.report.engine.content.IReportContent;(ReportExecutor.java:94) at org.eclipse.birt.report.engine.internal.executor.wrap.WrappedReportExecutor.execute()Lorg.eclipse.birt.report.engine.content.IReportContent;(WrappedReportExecutor.java:59) at org.eclipse.birt.report.engine.internal.executor.dup.SuppressDuplciateReportExecutor.execute()Lorg.eclipse.birt.report.engine.content.IReportContent;(SuppressDuplciateReportExecutor.java:50) at org.eclipse.birt.report.engine.internal.executor.wrap.WrappedReportExecutor.execute()Lorg.eclipse.birt.report.engine.content.IReportContent;(WrappedReportExecutor.java:59) at org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.doRun()V(RunAndRenderTask.java:146) at org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.run()V(RunAndRenderTask.java:71) at org.eclipse.birt.report.engine.api.ReportRunner.runAndRenderReport()I(ReportRunner.java:221) at org.eclipse.birt.report.engine.api.ReportRunner.execute()I(ReportRunner.java:161) at org.eclipse.birt.report.engine.api.ReportRunner.main([Ljava.lang.String;)V(ReportRunner.java:117) | closed fixed | 70faf9a | ["data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/olap/data/impl/facttable/DimensionDivision.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-06-18T02:56:28Z" | "2007-06-07T07:06:40Z" |
192,593 | Bug 192593 Refresh library will change cube dimension name.[01][1101] | Description: Refresh library will change cube dimension name. Build number:2.2.0.v20070614 Steps to reproduce: 1. New a library with data source, dataset and cube. 2. New a report. 3. Drag cube from library to report and insert a xtab based on the cube. 4. Insert a label in library file and save. 5. Back to report and in Outline, select report, right click and select refresh library. 6. Preview the report. Expected result: Xtab display correctly. Actual result: CrossTabException. I found the cause is that refresh library action will change the cube dimension name. Error log: he following items have errors: ReportDesign (id = 1): - The associated dimension for crosstab is invalid. The associated dimension for crosstab is invalid. ( 1 time(s) ) detail : org.eclipse.birt.report.item.crosstab.core.CrosstabException: The associated dimension for crosstab is invalid. at org.eclipse.birt.report.item.crosstab.core.re.CrosstabQueryHelper.buildQuery(CrosstabQueryHelper.java:109) at org.eclipse.birt.report.item.crosstab.core.re.CrosstabReportItemQuery.createReportQueries(CrosstabReportItemQuery.java:88) at org.eclipse.birt.report.engine.data.dte.ReportQueryBuilder$QueryBuilderVisitor.visitExtendedItem(ReportQueryBuilder.java:497) at org.eclipse.birt.report.engine.ir.ExtendedItemDesign.accept(ExtendedItemDesign.java:37) at org.eclipse.birt.report.engine.data.dte.ReportQueryBuilder.build(ReportQueryBuilder.java:245) at org.eclipse.birt.report.engine.data.dte.ReportQueryBuilder.build(ReportQueryBuilder.java:227) at org.eclipse.birt.report.engine.data.dte.AbstractDataEngine.prepare(AbstractDataEngine.java:135) 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:50) 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:146) at org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.run(RunAndRenderTask.java:71) 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.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 | 9c63a38 | ["model/org.eclipse.birt.report.model.tests/test/org/eclipse/birt/report/model/library/ReloadLibraryTest.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/command/LibraryCommand.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/core/namespace/AbstractNameHelper.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/core/namespace/DimensionNameHelper.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/core/namespace/ModuleNameHelper.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/util/ElementStructureUtil.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-06-15T09:02:21Z" | "2007-06-14T05:46:40Z" |
190,914 | Bug 190914 BIRT cross tab - Cube builder with multiple dataset | - create a report design with multiple datasets ( ds1, ds2, ds3 ) - Define a cube and chose one as the primary dataset ( ds1 ) - Now drag fields from ds2 to create a group hierarchy. Current behavior - User is taken to the "Link Groups" page Expectec behavior ------------------ The current behavior did make sense with the old UI. But as the UI was revised to add "Link Groups" as a new category in cube builder We should not take the user to "Link groups" page, this will confuse the user. The sequence currently agreed is user defines the dimensions ( groups ) and then defines the relation ship with Note: User can click on Link group category and define the relations ship. | resolved fixed | 2398bae | ["UI/org.eclipse.birt.report.designer.ui.cubebuilder/src/org/eclipse/birt/report/designer/ui/cubebuilder/dialog/GroupDialog.java", "UI/org.eclipse.birt.report.designer.ui.cubebuilder/src/org/eclipse/birt/report/designer/ui/cubebuilder/dialog/LevelPropertyDialog.java", "UI/org.eclipse.birt.report.designer.ui.cubebuilder/src/org/eclipse/birt/report/designer/ui/cubebuilder/page/CubeGroupContent.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-06-15T08:42:14Z" | "2007-06-04T23:33:20Z" |
192,797 | Bug 192797 The pyramid chart highlight is error[0602] | Description: The pyramid chart highlight is error[0602] Create a sample pyramid chart and see the attached screen shot. | closed fixed | 3af5e4b | ["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-06-15T08:32:59Z" | "2007-06-15T04:00:00Z" |
191,802 | Bug 191802 View report menu and icon fail with RPTDESIGN extension name.[00] | Description: View report menu and icon fail with RPTDESIGN extension name. Build number:2.2.0.v20070608 Steps to reproduce: 1. New a report test.rptdesign, change its extension name to uppcase as test.RPTDESIGN. 2. oPEN THE REPORT. Expected result: Viewer report in main menu and toolbar can be used. Actual result: Viewer report in main menu and toolbar are disabled. Error log:N/A | closed fixed | 58d4e2f | ["UI/org.eclipse.birt.report.designer.ui.preview.web/src/org/eclipse/birt/report/designer/ui/actions/PreviewCascadingMenuGroup.java", "UI/org.eclipse.birt.report.designer.ui.preview.web/src/org/eclipse/birt/report/designer/ui/actions/PreviewToolbarMenuAction.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-06-15T07:49:52Z" | "2007-06-09T06:20:00Z" |
192,789 | Bug 192789 Support to render reportlet using bookmark in frameset servlet. | Description: Support to render reportlet using bookmark in frameset servlet. At present, only run and preview servlet support __isreportlet&__bookmark to generate reportlet. | closed fixed | cedf4b3 | ["viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/presentation/aggregation/layout/FramesetFragment.java", "viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/service/BirtViewerReportService.java", "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/AbstractGetPageActionHandler.java", "viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/service/actionhandler/BirtChangeParameterActionHandler.java", "viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/service/api/IViewerReportService.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-06-15T06:28:32Z" | "2007-06-15T04:00:00Z" |
192,562 | Bug 192562 NPE throws out in preview when left one requied column member value empty in sorting of crosstab[1102] | Description: NPE throws out in preview when left one requied column member value empty in sorting of crosstab[1102] Build number: 2.2.0.v20070614-0630 Steps to reproduce: 1, New a crosstab 2, Specify the sorting on measure 3, Left one group-level-member empty 4, Preview Expected result: No NPE and give out a warning that the group-level-member should not be null like the behavior of filter Actual result: NPE throws out, and the warning message is incorrect | closed fixed | b672fec | ["data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/olap/data/impl/aggregation/sort/AggrSortDefinition.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-06-15T06:18:04Z" | "2007-06-14T03:00:00Z" |
190,939 | Bug 190939 Bubble is clipped in chart builder [0001] | Description: Bubble is clipped in chart builder. Build number: 2.2.0.v20070605-0630 Steps to reproduce: 1. Open the attahced design file. 2. Double click to open the chart builder. Expected result: The bubble is shown completely. Actual result: The first bubble is clipped (See the screenshot). Error log: N/A | closed fixed | fab90fa | ["chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/computation/withaxes/AutoScale.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/render/AxesRenderer.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-06-15T03:28:46Z" | "2007-06-05T02:20:00Z" |
192,171 | Bug 192171 Layout still display css style from library after removing library.[01] | Description: Layout still display css style from library after removing library. Build number:2.2.0.v20070612 Steps to reproduce: 1. Add a css file in Library Explorer 2. New a library file. 3. Use css file in library default theme. 4. New a report and use the library. 5. Insert a label and apply the style from library. 6. Remove the library in report Outline. Expected result: Style effect disappears from label in Layout. Actual result: Label in Layout still displays the style effect. Error log:N/A | closed fixed | e9f733a | ["model/org.eclipse.birt.report.model.tests/test/org/eclipse/birt/report/model/library/LibraryThemeTest.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/command/AbstractLibraryRecord.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/core/ReferenceableElementAdapter.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-06-15T02:58:07Z" | "2007-06-12T12:06:40Z" |
192,355 | Bug 192355 [acceptance]Fail to drag xtab from Palette to Outline in Library.[01] | Description: Fail to drag xtab from Palette to Outline in Library. Build number:2.2.0.v20070613 Steps to reproduce: 1. New a library file. 2. Drag crosstab from Palette to Outline->Report Items. Expected result: Crosstab can be dragged to outline as other items do. Actual result: Step2 is forbidden in UI. Error log:n/a | closed fixed | f8f8c10 | ["UI/org.eclipse.birt.report.designer.ui.lib/src/org/eclipse/birt/report/designer/internal/lib/views/outline/dnd/LibraryDropListener.java", "xtab/org.eclipse.birt.report.item.crosstab.ui/src/org/eclipse/birt/report/item/crosstab/internal/ui/CreateCrosstabHandler.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-06-14T05:42:07Z" | "2007-06-13T07:33:20Z" |
191,947 | Bug 191947 [Regression]PDF output: extra/broken border | Regression bug:168136 Get the attached report design file, and preview the pdf. The border is truncated. Build version:2.2.0.v20070611-0956 | closed fixed | 1c24e12 | ["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/emitter/PageDeviceRender.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-06-13T08:57:46Z" | "2007-06-11T13:53:20Z" |
192,347 | Bug 192347 [acceptance]Theme cannot be deleted[01] | Description: [acceptance]Theme cannot be deleted Build number:2.2.0.v20070613 Steps to reproduce: 1. New a library. 2. New a theme and delete it. Expected result: Theme can be deleted Actual result: Delete key doesn't work and no delete item in context menu. Error log:n/a | closed fixed | e502e0d | ["UI/org.eclipse.birt.report.designer.core/src/org/eclipse/birt/report/designer/util/DNDUtil.java", "UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/newelement/DesignElementFactory.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-06-13T08:32:16Z" | "2007-06-13T07:33:20Z" |
191,685 | Bug 191685 [regression]Set default value doesn't work in Report Parameter[0705] | null | closed fixed | d9acabb | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/dialogs/ParameterDialog.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-06-13T04:08:44Z" | "2007-06-08T10:53:20Z" |
192,083 | Bug 192083 [regression]DataException when preview attached xtab report.[1102] | null | closed fixed | 4b37272 | ["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-06-13T02:36:05Z" | "2007-06-12T03:46:40Z" |
191,323 | Bug 191323 Cannot set cross tab column width less than data item width. | Steps - Create a cross tab item - DnD some dimensions to row/column area and define measures. - Now try to resize the column width of the cross tab. Current behavior - I cannot change column width lesser than the report item width ( data item, label width, image, text or any other report item ) Expected behavior - I should be able to set the cross tab column widht to whatever size i want and this should not be controlled by report item widht. There is no easy way to set the column width. | resolved fixed | 42e7276 | ["UI/org.eclipse.birt.report.designer.ui.views/src/org/eclipse/birt/report/designer/internal/ui/views/attributes/page/AttributePage.java", "UI/org.eclipse.birt.report.designer.ui.views/src/org/eclipse/birt/report/designer/internal/ui/views/attributes/page/CellPage.java", "xtab/org.eclipse.birt.report.item.crosstab.ui/src/org/eclipse/birt/report/item/crosstab/ui/views/attributes/CrosstabCellCategoryProviderFactory.java", "xtab/org.eclipse.birt.report.item.crosstab.ui/src/org/eclipse/birt/report/item/crosstab/ui/views/attributes/page/CrosstabCellPage.java", "xtab/org.eclipse.birt.report.item.crosstab.ui/src/org/eclipse/birt/report/item/crosstab/ui/views/attributes/page/CrosstabPageSectionId.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-06-13T02:28:33Z" | "2007-06-06T17:13:20Z" |
192,109 | Bug 192109 [Regression]Can't set time type for data item[0001] | Description: Bind a data item to "Date" type column in dataset, can't set its type to "Time" type. Regression bug:180899 Build version:2.2.0.v20070612-0630 Steps to reproduce: 1. New a sample data source, new a data set: select * from CLASSICMODELS.ORDERS. 2. Drag a data item from Palette to Layout, binding to row["ORDERDATE"], select type to Time. 3. Double click the data item in the layout, the type is changed to "Date Time" type. Expected Result: Time type could be set on date type data. | closed fixed | 59213c1 | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/dialogs/BindingDialogHelper.java", "xtab/org.eclipse.birt.report.item.crosstab.ui/src/org/eclipse/birt/report/item/crosstab/internal/ui/dialogs/CrosstabBindingDialogHelper.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-06-12T08:57:41Z" | "2007-06-12T09:20:00Z" |
191,668 | Bug 191668 [Regression]The parameter list is empty when preview the report[0705] | Description: [Regression]The parameter list is empty when preview the report[0705] Build number: 2.2.0.v20070608-0630 Steps to reproduce: 1, Open the attached report design 2, Preview Expected result: The parameter list is empty Actual result: The parameter list is not empty and has the imported values Error log: | closed fixed | 82d9980 | ["model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/util/ParameterValidationUtil.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-06-12T08:39:30Z" | "2007-06-08T10:53:20Z" |
192,074 | Bug 192074 exception when preview attached report in deployed web viewer | steps to reproduce: - use the attached report - preview in deployed web viewer - check tomcat console or birt log file expected bahavior: - report is rendered properly - no exception thrown out in console or log file actual behavior: - report was rendered properly - but got following exception, java.lang.IndexOutOfBoundsException: Index: 0, Size: 0 at org.eclipse.birt.data.engine.olap.data.impl.CachedAggregationResultSe t.seek(CachedAggregationResultSet.java:406) at org.eclipse.birt.data.engine.olap.data.impl.CachedAggregationResultSe t.<init>(CachedAggregationResultSet.java:92) at org.eclipse.birt.data.engine.olap.data.impl.AggregationResultSetSaveU til.loadOneResultSet(AggregationResultSetSaveUtil.java:119) at org.eclipse.birt.data.engine.olap.data.impl.AggregationResultSetSaveU til.load(AggregationResultSetSaveUtil.java:83) at org.eclipse.birt.data.engine.olap.query.view.QueryExecutor.execute(Qu eryExecutor.java:95) at org.eclipse.birt.data.engine.olap.query.view.BirtCubeView.getCubeCurs or(BirtCubeView.java:90) at org.eclipse.birt.data.engine.olap.impl.query.CubeQueryResults.getCube Cursor(CubeQueryResults.java:65) at org.eclipse.birt.report.engine.data.dte.CubeResultSet.<init>(CubeResu ltSet.java:78) at org.eclipse.birt.report.engine.data.dte.DataPresentationEngine.doExec uteCube(DataPresentationEngine.java:236) at org.eclipse.birt.report.engine.data.dte.DataPresentationEngine.doExec uteQuery(DataPresentationEngine.java:161) at org.eclipse.birt.report.engine.data.dte.AbstractDataEngine.execute(Ab stractDataEngine.java:178) at org.eclipse.birt.report.engine.executor.ExecutionContext.executeQuery (ExecutionContext.java:1669) at org.eclipse.birt.report.engine.internal.document.v4.ExtendedItemExecu tor.executeQuery(ExtendedItemExecutor.java:241) at org.eclipse.birt.report.engine.internal.document.v4.ExtendedItemExecu tor.doExecute(ExtendedItemExecutor.java:221) at org.eclipse.birt.report.engine.internal.document.v4.ExtendedItemExecu tor.execute(ExtendedItemExecutor.java:177) at org.eclipse.birt.report.engine.internal.document.v4.ContainerExecutor .prepareChildExecutor(ContainerExecutor.java:213) at org.eclipse.birt.report.engine.internal.document.v4.ContainerExecutor .hasNextChild(ContainerExecutor.java:98) at org.eclipse.birt.report.engine.internal.document.v4.ReportPageExecuto rV4.hasNextChild(ReportPageExecutorV4.java:92) at org.eclipse.birt.report.engine.internal.document.ReportExecutorWrappe r.hasNextChild(ReportExecutorWrapper.java:108) at org.eclipse.birt.report.engine.internal.executor.wrap.WrappedReportEx ecutor.hasNextChild(WrappedReportExecutor.java:74) at org.eclipse.birt.report.engine.internal.executor.wrap.WrappedReportEx ecutor.hasNextChild(WrappedReportExecutor.java:74) at org.eclipse.birt.report.engine.layout.html.HTMLPageLM$1.hasNextChild( HTMLPageLM.java:64) at org.eclipse.birt.report.engine.layout.html.HTMLPageLM.layoutChildren( HTMLPageLM.java:123) at org.eclipse.birt.report.engine.layout.html.HTMLPageLM.layout(HTMLPage LM.java:84) at org.eclipse.birt.report.engine.layout.html.HTMLReportLayoutEngine.lay out(HTMLReportLayoutEngine.java:90) at org.eclipse.birt.report.engine.api.impl.RenderTask$PageRangeRender.re nder(RenderTask.java:532) at org.eclipse.birt.report.engine.api.impl.RenderTask.render(RenderTask. java:254) at org.eclipse.birt.report.service.ReportEngineService.renderReport(Unkn own Source) at org.eclipse.birt.report.service.ReportEngineService.renderReport(Unkn own Source) at org.eclipse.birt.report.service.BirtViewerReportService.getPage(Unkno wn Source) at org.eclipse.birt.report.service.actionhandler.AbstractGetPageActionHa ndler.doExecution(Unknown Source) at org.eclipse.birt.report.service.actionhandler.AbstractGetPageActionHa ndler.__execute(Unknown Source) at org.eclipse.birt.report.service.actionhandler.AbstractBaseActionHandl er.execute(Unknown Source) at org.eclipse.birt.report.soapengine.processor.AbstractBaseDocumentProc essor.__executeAction(Unknown Source) at org.eclipse.birt.report.soapengine.processor.AbstractBaseComponentPro cessor.executeAction(Unknown Source) at org.eclipse.birt.report.soapengine.processor.BirtDocumentProcessor.ha ndleGetPage(Unknown Source) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl. java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces sorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.eclipse.birt.report.soapengine.processor.AbstractBaseComponentPro cessor.process(Unknown Source) at org.eclipse.birt.report.soapengine.endpoint.BirtSoapBindingImpl.getUp datedObjects(Unknown Source) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl. java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces sorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.apache.axis.providers.java.RPCProvider.invokeMethod(RPCProvider.j ava: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(InvocationStrateg y.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:69 9) at org.eclipse.birt.report.servlet.BirtSoapMessageDispatcherServlet.doPo st(Unknown Source) at javax.servlet.http.HttpServlet.service(HttpServlet.java:709) at org.apache.axis.transport.http.AxisServletBase.service(AxisServletBas e.java:327) at javax.servlet.http.HttpServlet.service(HttpServlet.java:802) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appl icationFilterChain.java:252) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF ilterChain.java:173) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperV alve.java:214) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextV alve.java:178) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.j ava:126) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.j ava:105) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineVal ve.java:107) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.jav a:148) at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java :825) at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.proce ssConnection(Http11Protocol.java:738) at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpo int.java:526) at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFol lowerWorkerThread.java:80) at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadP ool.java:684) at java.lang.Thread.run(Thread.java:595) | closed fixed | a3c354b | ["data/org.eclipse.birt.data.tests/test/org/eclipse/birt/data/engine/olap/data/impl/CubeAggregationTest.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/olap/data/impl/CachedAggregationResultSet.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/olap/data/impl/dimension/DimensionFilterHelper.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-06-12T07:07:44Z" | "2007-06-12T01:00:00Z" |
191,089 | Bug 191089 cross tab Binding tab- Aggregate On field is shows incorrect field name | Cross tab-Binding under properties hows incorrect field for 'Aggregate On'. It show show similar to regular table binding 'Aggregate On' field. For example; instead of Location/country it should show either 'N/A' for table or 'Group Country' for any group. | verified fixed | e84377f | ["UI/org.eclipse.birt.report.designer.core/src/org/eclipse/birt/report/designer/util/DEUtil.java", "UI/org.eclipse.birt.report.designer.ui.views/src/org/eclipse/birt/report/designer/internal/ui/views/attributes/provider/DataSetColumnBindingsFormHandleProvider.java", "xtab/org.eclipse.birt.report.item.crosstab.ui/src/org/eclipse/birt/report/item/crosstab/internal/ui/dialogs/CrosstabBindingDialogHelper.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-06-12T06:06:47Z" | "2007-06-05T19:00:00Z" |
191,884 | Bug 191884 [regression][deploy]DataException when preview attached report in frameset servlet[0601] | Description: DataException when preview attached report in frameset servlet Build number:2.2.0.v200706111025 Steps to reproduce: 1. Deploy birt. 2. Preview attached report in frameset servlet. 3. Check report engine log in logs folder. Expected result: No Exception and report displays. Actual result: Report displays correctly but throws exceptions in log and server console. Error log: 2007-6-11 13:00:48 org.eclipse.birt.report.engine.data.dte.QueryResultSet close NIO: QueryResults or its iterator has been closed. org.eclipse.birt.data.engine.core.DataException: QueryResults or its iterator has been closed. at org.eclipse.birt.data.engine.impl.ResultIterator.checkStarted(ResultIterator.java:346) at org.eclipse.birt.data.engine.impl.ResultIterator.next(ResultIterator.java:372) at org.eclipse.birt.data.engine.impl.ResultIterator.close(ResultIterator.java:773) at org.eclipse.birt.data.engine.impl.QueryResults.close(QueryResults.java:208) at org.eclipse.birt.report.engine.data.dte.QueryResultSet.close(QueryResultSet.java:257) at org.eclipse.birt.report.engine.executor.ExtendedGenerateExecutor.closeQueries(ExtendedGenerateExecutor.java:223) at org.eclipse.birt.report.engine.executor.ExtendedGenerateExecutor.close(ExtendedGenerateExecutor.java:54) at org.eclipse.birt.report.engine.executor.ExtendedItemExecutor.close(ExtendedItemExecutor.java:140) at org.eclipse.birt.report.engine.internal.executor.wrap.WrappedReportItemExecutor.close(WrappedReportItemExecutor.java:39) at org.eclipse.birt.report.engine.internal.executor.emitter.ReportItemEmitterExecutor.close(ReportItemEmitterExecutor.java:40) 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.layout.html.HTMLAbstractLM.execute(HTMLAbstractLM.java:489) at org.eclipse.birt.report.engine.layout.html.HTMLAbstractLM.execute(HTMLAbstractLM.java:488) at org.eclipse.birt.report.engine.layout.html.HTMLAbstractLM.execute(HTMLAbstractLM.java:488) at org.eclipse.birt.report.engine.layout.html.HTMLListingBandLM.intializeHeaderContent(HTMLListingBandLM.java:96) at org.eclipse.birt.report.engine.layout.html.HTMLListingBandLM.initialize(HTMLListingBandLM.java:48) at org.eclipse.birt.report.engine.layout.html.HTMLTableBandLM.initialize(HTMLTableBandLM.java:43) at org.eclipse.birt.report.engine.layout.html.HTMLLayoutManagerFactory.createLayoutManager(HTMLLayoutManagerFactory.java:51) at org.eclipse.birt.report.engine.layout.html.HTMLReportLayoutEngine.createLayoutManager(HTMLReportLayoutEngine.java:130) at org.eclipse.birt.report.engine.layout.html.HTMLBlockStackingLM.layoutChildren(HTMLBlockStackingLM.java:67) at org.eclipse.birt.report.engine.layout.html.HTMLGroupLM.layoutChildren(HTMLGroupLM.java:72) at org.eclipse.birt.report.engine.layout.html.HTMLAbstractLM.layout(HTMLAbstractLM.java:171) at org.eclipse.birt.report.engine.layout.html.HTMLBlockStackingLM.layoutChildren(HTMLBlockStackingLM.java:68) at org.eclipse.birt.report.engine.layout.html.HTMLTableLM.layoutChildren(HTMLTableLM.java:81) at org.eclipse.birt.report.engine.layout.html.HTMLAbstractLM.layout(HTMLAbstractLM.java:171) at org.eclipse.birt.report.engine.layout.html.HTMLPageLM.layoutChildren(HTMLPageLM.java:142) at org.eclipse.birt.report.engine.layout.html.HTMLPageLM.layout(HTMLPageLM.java:84) at org.eclipse.birt.report.engine.layout.html.HTMLReportLayoutEngine.layout(HTMLReportLayoutEngine.java:90) at org.eclipse.birt.report.engine.presentation.ReportDocumentBuilder.build(ReportDocumentBuilder.java:186) at org.eclipse.birt.report.engine.api.impl.RunTask.doRun(RunTask.java:227) at org.eclipse.birt.report.engine.api.impl.RunTask.run(RunTask.java:87) at org.eclipse.birt.report.service.ReportEngineService.runReport(Unknown Source) at org.eclipse.birt.report.service.BirtViewerReportService.runReport(Unknown Source) at org.eclipse.birt.report.service.actionhandler.BirtRunReportActionHandler.__execute(Unknown Source) at org.eclipse.birt.report.service.actionhandler.BirtChangeParameterActionHandler.runReport(Unknown Source) at org.eclipse.birt.report.service.actionhandler.AbstractChangeParameterActionHandler.__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.handleChangeParameter(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:717) at org.apache.axis.transport.http.AxisServletBase.service(AxisServletBase.java:327) at javax.servlet.http.HttpServlet.service(HttpServlet.java:810) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:81) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178) at org.jboss.web.tomcat.security.CustomPrincipalValve.invoke(CustomPrincipalValve.java:39) at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:153) at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:59) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148) at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:856) at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:744) at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527) at org.apache.tomcat.util.net.MasterSlaveWorkerThread.run(MasterSlaveWorkerThread.java:112) at java.lang.Thread.run(Thread.java:595) | closed fixed | a8cc847 | ["data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/ResultIterator.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-06-11T09:29:18Z" | "2007-06-11T05:33:20Z" |
191,627 | Bug 191627 [Regression]Exception occurs when first preview the joint dataset[0706] | Description: [Regression]Exception occurs when preview the flatfile and sampledb joint dataset[0706] Build number: 2.2.0.v20070608-0630 Steps to reproduce: 1, New a flatfile dataset 2, New a CUSTOMER dataset 3, Join two datasets with STATE column 4, Preview in dataset Expected result: Preview successfully Actual result: Exception occurs Error log: A BIRT exception occurred. Plug-in Provider:Eclipse.org Plug-in Name:BIRT Data Engine Plug-in ID:org.eclipse.birt.data Version:2.2.0.v20070607-1421 Error Code:data.engine.ColumnBindingReferToInexistColumn Error Message:Column binding "Employee::CUSTOMERNUMBER" has referred to a data set column "Employee::CUSTOMERNUMBER" which is not exist. | closed fixed | 3c91032 | ["data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/PreparedJointDataSourceQuery.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-06-11T07:54:34Z" | "2007-06-08T02:33:20Z" |
191,805 | Bug 191805 The default value radio button should be checked [0705] | Description: The default value radio button should be checked. Build number: 2.2.0.v20070608-1028 Steps to reproduce: 1. New a parameter, type "boolean", select radio button, input 0 and 1 as values, set 1 as default value. 2. Preview parameter dialog popps up. Expected result: The default value radio button is checked. Actual result: Neither of the radio buttons is checked (see the screenshot). Error log: N/A | closed fixed | 98f794f | ["viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/presentation/aggregation/parameter/RadioButtonParameterFragment.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-06-11T07:29:18Z" | "2007-06-09T09:06:40Z" |
191,637 | Bug 191637 Empty cube causes error | Comment removed as requested by the submitter - 2007-06-08 droy | resolved fixed | b043b4d | ["data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/olap/data/impl/dimension/Dimension.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/olap/data/impl/dimension/Hierarchy.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/olap/data/util/DiskIndex.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-06-11T03:31:09Z" | "2007-06-08T05:20:00Z" |
187,445 | Bug 187445 The joint result of script computed column is incorrect[07] | Description: 1, Each dataset including a computed column: name: index; type:integer; expression:0 2, Specify the script of datasets to: beforeOpen: index=0; onFetch: row["index"] = index; index++; 3, Join the two datasets Build number: 2.2.0.v20070516-0630 Steps to reproduce: 1, open the attached report design 2, open the joint dataset and preview Actual result: The result of column Data "Set1::index" is all 0 but no value 1. | closed fixed | 272665a | ["data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/executor/transform/pass/DataSetProcessUtil.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/ComputedColumnHelper.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | "2007-06-10T09:14:15Z" | "2007-05-17T02:46:40Z" |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.