id
int64
1
6.5k
bug_id
int64
2.03k
426k
summary
stringlengths
9
251
description
stringlengths
1
32.8k
report_time
stringlengths
19
19
report_timestamp
int64
1B
1.39B
status
stringclasses
6 values
commit
stringlengths
7
9
commit_timestamp
int64
1B
1.39B
files
stringlengths
25
32.8k
project_name
stringclasses
6 values
2,408
195,623
Bug 195623 Action (Invoke Script&Highlight&Toggle Visibility&Toggle DataPoint Visibility) does not work if the Event is "Mouse Double Click" [13]
Description: Action (Invoke Script&Highlight&Toggle Visibility&Toggle DataPoint Visibility) does not work if the Event is "Mouse Double Click". Build number: 2.2.0.v20070706-0959 Steps to reproduce: 1. New a chart, in "Format Chart" tab add interactivity for Value Series, select Event as "Mouse Double Click", select Action as Invoke Script or Highlight or Toggle Visibility or Toggle DataPoint Visibility. 2. Preview. Expected result: Interactivity works. Actual result: Interactivity does not work. Error log: N/A
2007-07-06 03:10:12
1,183,710,000
closed fixed
014e7cd
1,184,050,000
chart/org.eclipse.birt.chart.device.extension/src/org/eclipse/birt/chart/device/image/JavaxImageIOWriter.java chart/org.eclipse.birt.chart.device.extension/src/org/eclipse/birt/chart/device/util/HTMLAttribute.java chart/org.eclipse.birt.chart.device.extension/src/org/eclipse/birt/chart/device/util/ScriptUtil.java chart/org.eclipse.birt.chart.device.svg/src/org/eclipse/birt/chart/device/svg/SVGInteractiveRenderer.java chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/util/TriggerSupportMatrix.java
Birt
2,409
195,507
Bug 195507 not support <font size="-2">
Build ID: 2.2.0 Steps To Reproduce: 1. create a text, input some html code, including <font size="-2"> 2. view as PDF result: error occurs Jul 5, 2007 5:38:50 PM org.eclipse.birt.report.engine.layout.pdf.util.HTMLStyleProcessor execute SEVERE: There is a invalid value for property SIZE of element FONT in the HTML. As far as I know, BIRT will calculate the font size in html and then convert to its own scale. I do not think it is good idea to be smart. Maybe I am wrong, I did not get the rationale behind it. But this SEVERE error should not be exposed. More information:
2007-07-05 06:25:54
1,183,630,000
closed fixed
e2e4264
1,184,040,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/css/HTMLProcessor.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/util/HTMLStyleProcessor.java
Birt
2,410
191,925
Bug 191925 German browser button is truncated[10]
Description: German browser button is truncated Build number:2.2.0.v200706111025 Steps to reproduce: 1. install language package. 2. start eclipse with eclipse -nl de_de 3. Insert a image, select image from resource folder Expected result: Button displays completely Actual result: See attached. Error log:N/A
2007-06-11 06:55:08
1,181,560,000
closed fixed
30cdeb6
1,184,040,000
UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/dialogs/ImageBuilder.java
Birt
2,411
195,873
Bug 195873 Radio buttons in BIRT 2.1.2 reports do not display correctly in BIRT 2.2.0
Build ID: I20070625-1500 Steps To Reproduce: Steps To Reproduce: 1.Create a simple report in BIRT 2.1.2 defining a radio button with 3 selections. Each selection should have a different value and display information. In my testcase, I used pie with display text "pie chart", bar with display text "bar chart" and line with display text "line chart" 2.Add an output dynamic text line to display the parameter selected with the radio button. (Attached report design provides a simple report implementing steps 1 & 2). 3.Preview the report in BIRT 2.1.2. It should correctly show the radio buttons with the correct values and display the correct paramter selected on the report. 4.Copy the rptdesign file into a BIRT 2.2.0 project. Preview the report in BIRT 2.2.0. It incorrectly shows the radio button selections as pie, pie and pie. If you select the second radio button the paramter selected will show on the report as "bar". More information: The problem seems to be introduced in BIRT 2.2.0 with the addition of a new property in the reports parameters list. If the XML is editted in BIRT 2.2.0 and the following property line is inserted into the XML file, <property name="distinct">false</property>, then the correct radio button text will be displayed. More information: Reports written and tested in BIRT 2.1.2 should be upward compatable and able to be run in BIRT 2.2.0 without having to edit all the rptdesign files to add the above property setting.
2007-07-09 14:26:15
1,184,010,000
resolved fixed
defe1fc
1,184,040,000
viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/presentation/aggregation/parameter/ComboBoxParameterFragment.java viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/presentation/aggregation/parameter/RadioButtonParameterFragment.java viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/presentation/aggregation/parameter/ScalarParameterFragment.java
Birt
2,412
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
2007-04-27 02:29:07
1,177,660,000
closed fixed
4c0085b
1,184,040,000
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
2,413
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".
2007-05-28 04:48:44
1,180,340,000
closed fixed
a014cd7
1,184,040,000
viewer/org.eclipse.birt.report.viewer/src/org/eclipse/birt/report/viewer/utilities/WebViewer.java
Birt
2,414
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?
2007-06-08 09:14:57
1,181,310,000
resolved fixed
2fecd3d
1,184,030,000
engine/org.eclipse.birt.report.engine.emitter.wpml/src/org/eclipse/birt/report/engine/emitter/wpml/WordUtil.java
Birt
2,415
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
2007-06-05 09:10:29
1,181,050,000
closed fixed
6049815
1,183,980,000
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
2,416
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.
2007-06-28 17:39:05
1,183,070,000
resolved fixed
f1178df
1,183,970,000
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
2,417
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.
2007-07-03 02:50:05
1,183,450,000
closed fixed
90307eb
1,183,970,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/cache/TableAreaLayout.java
Birt
2,418
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
2007-07-06 02:53:39
1,183,700,000
closed fixed
89af6b0
1,183,960,000
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
2,419
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
2007-07-06 05:41:06
1,183,710,000
closed fixed
6e3ab4c
1,183,950,000
UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/command/RefreshLibraryHandler.java
Birt
2,420
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
2007-07-06 01:35:33
1,183,700,000
closed fixed
c90bbd7
1,183,710,000
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
2,421
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
2007-07-05 04:03:37
1,183,620,000
closed fixed
0a4a16a
1,183,710,000
data/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/api/DataAdapterUtil.java
Birt
2,422
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.
2007-06-11 12:01:13
1,181,580,000
resolved fixed
b8d712f
1,183,710,000
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
2,423
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().
2007-07-05 23:22:35
1,183,690,000
resolved fixed
7672d31
1,183,700,000
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
2,424
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)
2007-06-10 23:14:42
1,181,530,000
closed fixed
6f56da1
1,183,600,000
UI/org.eclipse.birt.report.designer.ui.lib/src/org/eclipse/birt/report/designer/ui/editors/LibraryLayoutEditorFormPage.java
Birt
2,425
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
2007-06-13 02:41:07
1,181,720,000
closed fixed
be0e1f5
1,183,600,000
UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/dialogs/BindingDialogHelper.java
Birt
2,426
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
2007-06-20 22:25:17
1,182,390,000
closed fixed
7c68dfb
1,183,600,000
UI/org.eclipse.birt.report.designer.ui.rcp/src/org/eclipse/birt/report/designer/ui/internal/rcp/wizards/NewReportTemplateWizard.java
Birt
2,427
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.
2007-06-20 21:34:53
1,182,390,000
closed fixed
fb9e898
1,183,600,000
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
2,428
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
2007-06-25 03:09:34
1,182,760,000
closed fixed
510b227
1,183,540,000
chart/org.eclipse.birt.chart.reportitem.ui/src/org/eclipse/birt/chart/reportitem/ui/ReportDataServiceProvider.java
Birt
2,429
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
2007-07-04 02:18:22
1,183,530,000
closed fixed
c1a69da
1,183,530,000
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
2,430
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
2007-06-13 02:30:41
1,181,720,000
closed fixed
277f9c2
1,183,530,000
UI/org.eclipse.birt.report.designer.ui.lib/src/org/eclipse/birt/report/designer/internal/lib/editparts/LibraryGraphicalPartFactory.java
Birt
2,431
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
2007-06-25 02:45:00
1,182,750,000
closed fixed
293c273
1,183,530,000
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
2,432
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
2007-06-13 03:22:29
1,181,720,000
closed fixed
772c397
1,183,520,000
UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/util/UIUtil.java
Birt
2,433
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
2007-05-30 17:29:17
1,180,560,000
resolved fixed
d09057d
1,183,440,000
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
2,434
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
2007-07-02 22:02:30
1,183,430,000
closed fixed
33377d5
1,183,430,000
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
2,435
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.
2007-06-26 02:17:50
1,182,840,000
resolved fixed
33fea95
1,183,430,000
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
2,436
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
2007-01-04 11:58:54
1,167,930,000
resolved fixed
ebf6516
1,183,350,000
chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/render/AxesRenderer.java
Birt
2,437
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
2007-06-11 03:47:52
1,181,550,000
closed fixed
eb3d6b1
1,183,340,000
data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/olap/data/impl/AggregationResultSetSaveUtil.java
Birt
2,438
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
2007-06-28 10:51:58
1,183,040,000
resolved fixed
bee0d4a
1,183,100,000
chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/computation/withaxes/AxisSubUnit.java
Birt
2,439
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
2007-06-21 02:26:00
1,182,410,000
resolved fixed
57612dd
1,183,090,000
UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/AggDataDropAdapter.java
Birt
2,440
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:
2007-01-24 02:28:23
1,169,620,000
closed fixed
77b5857
1,183,010,000
UI/org.eclipse.birt.report.designer.ui.views/src/org/eclipse/birt/report/designer/ui/views/data/DataView.java
Birt
2,441
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.
2007-06-05 04:51:14
1,181,030,000
resolved fixed
bb68074
1,183,000,000
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
2,442
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
2007-05-29 04:36:17
1,180,430,000
closed fixed
f468604
1,182,940,000
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
2,443
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.
2007-06-27 01:59:52
1,182,920,000
resolved fixed
2deb2d0
1,182,930,000
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
2,444
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
2007-06-21 05:04:34
1,182,420,000
closed fixed
5a6f81d
1,182,930,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/font/FontInfo.java
Birt
2,445
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.
2007-06-19 02:30:48
1,182,230,000
closed fixed
33f66ee
1,182,930,000
chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/series/DifferenceSeriesAttributeComposite.java
Birt
2,446
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
2007-06-22 03:44:34
1,182,500,000
closed fixed
132b513
1,182,840,000
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
2,447
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.
2007-06-18 23:36:45
1,182,220,000
resolved fixed
4ef0a8a
1,182,840,000
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
2,448
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
2007-06-04 22:12:48
1,181,010,000
closed fixed
94a91a2
1,182,760,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/ReportRunner.java
Birt
2,449
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
2007-06-21 22:17:05
1,182,480,000
closed fixed
1691915
1,182,740,000
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
2,450
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.
2007-06-22 01:07:06
1,182,490,000
resolved fixed
8155fcf
1,182,740,000
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
2,451
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)
2007-06-07 02:00:42
1,181,200,000
closed fixed
9b3def2
1,182,560,000
data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/odaconsumer/PreparedStatement.java
Birt
2,452
193,886
Bug 193886 NPE is thrown when preview external CSS style in ppt[1205]
null
2007-06-22 02:41:07
1,182,490,000
closed fixed
3b476da
1,182,500,000
engine/org.eclipse.birt.report.engine.emitter.ppt/src/org/eclipse/birt/report/engine/emitter/ppt/PPTRender.java
Birt
2,453
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.
2007-06-21 15:32:47
1,182,450,000
verified fixed
6740f50
1,182,500,000
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
2,454
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
2007-06-19 05:51:55
1,182,250,000
closed fixed
124ecc6
1,182,500,000
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
2,455
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
2007-06-15 01:04:25
1,181,880,000
closed fixed
86dfaad
1,182,490,000
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
2,456
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.
2007-06-21 05:02:21
1,182,420,000
resolved fixed
1456236
1,182,490,000
xtab/org.eclipse.birt.report.item.crosstab.ui/src/org/eclipse/birt/report/item/crosstab/internal/ui/editors/editparts/CrosstabTableEditPart.java
Birt
2,457
193,467
Bug 193467 URL hyperlink can't work in chart viewer
null
2007-06-20 03:50:22
1,182,330,000
resolved fixed
20ba5fb
1,182,410,000
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
2,458
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
2007-06-20 23:52:26
1,182,400,000
closed fixed
c70b195
1,182,410,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/cache/TableAreaLayout.java
Birt
2,459
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
2007-06-19 03:10:58
1,182,240,000
closed fixed
6dac389
1,182,410,000
UI/org.eclipse.birt.report.designer.ui.editors/src/org/eclipse/birt/report/designer/internal/ui/views/outline/DesignerOutlinePage.java
Birt
2,460
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
2007-06-12 04:41:31
1,181,640,000
closed fixed
eb0976f
1,182,390,000
engine/org.eclipse.birt.report.engine.emitter.prototype.excel/src/org/eclipse/birt/report/engine/emitter/excel/ExcelWriter.java
Birt
2,461
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.
2007-06-20 03:46:18
1,182,330,000
closed fixed
fe34df5
1,182,340,000
chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/util/FillUtil.java
Birt
2,462
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.
2007-06-18 20:26:39
1,182,210,000
resolved fixed
b3b9319
1,182,320,000
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
2,463
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)
2007-06-18 23:53:23
1,182,230,000
closed fixed
2d4182f
1,182,310,000
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
2,464
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
2007-06-11 08:44:15
1,181,570,000
resolved fixed
2a506dd
1,182,310,000
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
2,465
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
2007-06-05 01:49:32
1,181,020,000
closed fixed
17d9888
1,182,300,000
UI/org.eclipse.birt.report.designer.ui.cubebuilder/src/org/eclipse/birt/report/designer/ui/cubebuilder/page/CubeGroupContent.java
Birt
2,466
192,792
Bug 192792 Drag to change xtab width will cause xls preview failure[1203]
null
2007-06-14 23:27:12
1,181,880,000
closed fixed
26dab37
1,182,260,000
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
2,467
181,704
Bug 181704 Exception is thrown out when preview the attached design file as XLS PROTOTYPE [1203]
null
2007-04-10 03:18:52
1,176,190,000
closed fixed
16cd122
1,182,250,000
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
2,468
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
2007-06-11 22:04:23
1,181,610,000
closed fixed
fc05cad
1,182,240,000
chart/org.eclipse.birt.chart.device.svg/src/org/eclipse/birt/chart/device/svg/SVGTextRenderer.java
Birt
2,469
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.
2007-06-15 14:43:36
1,181,930,000
resolved fixed
99dca04
1,182,240,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/buffermgr/TableContentLayout.java
Birt
2,470
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
2007-06-14 23:10:11
1,181,880,000
closed fixed
8b4aa30
1,182,240,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/cache/TableAreaLayout.java
Birt
2,471
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''.
2007-06-14 11:43:21
1,181,840,000
resolved fixed
9525afb
1,182,230,000
chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/composites/FillChooserComposite.java
Birt
2,472
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)
2007-05-30 03:27:15
1,180,510,000
closed fixed
f114dcb
1,182,230,000
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
2,473
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.
2007-06-18 04:44:15
1,182,160,000
resolved fixed
f03ea31
1,182,230,000
model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/SimpleGroupElementHandle.java
Birt
2,474
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.
2007-06-13 01:04:48
1,181,710,000
resolved fixed
d5e794a
1,182,230,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/DataExtractionTaskV1.java
Birt
2,475
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
2007-06-13 04:32:46
1,181,720,000
closed fixed
cbd68d5
1,182,230,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/util/HTML2Content.java
Birt
2,476
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)
2007-06-18 07:30:09
1,182,170,000
closed fixed
ec4d7f8
1,182,220,000
data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/script/ScriptEvalUtil.java
Birt
2,477
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.
2007-06-01 16:57:19
1,180,730,000
resolved fixed
7f0c97c
1,182,220,000
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
2,478
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
2007-06-13 08:00:39
1,181,740,000
closed fixed
f991abe
1,182,220,000
chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/reportitem/ChartReportStyleProcessor.java
Birt
2,479
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
2007-06-18 05:06:15
1,182,160,000
resolved fixed
72f90f5
1,182,220,000
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
2,480
193,227
Bug 193227 Static Context sensitive help missing from ODA Jdbc and Sampledb Data Source Connection UI Pages
null
2007-06-18 20:09:51
1,182,210,000
resolved fixed
d623bd7
1,182,210,000
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
2,481
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.
2007-06-05 19:43:53
1,181,090,000
resolved fixed
76e1803
1,182,160,000
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
2,482
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
2007-06-12 03:06:43
1,181,630,000
closed fixed
c87db72
1,182,150,000
engine/org.eclipse.birt.report.engine.emitter.html/src/org/eclipse/birt/report/engine/emitter/html/HTMLReportEmitter.java
Birt
2,483
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> &#20449;&#24687;: 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)
2007-06-17 23:58:31
1,182,140,000
closed fixed
5f116be
1,182,150,000
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
2,484
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''.
2007-05-31 16:46:49
1,180,640,000
resolved fixed
74e0966
1,182,150,000
UI/org.eclipse.birt.report.designer.ui.samplesview/src/org/eclipse/birt/report/designer/ui/samplesview/view/ReportExamples.java
Birt
2,485
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.
2007-06-15 02:07:58
1,181,890,000
resolved fixed
7b6c549
1,182,150,000
UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/dialogs/ParameterDialog.java
Birt
2,486
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)
2007-06-17 07:53:30
1,182,080,000
closed fixed
cfc61a1
1,182,140,000
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
2,487
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.
2007-06-15 11:54:43
1,181,920,000
resolved fixed
0a628f7
1,182,140,000
viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/IBirtConstants.java
Birt
2,488
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&#65306; 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)
2007-06-07 02:13:15
1,181,200,000
closed fixed
70faf9a
1,182,140,000
data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/olap/data/impl/facttable/DimensionDivision.java
Birt
2,489
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)
2007-06-14 02:04:14
1,181,800,000
closed fixed
9c63a38
1,181,900,000
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
2,490
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.
2007-06-04 18:58:30
1,181,000,000
resolved fixed
2398bae
1,181,900,000
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
2,491
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.
2007-06-15 01:07:53
1,181,880,000
closed fixed
3af5e4b
1,181,900,000
chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/render/BaseRenderer.java
Birt
2,492
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
2007-06-09 02:36:18
1,181,370,000
closed fixed
58d4e2f
1,181,890,000
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
2,493
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.
2007-06-14 22:41:08
1,181,880,000
closed fixed
cedf4b3
1,181,890,000
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
2,494
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
2007-06-13 22:27:48
1,181,790,000
closed fixed
b672fec
1,181,890,000
data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/olap/data/impl/aggregation/sort/AggrSortDefinition.java
Birt
2,495
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
2007-06-04 23:28:38
1,181,010,000
closed fixed
fab90fa
1,181,880,000
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
2,496
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
2007-06-12 08:36:48
1,181,650,000
closed fixed
e9f733a
1,181,880,000
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
2,497
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
2007-06-13 02:59:03
1,181,720,000
closed fixed
f8f8c10
1,181,800,000
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
2,498
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
2007-06-11 09:02:18
1,181,570,000
closed fixed
1c24e12
1,181,730,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/emitter/PageDeviceRender.java
Birt
2,499
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
2007-06-13 02:34:32
1,181,720,000
closed fixed
e502e0d
1,181,720,000
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
2,500
191,685
Bug 191685 [regression]Set default value doesn't work in Report Parameter[0705]
null
2007-06-08 07:58:52
1,181,300,000
closed fixed
d9acabb
1,181,710,000
UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/dialogs/ParameterDialog.java
Birt
2,501
192,083
Bug 192083 [regression]DataException when preview attached xtab report.[1102]
null
2007-06-11 23:41:54
1,181,620,000
closed fixed
4b37272
1,181,700,000
data/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/impl/DataRequestSessionImpl.java
Birt
2,502
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.
2007-06-06 14:02:54
1,181,150,000
resolved fixed
42e7276
1,181,700,000
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
2,503
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.
2007-06-12 03:57:24
1,181,640,000
closed fixed
59213c1
1,181,640,000
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
2,504
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:
2007-06-08 05:47:16
1,181,300,000
closed fixed
82d9980
1,181,640,000
model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/util/ParameterValidationUtil.java
Birt
2,505
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)
2007-06-11 21:58:23
1,181,610,000
closed fixed
a3c354b
1,181,630,000
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
2,506
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.
2007-06-05 14:30:33
1,181,070,000
verified fixed
e84377f
1,181,630,000
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
2,507
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)
2007-06-11 01:08:37
1,181,540,000
closed fixed
a8cc847
1,181,550,000
data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/ResultIterator.java
Birt