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
3,108
161,826
Bug 161826 problem on extracting data in XML data source using predicates
While extracting data from an XML data source, there seems to be a problem on using a predicate in the column mapping for a table. In the following example XML file (also attached to the bug), books.xml, I was trying to get the book titles with "en" as their "lang" attribute, so specified Table Mapping: /library/book Column Mapping: /title[@lang="en"] However, instead of getting the book titles in the column, I had the "en" strings in the entire column. This seems to be a bug to me. If not, I would like to find out how to specify the Table/Column Mappings properly. File: books.xml --------------------------------------------- <?xml version="1.0"?> <library> <book category="COOKING"> <title lang="en">Everyday Italian</title> <author name="Giada De Laurentiis" country="it"></author> <year>2005</year> </book> <book category="CHILDREN"> <title lang="en">Harry Potter</title> <author name="J K. Rowling" country="uk"></author> <year>2005</year> </book> <book category="WEB"> <title lang="en">XQuery Kick Start</title> <author name="James McGovern" country="us"></author> <author name="Per Bothner" country="us"></author> </book> <book category="WEB"> <title lang="en">Learning XML</title> <author name="Erik T. Ray" country="us"></author> <year>2003</year> </book> <audio format="CD" category="MUSIC"> <title lang="en">Feels Like Home</title> <artist name="Norah Jones" country="us"></artist> <year>2005</year> </audio> </library>
2006-10-21 02:04:45
1,161,410,000
resolved fixed
0eedea0
1,161,690,000
data/org.eclipse.birt.report.data.oda.xml/src/org/eclipse/birt/report/data/oda/xml/util/SaxParserConsumer.java
Birt
3,109
154,000
Bug 154000 Enrichment of ODA consumer helper
Provide additional services in the oda.consumer component to include more common behavior that an ODA consumer application would need. For example, to handle different capabilities and behavior of individual ODA drivers.
2006-08-15 23:03:34
1,155,700,000
closed fixed
11c3d9f
1,161,690,000
data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/odaconsumer/ConnectionManager.java data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/odaconsumer/Driver.java data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/odaconsumer/DriverManager.java
Birt
3,110
161,178
Bug 161178 Support BORDER style for table rows
null
2006-10-16 23:32:45
1,161,060,000
closed fixed
c6106a3
1,161,670,000
UI/org.eclipse.birt.report.designer.core/src/org/eclipse/birt/report/designer/util/TableBorderCollisionArbiter.java UI/org.eclipse.birt.report.designer.ui.ide/src/org/eclipse/birt/report/designer/internal/ui/ide/propertyeditor/IDECategoryProviderFactory.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/schematic/border/CellBorder.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/schematic/border/TableBorderHelper.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/schematic/editparts/ReportElementEditPart.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/schematic/editparts/TableCellEditPart.java
Birt
3,111
161,669
Bug 161669 Incomplete adaptation of an oda data set design's Dynamic Query
When adapting a dynamic query in an ODA DataSetDesign's input parameter definition (oda.design.DynamicValuesQuery.getDataSetDesign() ), ModelOdaAdapter stops at saving its referenced dataSet name, but does not actually create/update corresponding odaDataSetHandle in model. This leads to an error when attempting to use the referenced data set name.
2006-10-19 19:08:49
1,161,300,000
resolved fixed
ad565a6
1,161,660,000
model/org.eclipse.birt.report.model.adapter.oda/src/org/eclipse/birt/report/model/adapter/oda/ReportParameterAdapter.java
Birt
3,112
161,899
Bug 161899 [Smoke]Font ,size,color and background color of highlight take no effects
Font ,size,color and background color of highlight take no effects Steps to reproduce: 1.new a report and new a data 2.input"my data" 3.new a hightlight and set Font.size,color and background color 4.preview in layout Expected result: highlight works well Actual result: Font ,size,color and background color of highlight take no effects
2006-10-22 22:12:47
1,161,570,000
closed fixed
c3c5f64
1,161,580,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/css/dom/StyleDeclaration.java
Birt
3,113
161,513
Bug 161513 [Smoke] attached report design Corporation.rptdesign throw exception when previewed in html and web viewer
[Smoke] attached report design Corporation.rptdesign throw exception when previewed in html and web viewer Steps to reproduce: 1.open attached report design 2.preview in html and web viewer Expected result: it can be previewed properly Actua result: exception thrown
2006-10-19 02:50:54
1,161,240,000
closed fixed
e1818d2
1,161,330,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/html/HTMLTableLM.java
Birt
3,114
161,191
Bug 161191 Null is inserted when drag columns to query text with ctrl key pressed
Description: Null is inserted when drag columns to query text with ctrl key pressed Steps to reproduce: 1. New a data source. 2. New a dataset. 3. Press and hold ctrl key, select OFFICECODE and CITY columns, drag to query text. Expected result: "CLASSICMODELS.OFFICES.OFFICECODE,CLASSICMODELS.OFFICES.CITY" is inserted in query text. Actual result: "null,CLASSICMODELS.OFFICES.OFFICECODE,CLASSICMODELS.OFFICES.CITY" is inserted
2006-10-17 04:30:16
1,161,070,000
closed fixed
cb59eec
1,161,330,000
data/org.eclipse.birt.report.data.oda.jdbc.ui/src/org/eclipse/birt/report/data/oda/jdbc/ui/editors/SQLDataSetEditorPage.java
Birt
3,115
161,383
Bug 161383 Support page-break-inside property on report item
Need support page-break-inside property on report items
2006-10-18 05:37:43
1,161,160,000
resolved fixed
407b659
1,161,310,000
model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/metadata/ElementDefn.java
Birt
3,116
161,385
Bug 161385 Redundant display text occour when preview a parameter
Redundant display text occour when preview a parameter Steps to reproduce: 1.new a boolean parameter 2.set "combo box" display type and "list of value" to static 3.new a parameter and display text "false" ,value "0" 4.drag the parameter to the layout 5.preview Expected result: there's only "false" displayed in parameter dialogue Actual result: there are "false" and "0"
2006-10-18 05:53:42
1,161,170,000
closed fixed
0100926
1,161,240,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/utility/DataUtil.java
Birt
3,117
161,501
Bug 161501 [Smoke] Chart can not be previewed in Web Viewer & HTML
Chart can not be previewed in Web Viewer & HTML Steps to reproduce: 1. Create a chart. 2. Preveiw in Web Viewer/ HTML. Expected result: Chart can be previewed. Actual result: No chart is shown.
2006-10-18 21:37:23
1,161,220,000
closed fixed
f2a4c26
1,161,240,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/presentation/aggregation/layout/RunFragment.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/BirtGetPageAllActionHandler.java
Birt
3,118
160,430
Bug 160430 Exception when useing -1 as argument in IContent.setExtension().
Description: ArrayIndexOutOfBoundsException when use -1 as first argument in IContent.setExtension method. Steps to reproduce: IContent content = new ContainerContent( new ReportContent( ) ); content.setExtension( -1, "invalid" ); Expected result: assert error or ignored. Actual result: java.lang.ArrayIndexOutOfBoundsException: -1 Error logs: at org.eclipse.birt.report.engine.content.impl.AbstractContent.setExtension(AbstractContent.java:429) at org.eclipse.birt.report.tests.engine.api.IContentTest.testExtension(IContentTest.java:223) 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:324) at junit.framework.TestCase.runTest(TestCase.java:154) at junit.framework.TestCase.runBare(TestCase.java:127) at junit.framework.TestResult$1.protect(TestResult.java:106) at junit.framework.TestResult.runProtected(TestResult.java:124) at junit.framework.TestResult.run(TestResult.java:109) at junit.framework.TestCase.run(TestCase.java:118) at org.eclipse.jdt.internal.junit.runner.junit3.JUnit3TestReference.run(JUnit3TestReference.java:128) at org.eclipse.jdt.internal.junit.runner.TestExecution.run(TestExecution.java:38) at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:460) at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:673) at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:386) at org.eclipse.pde.internal.junit.runtime.RemotePluginTestRunner.main(RemotePluginTestRunner.java:58) at org.eclipse.pde.internal.junit.runtime.CoreTestApplication.run(CoreTestApplication.java:24) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:104) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:74) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:348) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:165) 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:324) at org.eclipse.core.launcher.Main.invokeFramework(Main.java:341) at org.eclipse.core.launcher.Main.basicRun(Main.java:285) at org.eclipse.core.launcher.Main.run(Main.java:987) at org.eclipse.core.launcher.Main.main(Main.java:962)
2006-10-11 03:11:29
1,160,550,000
closed fixed
edecc2e
1,161,230,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/content/IContent.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/content/impl/AbstractContent.java
Birt
3,119
160,650
Bug 160650 IDataExtractionTask.selectColumns() doesn't work.
Description: IDataExtractionTask.selectColumns() doesn't work. Steps to reproduce: Codes: String[] columns={"code","territory"}; task.selectResultSet( "t1" ); task.selectColumns(columns ); IExtractionResults result = task.extract( ); assertEquals(2,result.getResultMetaData( ).getColumnCount( )); Covered in DataExtractionTaskTest.testMethods() case. Expected result: Column count is 2. Actual result: Column count is 3.
2006-10-12 05:53:56
1,160,650,000
closed fixed
2644287
1,161,160,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/DataIterator.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/ExtractionResults.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/ResultMetaData.java
Birt
3,120
161,174
Bug 161174 Expect to set/get interval range with a 'String' param in GroupHandle.
null
2006-10-16 22:57:55
1,161,050,000
closed fixed
529db51
1,161,150,000
model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/GroupHandle.java
Birt
3,121
157,681
Bug 157681 PDF Report Generated With Layout But No Data
null
2006-09-18 15:16:42
1,158,610,000
resolved fixed
2e2295a
1,161,140,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/css/engine/value/css/DisplayManager.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/PDFAbstractLM.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/PDFCellLM.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/PDFRowLM.java
Birt
3,122
146,352
Bug 146352 support cancel execution for "view report ..." tool bar and menu actions.
Current "view report as HTML" and "view report as PDF" in the menu tool bar uses RunAndRender task to stream back the report output. As a result, total page count is not available when the report is being streamed back. Please change these two requests to use Run task and then render task to generate HTML or PDF, so that the total page count is calculate. preview tab could continue to use RunAndRender task, since it is for preview.
2006-06-09 19:55:39
1,149,900,000
resolved fixed
f5d3573
1,161,140,000
viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/IBirtConstants.java viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/context/BaseAttributeBean.java viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/listener/ViewerHttpSessionListener.java viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/presentation/aggregation/layout/RunFragment.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/ViewerHTMLActionHandler.java viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/service/actionhandler/AbstractBaseActionHandler.java viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/service/actionhandler/AbstractChangeParameterActionHandler.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/BirtCancelTaskActionHandler.java viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/service/actionhandler/BirtGetPageAllActionHandler.java viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/servlet/BirtEngineServlet.java viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/servlet/BirtSoapMessageDispatcherServlet.java viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/servlet/ViewerServlet.java viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/soapengine/processor/AbstractBaseDocumentProcessor.java viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/soapengine/processor/BirtDocumentProcessor.java viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/soapengine/processor/IBirtOperators.java viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/soapengine/processor/IDocumentProcessor.java viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/utility/BirtUtility.java
Birt
3,123
151,575
Bug 151575 X series grouping problem
Steps: 1.Create a bar chart, bind the numeric type data to X series, includes duplicate datas in this column 2.Open chart builder, go to "Format chart" tab,select X series, tick grouping, type select "Numeric", interval set to 0 3.preview Actual Results: 1.in the chart, same values can not be grouped. Expected Results: 1.Can be grouped.
2006-07-24 07:12:04
1,153,740,000
closed fixed
695137b
1,161,000,000
testsuites/org.eclipse.birt.report.tests.chart/src/org/eclipse/birt/report/tests/chart/regression/Regression_151575.java
Birt
3,124
160,803
Bug 160803 Exception is thrown out when double click the chart
Exception is thrown out when double click the chart Steps to reproduce: 1. New a sample data source 2. New a data set: select * from CLASSICMODELS.CUSTOMERS 3. Drag a chart from palette view to layout 4. Click "Select Data" button, Select "Use Data Set"-"dSet"; X Series: Data Definitions = row["ORDERNAME"]; Y Series-Decoration Label: Data Definitions = row["COSTOMERNUMBER"]; 5. Click Finish, and preview. 6. Double click the chart in lay out Expected result: No exception is thrown out. Actual result: Exception is thrown out Error Log: org.eclipse.birt.chart.exception.ChartException at: org.eclipse.birt.chart.factory.Generator.build(Generator.java:983) org.eclipse.birt.chart.ui.swt.wizard.internal.ChartPreviewPainter.updateBuffer(ChartPreviewPainter.java:152) org.eclipse.birt.chart.ui.swt.wizard.internal.ChartPreviewPainter.controlResized(ChartPreviewPainter.java:363) org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:149) org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:928) org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:952) org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:933) org.eclipse.swt.widgets.Control.WM_SIZE(Control.java:3882) org.eclipse.swt.widgets.Scrollable.WM_SIZE(Scrollable.java:333) org.eclipse.swt.widgets.Composite.WM_SIZE(Composite.java:1266) org.eclipse.swt.widgets.Canvas.WM_SIZE(Canvas.java:303) org.eclipse.swt.widgets.Control.windowProc(Control.java:3323) org.eclipse.swt.widgets.Display.windowProc(Display.java:4059) org.eclipse.swt.internal.win32.OS.DefWindowProcW(Native Method) org.eclipse.swt.internal.win32.OS.DefWindowProc(OS.java:1959) org.eclipse.swt.widgets.Scrollable.callWindowProc(Scrollable.java:77) org.eclipse.swt.widgets.Control.windowProc(Control.java:3340) org.eclipse.swt.widgets.Display.windowProc(Display.java:4072) org.eclipse.swt.internal.win32.OS.EndDeferWindowPos(Native Method) org.eclipse.swt.widgets.Composite.resizeChildren(Composite.java:703) org.eclipse.swt.widgets.Composite.resizeChildren(Composite.java:669) org.eclipse.swt.widgets.Composite.setResizeChildren(Composite.java:875) org.eclipse.swt.widgets.Composite.WM_SIZE(Composite.java:1281) org.eclipse.swt.widgets.Control.windowProc(Control.java:3323) org.eclipse.swt.widgets.Display.windowProc(Display.java:4059) org.eclipse.swt.internal.win32.OS.DefWindowProcW(Native Method) org.eclipse.swt.internal.win32.OS.DefWindowProc(OS.java:1959) org.eclipse.swt.widgets.Scrollable.callWindowProc(Scrollable.java:77) org.eclipse.swt.widgets.Control.windowProc(Control.java:3340) org.eclipse.swt.widgets.Display.windowProc(Display.java:4072) org.eclipse.swt.internal.win32.OS.EndDeferWindowPos(Native Method) org.eclipse.swt.widgets.Composite.resizeChildren(Composite.java:703) org.eclipse.swt.widgets.Composite.resizeChildren(Composite.java:669) org.eclipse.swt.widgets.Composite.setResizeChildren(Composite.java:875) org.eclipse.swt.widgets.Composite.WM_SIZE(Composite.java:1281) org.eclipse.swt.widgets.Control.windowProc(Control.java:3323) org.eclipse.swt.widgets.Display.windowProc(Display.java:4059) org.eclipse.swt.internal.win32.OS.DefWindowProcW(Native Method) org.eclipse.swt.internal.win32.OS.DefWindowProc(OS.java:1959) org.eclipse.swt.widgets.Scrollable.callWindowProc(Scrollable.java:77) org.eclipse.swt.widgets.Control.windowProc(Control.java:3340) org.eclipse.swt.widgets.Display.windowProc(Display.java:4059) org.eclipse.swt.internal.win32.OS.SetWindowPos(Native Method) org.eclipse.swt.widgets.Widget.SetWindowPos(Widget.java:1225) org.eclipse.swt.widgets.Control.setBounds(Control.java:2138) org.eclipse.swt.widgets.Control.setBounds(Control.java:2120) org.eclipse.swt.widgets.Control.setBounds(Control.java:2116) org.eclipse.swt.widgets.Control.setBounds(Control.java:2185) org.eclipse.swt.custom.CTabItem.setControl(CTabItem.java:673) org.eclipse.birt.core.ui.frameworks.taskwizard.WizardBase$WizardBaseDialog.switchTask(WizardBase.java:792) org.eclipse.birt.core.ui.frameworks.taskwizard.WizardBase.switchTo(WizardBase.java:244) org.eclipse.birt.chart.ui.swt.wizard.ChartWizard.switchTo(ChartWizard.java:259) org.eclipse.birt.core.ui.frameworks.taskwizard.WizardBase$WizardBaseDialog.widgetSelected(WizardBase.java:977) org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:90) org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:928) org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:952) org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:937) org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:709) org.eclipse.swt.custom.CTabFolder.setSelection(CTabFolder.java:3171) org.eclipse.swt.custom.CTabFolder.onMouse(CTabFolder.java:1953) org.eclipse.swt.custom.CTabFolder$1.handleEvent(CTabFolder.java:288) org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:928) org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3390) org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3009) 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:104) org.eclipse.birt.chart.ui.swt.wizard.ChartWizard.open(ChartWizard.java:212) org.eclipse.birt.chart.reportitem.ui.ChartReportItemBuilderImpl.open(ChartReportItemBuilderImpl.java:187) org.eclipse.birt.report.designer.internal.ui.extension.ExtendedEditPart.performDirectEdit(ExtendedEditPart.java:153) org.eclipse.birt.report.designer.internal.ui.editors.schematic.editparts.ReportElementEditPart.performRequest(ReportElementEditPart.java:121) org.eclipse.gef.tools.SelectEditPartTracker.performOpen(SelectEditPartTracker.java:187) org.eclipse.gef.tools.SelectEditPartTracker.handleDoubleClick(SelectEditPartTracker.java:131) org.eclipse.gef.tools.AbstractTool.mouseDoubleClick(AbstractTool.java:944) org.eclipse.gef.tools.SelectionTool.mouseDoubleClick(SelectionTool.java:501) org.eclipse.gef.EditDomain.mouseDoubleClick(EditDomain.java:204) org.eclipse.gef.ui.parts.DomainEventDispatcher.dispatchMouseDoubleClicked(DomainEventDispatcher.java:285) org.eclipse.draw2d.LightweightSystem$EventHandler.mouseDoubleClick(LightweightSystem.java:508) org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:141) org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:928) org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3390) org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3009) org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1914) org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1878) org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:419) org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:95) org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78) org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:104) org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:74) org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:348) org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:165) sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) java.lang.reflect.Method.invoke(Unknown Source) org.eclipse.core.launcher.Main.invokeFramework(Main.java:341) org.eclipse.core.launcher.Main.basicRun(Main.java:285) org.eclipse.core.launcher.Main.run(Main.java:987) org.eclipse.core.launcher.Main.main(Main.java:962) Caused By:Unable to use a text data to render a numerical/datetime axis. org.eclipse.birt.chart.computation.withaxes.PlotWithAxes.getTypedDataSet(PlotWithAxes.java:657) org.eclipse.birt.chart.computation.withaxes.PlotWithAxes.getTypedDataSet(PlotWithAxes.java:635) org.eclipse.birt.chart.computation.withaxes.PlotWith2DAxes.compute(PlotWith2DAxes.java:782) org.eclipse.birt.chart.factory.Generator.build(Generator.java:979) org.eclipse.birt.chart.ui.swt.wizard.internal.ChartPreviewPainter.updateBuffer(ChartPreviewPainter.java:152) org.eclipse.birt.chart.ui.swt.wizard.internal.ChartPreviewPainter.controlResized(ChartPreviewPainter.java:363) org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:149) org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:928) org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:952) org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:933) org.eclipse.swt.widgets.Control.WM_SIZE(Control.java:3882) org.eclipse.swt.widgets.Scrollable.WM_SIZE(Scrollable.java:333) org.eclipse.swt.widgets.Composite.WM_SIZE(Composite.java:1266) org.eclipse.swt.widgets.Canvas.WM_SIZE(Canvas.java:303) org.eclipse.swt.widgets.Control.windowProc(Control.java:3323) org.eclipse.swt.widgets.Display.windowProc(Display.java:4059) org.eclipse.swt.internal.win32.OS.DefWindowProcW(Native Method) org.eclipse.swt.internal.win32.OS.DefWindowProc(OS.java:1959) org.eclipse.swt.widgets.Scrollable.callWindowProc(Scrollable.java:77) org.eclipse.swt.widgets.Control.windowProc(Control.java:3340) org.eclipse.swt.widgets.Display.windowProc(Display.java:4072) org.eclipse.swt.internal.win32.OS.EndDeferWindowPos(Native Method) org.eclipse.swt.widgets.Composite.resizeChildren(Composite.java:703) org.eclipse.swt.widgets.Composite.resizeChildren(Composite.java:669) org.eclipse.swt.widgets.Composite.setResizeChildren(Composite.java:875) org.eclipse.swt.widgets.Composite.WM_SIZE(Composite.java:1281) org.eclipse.swt.widgets.Control.windowProc(Control.java:3323) org.eclipse.swt.widgets.Display.windowProc(Display.java:4059) org.eclipse.swt.internal.win32.OS.DefWindowProcW(Native Method) org.eclipse.swt.internal.win32.OS.DefWindowProc(OS.java:1959) org.eclipse.swt.widgets.Scrollable.callWindowProc(Scrollable.java:77) org.eclipse.swt.widgets.Control.windowProc(Control.java:3340) org.eclipse.swt.widgets.Display.windowProc(Display.java:4072) org.eclipse.swt.internal.win32.OS.EndDeferWindowPos(Native Method) org.eclipse.swt.widgets.Composite.resizeChildren(Composite.java:703) org.eclipse.swt.widgets.Composite.resizeChildren(Composite.java:669) org.eclipse.swt.widgets.Composite.setResizeChildren(Composite.java:875) org.eclipse.swt.widgets.Composite.WM_SIZE(Composite.java:1281) org.eclipse.swt.widgets.Control.windowProc(Control.java:3323) org.eclipse.swt.widgets.Display.windowProc(Display.java:4059) org.eclipse.swt.internal.win32.OS.DefWindowProcW(Native Method) org.eclipse.swt.internal.win32.OS.DefWindowProc(OS.java:1959) org.eclipse.swt.widgets.Scrollable.callWindowProc(Scrollable.java:77) org.eclipse.swt.widgets.Control.windowProc(Control.java:3340) org.eclipse.swt.widgets.Display.windowProc(Display.java:4059) org.eclipse.swt.internal.win32.OS.SetWindowPos(Native Method) org.eclipse.swt.widgets.Widget.SetWindowPos(Widget.java:1225) org.eclipse.swt.widgets.Control.setBounds(Control.java:2138) org.eclipse.swt.widgets.Control.setBounds(Control.java:2120) org.eclipse.swt.widgets.Control.setBounds(Control.java:2116) org.eclipse.swt.widgets.Control.setBounds(Control.java:2185) org.eclipse.swt.custom.CTabItem.setControl(CTabItem.java:673) org.eclipse.birt.core.ui.frameworks.taskwizard.WizardBase$WizardBaseDialog.switchTask(WizardBase.java:792) org.eclipse.birt.core.ui.frameworks.taskwizard.WizardBase.switchTo(WizardBase.java:244) org.eclipse.birt.chart.ui.swt.wizard.ChartWizard.switchTo(ChartWizard.java:259) org.eclipse.birt.core.ui.frameworks.taskwizard.WizardBase$WizardBaseDialog.widgetSelected(WizardBase.java:977) org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:90) org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:928) org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:952) org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:937) org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:709) org.eclipse.swt.custom.CTabFolder.setSelection(CTabFolder.java:3171) org.eclipse.swt.custom.CTabFolder.onMouse(CTabFolder.java:1953) org.eclipse.swt.custom.CTabFolder$1.handleEvent(CTabFolder.java:288) org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:928) org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3390) org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3009) 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:104) org.eclipse.birt.chart.ui.swt.wizard.ChartWizard.open(ChartWizard.java:212) org.eclipse.birt.chart.reportitem.ui.ChartReportItemBuilderImpl.open(ChartReportItemBuilderImpl.java:187) org.eclipse.birt.report.designer.internal.ui.extension.ExtendedEditPart.performDirectEdit(ExtendedEditPart.java:153) org.eclipse.birt.report.designer.internal.ui.editors.schematic.editparts.ReportElementEditPart.performRequest(ReportElementEditPart.java:121) org.eclipse.gef.tools.SelectEditPartTracker.performOpen(SelectEditPartTracker.java:187) org.eclipse.gef.tools.SelectEditPartTracker.handleDoubleClick(SelectEditPartTracker.java:131) org.eclipse.gef.tools.AbstractTool.mouseDoubleClick(AbstractTool.java:944) org.eclipse.gef.tools.SelectionTool.mouseDoubleClick(SelectionTool.java:501) org.eclipse.gef.EditDomain.mouseDoubleClick(EditDomain.java:204) org.eclipse.gef.ui.parts.DomainEventDispatcher.dispatchMouseDoubleClicked(DomainEventDispatcher.java:285) org.eclipse.draw2d.LightweightSystem$EventHandler.mouseDoubleClick(LightweightSystem.java:508) org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:141) org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:928) org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3390) org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3009) org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1914) org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1878) org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:419) org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:95) org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78) org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:104) org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:74) org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:348) org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:165) sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) java.lang.reflect.Method.invoke(Unknown Source) org.eclipse.core.launcher.Main.invokeFramework(Main.java:341) org.eclipse.core.launcher.Main.basicRun(Main.java:285) org.eclipse.core.launcher.Main.run(Main.java:987) org.eclipse.core.launcher.Main.main(Main.java:962)
2006-10-13 01:17:02
1,160,720,000
closed fixed
80181fd
1,160,730,000
chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/type/BubbleChart.java
Birt
3,125
160,804
Bug 160804 org.eclipse.birt.report.model compiles error in daily build 20061013
org.eclipse.birt.report.model compiles error in daily build 20061013. The error msg is below: compileSource: [javac] Compiling 69 source files to E:\5\plugins\org.eclipse.birt.report.model\bin [javac] E:\5\plugins\org.eclipse.birt.report.model\src\org\eclipse\birt\report\model\parser\OdaDataSourceState.java:175: cannot access org.eclipse.core.runtime.IExtension [javac] file org\eclipse\core\runtime\IExtension.class not found [javac] ExtensionManifest extension = ManifestExplorer.getInstance( ) [javac] ^ [javac] Note: Some input files use or override a deprecated API. [javac] Note: Recompile with -deprecation for details. [javac] 1 error [forEach] Execution error on task: [ant] message: E:\DailyBuild\prepare\DailyBuild\dailybuild\script\DailyBuild.xml:1268: The following error occurred while executing this line: [forEach] E:\5\plugins\org.eclipse.birt.report.model\BuildModel.xml:409: Compile failed; see the compiler error output for details. [forEach] Project failed on itself: [forEach] Continue execution.
2006-10-13 01:17:49
1,160,720,000
closed fixed
a7350ce
1,160,720,000
model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/parser/OdaDataSourceState.java
Birt
3,126
160,796
Bug 160796 Refresh library explorer will look for libraries recursively in resource folder.
The refresh action in library explorer's context menu will first disposes all opened libraries in library explorer then reload the libraries. There is a bug that recursively look for libraries when dispose libraries.
2006-10-12 22:48:37
1,160,710,000
resolved fixed
458b645
1,160,720,000
UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/resourcelocator/PathResourceEntry.java
Birt
3,127
157,418
Bug 157418 Nest page-break-interval fails in subQuery
Description: Nest page-break-interval fails in subQuery Steps to reproduce: 1. New sample data source and dataset from table Customers 2. Insert a table, bind it with dataset, add a group on country, insert a data item in detail row to display CUSTOMERNUMBER column. 3. Insert another table to outer table's group header without binding any dataset, insert data item to inner table's detail row with dataSetRow["CUSTOMERNUMBER"]. 4. Set page-break-interval to 5 for outer table and 3 for inner table 5. Preview in web viewer. Expected result: Page break happens after 5 data rows in outer table. Page break happens after 3 data rows in inner table. Actaul result: Incorrect effect. Preview attached report and see page 8, page break happens for outer table after displaying only 3 data rows instead of 5 data rows.
2006-09-14 23:34:32
1,158,290,000
closed fixed
fa6e9fb
1,160,630,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/RunAndRenderTask.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/ContextPageBreakHandler.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/ExecutionContext.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/GroupExecutor.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/IPageBreakListener.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/ListBandExecutor.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/ListItemExecutor.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/ListingElementExecutor.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/TableBandExecutor.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/TableItemExecutor.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/presentation/ReportDocumentBuilder.java
Birt
3,128
157,720
Bug 157720 Chart template instruction isn't in the middle place in Firefox
Description: Chart template instruction isn't in the middle place in Firefox Steps to reproduce: 1. New a template file. 2. Insert a chart, input add chart as instruction text. 3. Preview in IE and Firefox. Expected result: add chart is in the center and middle Actual result: In IE, add chart is in the center and middle In Firefox, add chart is in the center and top.
2006-09-18 21:46:32
1,158,630,000
closed fixed
f656b66
1,160,560,000
engine/org.eclipse.birt.report.engine.emitter.html/src/org/eclipse/birt/report/engine/emitter/html/AttributeBuilder.java
Birt
3,129
160,184
Bug 160184 [API]DataSetID.toString() should return null but return "null"
Description: DataSetID.toString() should return null but return "null" Steps to reproduce: Run below codes: new DataSetID( null, 0, null ).toString(); Expected result: null. Actual result: "null"
2006-10-09 01:49:44
1,160,370,000
closed fixed
027bafa
1,160,560,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/DataSetID.java
Birt
3,130
160,276
Bug 160276 IColumn.getCssEngine() method should not exist
Description: IColumn.getCssEngine() method should not exist.
2006-10-10 05:11:58
1,160,470,000
closed fixed
d97c5ae
1,160,540,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/content/IColumn.java
Birt
3,131
160,193
Bug 160193 Parameter name is changed with data type
Steps to reproduce: 1.New a sample data source 2.New a data set with below query: select * from CLASSICMODELS.CUSTOMERS where CLASSICMODELS.CUSTOMERS.CUSTOMERNUMBER = ? 3.Switch to parameters in data set editor, a parameter is created automatically 4.Double click the parameter, click "..." button behind the "Linked to report parameter", note the default name of report parameter is "param1". Click "cancel" to destory "new parameter dialog" 5.Change data set paramter type to Any, and click "..." again Expected result: Default name of report parameter is "param1" Actual result: Default name of report parameter is changed to "NewParameter1"
2006-10-09 04:53:48
1,160,380,000
closed fixed
91d2033
1,160,460,000
model/org.eclipse.birt.report.model.adapter.oda/src/org/eclipse/birt/report/model/adapter/oda/ReportParameterAdapter.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/SessionHandle.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/core/DesignSession.java
Birt
3,132
160,178
Bug 160178 NPE when new AutoTextContent( null);
Description: NPE when new AutoTextContent( null); Steps to reproduce: Run codes like: IAutoTextContent autoTextContent = new AutoTextContent( null); Expected result: Proper process of null argument. Actual result: NPE. Error logs: java.lang.NullPointerException at org.eclipse.birt.report.engine.content.impl.AbstractContent.<init>(AbstractContent.java:93) at org.eclipse.birt.report.engine.content.impl.TextContent.<init>(TextContent.java:36) at org.eclipse.birt.report.engine.content.impl.AutoTextContent.<init>(AutoTextContent.java:39) at org.eclipse.birt.report.tests.engine.api.IAutoTextContentTest.testGetType(IAutoTextContentTest.java:32) 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:324) at junit.framework.TestCase.runTest(TestCase.java:154) at junit.framework.TestCase.runBare(TestCase.java:127) at junit.framework.TestResult$1.protect(TestResult.java:106) at junit.framework.TestResult.runProtected(TestResult.java:124) at junit.framework.TestResult.run(TestResult.java:109) at junit.framework.TestCase.run(TestCase.java:118) at org.eclipse.jdt.internal.junit.runner.junit3.JUnit3TestReference.run(JUnit3TestReference.java:128) at org.eclipse.jdt.internal.junit.runner.TestExecution.run(TestExecution.java:38) at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:460) at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:673) at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:386) at org.eclipse.pde.internal.junit.runtime.RemotePluginTestRunner.main(RemotePluginTestRunner.java:58) at org.eclipse.pde.internal.junit.runtime.CoreTestApplication.run(CoreTestApplication.java:24) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177) 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:324) at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336) at org.eclipse.core.launcher.Main.basicRun(Main.java:280) at org.eclipse.core.launcher.Main.run(Main.java:977) at org.eclipse.core.launcher.Main.main(Main.java:952)
2006-10-08 23:30:51
1,160,360,000
closed fixed
a11e5e1
1,160,450,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/content/impl/AbstractContent.java
Birt
3,133
160,176
Bug 160176 Create design by a template
null
2006-10-08 22:47:35
1,160,360,000
verified fixed
1df3d18
1,160,390,000
model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/core/DesignSession.java
Birt
3,134
158,947
Bug 158947 the error of the datetime type conversion
Description: Now we input "Jan 13, 2003 12:00 AM GMT0100" into the parameter as a default value. The time is not transformed base on the time zone "GMT0100". The time should be transformed. And the other form input e.g. "SUN Jan 13, 2003 12:00 AM GMT0100" should be identified correctly. Step to reproduce: 1. new a report and create a report parameter 2. choose the date type "DateTime" 3. input value "SUN Jan 13, 2003 12:00 AM GMT0100" as default value,ok to finish 4. error message appear 5. input value "SUN Jan 13, 2003 12:00 AM" and click ok Actuate result: the parameter value is still "01/13/2003 12:00:00 AM" Excepted result: the datetime value should be transformed base on the time zone.
2006-09-27 06:14:23
1,159,350,000
closed fixed
43c6428
1,160,300,000
core/org.eclipse.birt.core/src/org/eclipse/birt/core/data/DataTypeUtil.java
Birt
3,135
156,636
Bug 156636 [Acceptance] Format does not take effect in pre-defined style report
Format does not take effect in pre-defined style report Steps to reproduce: 1. New a report, add a sample datasource and data set with table "CUSTOMERS" 2. Drag the dataset in the report 3. Add a pre-define style "report" Set format Number as to Currency Set format Datetime to Shorttime Set format String to Lowercase 4. Preview the report in Web viewer, HTML and PDF Expected result: Format takes effect Actual result: Format does not take effect
2006-09-07 23:14:11
1,157,690,000
closed fixed
3bc4be5
1,160,300,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/parser/EngineIRVisitor.java
Birt
3,136
159,247
Bug 159247 Implement toString() in class StringFormatValue, NumberFormatValue and DateTimeFormatValue
Engine need the implementation of toString() method in class StringFormatValue, NumberFormatValue and DateTimeFormatValue.
2006-09-29 05:04:53
1,159,520,000
resolved fixed
9e36391
1,160,280,000
model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/elements/structures/FormatValue.java
Birt
3,137
159,380
Bug 159380 [regression]Not find DataEngineContextExt class cause all engine/dte smoke testing fail
Description Not find DataEngineContextExt class cause all engine/dte smoke testing fail Steps to reproduce: Run Engine/DTE smoke testing framework Expected result&#65306; Outputs are correct. Actaul result: All outputs are 0kb with Exception: Error happened while running the report. java.lang.NoClassDefFoundError: org/eclipse/birt/data/engine/impl/DataEngineContextExt at org.eclipse.birt.data.engine.api.DataEngineContext.setTmpdir(DataEngineContext.java:374) at org.eclipse.birt.report.engine.data.dte.DteDataEngine.<init>(DteDataEngine.java:71) at org.eclipse.birt.report.engine.data.DataEngineFactory.createDataEngine(DataEngineFactory.java:94) at org.eclipse.birt.report.engine.executor.ExecutionContext.getDataEngine(ExecutionContext.java:694) at org.eclipse.birt.report.engine.executor.ReportExecutor.execute(ReportExecutor.java:99) at org.eclipse.birt.report.engine.internal.executor.l18n.LocalizedReportExecutor.execute(LocalizedReportExecutor.java:38) at org.eclipse.birt.report.engine.layout.html.HTMLReportLayoutEngine.layout(HTMLReportLayoutEngine.java:68) at org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.run(RunAndRenderTask.java:207) at org.eclipse.birt.report.engine.api.ReportRunner.runAndRenderReport(ReportRunner.java:237) at org.eclipse.birt.report.engine.api.ReportRunner.execute(ReportRunner.java:162) at org.eclipse.birt.report.engine.api.ReportRunner.main(ReportRunner.java:118)
2006-09-29 22:59:54
1,159,590,000
closed fixed
461a814
1,159,590,000
data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/api/DataEngineContext.java data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/DataEngineImpl.java
Birt
3,138
156,497
Bug 156497 [Regression][Acceptance]Report isn't refreshed when delete used library file.
Description: Report isn't refreshed when delete used library file. Steps to reproduce: 1.New a library, add a label, input actuate. 2.New a report, extend lib.label 3.Delete the library file. 4.Refresh the report in Outline of the report Expected result: Empty label in Layout. Actual result: label with content "actuate" in Layout.
2006-09-07 07:26:13
1,157,630,000
closed fixed
504b26c
1,159,590,000
model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/ModuleHandle.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/command/LibraryReloadedEvent.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/command/LibraryRecord.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/core/Module.java
Birt
3,139
159,244
Bug 159244 IndexOutOfBoundsException when run and render report with multiple pages.
Description: IndexOutOfBoundsException when run and render report without multiple pages. See ReportItemVisitor.link() method in EngineIRReader class. Inner loop should use j instead of i. I means masterPage.getHeader( j ) and masterPage.getFooter(j) instead of i. Expected result: No exception. Actual result: Error log: &#20005;&#37325;: Failed to get the report runnable java.lang.IndexOutOfBoundsException: Index: 1, Size: 1 at java.util.ArrayList.RangeCheck(ArrayList.java:507) at java.util.ArrayList.get(ArrayList.java:324) at org.eclipse.birt.report.engine.ir.SimpleMasterPageDesign.getHeader(SimpleMasterPageDesign.java:182) at org.eclipse.birt.report.engine.ir.EngineIRReader$ReportItemVisitor.link(EngineIRReader.java:1351) at org.eclipse.birt.report.engine.ir.EngineIRReader.link(EngineIRReader.java:104) at org.eclipse.birt.report.engine.api.impl.ReportDocumentReader.getReportRunnable(ReportDocumentReader.java:397) at org.eclipse.birt.report.engine.api.impl.ReportEngineHelper.createRenderTask(ReportEngineHelper.java:457) at org.eclipse.birt.report.engine.api.impl.ReportEngine.createRenderTask(ReportEngine.java:378) at org.eclipse.birt.report.tests.engine.EngineCase.render(EngineCase.java:552) at org.eclipse.birt.report.tests.engine.EngineCase.render_HTML(EngineCase.java:523) at org.eclipse.birt.report.tests.engine.EngineCase.runAndThenRender(EngineCase.java:613) at org.eclipse.birt.report.tests.engine.api.IAutoTextContentTest.testAutoTextContentFromReport(IAutoTextContentTest.java:38) 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:324) at junit.framework.TestCase.runTest(TestCase.java:154) at junit.framework.TestCase.runBare(TestCase.java:127) at junit.framework.TestResult$1.protect(TestResult.java:106) at junit.framework.TestResult.runProtected(TestResult.java:124) at junit.framework.TestResult.run(TestResult.java:109) at junit.framework.TestCase.run(TestCase.java:118) at org.eclipse.jdt.internal.junit.runner.junit3.JUnit3TestReference.run(JUnit3TestReference.java:128) at org.eclipse.jdt.internal.junit.runner.TestExecution.run(TestExecution.java:38) at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:460) at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:673) at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:386) at org.eclipse.pde.internal.junit.runtime.RemotePluginTestRunner.main(RemotePluginTestRunner.java:58) at org.eclipse.pde.internal.junit.runtime.CoreTestApplication.run(CoreTestApplication.java:24) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177) 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:324) at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336) This bug is found in IAutoTextContentTest.java
2006-09-29 04:50:24
1,159,520,000
closed fixed
a33172a
1,159,580,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/ir/EngineIRReader.java
Birt
3,140
159,033
Bug 159033 Adding Datasource Property Bindings with 10,000+ ids causes incorrect XML creation.
I have a large report that has programatically generated more than 10,000 ids for my report components. Now, I go to edit the property bindings for the data source for my report, so that I can specify parameter-defined database connection properties. When I look at the XML, I find that the <list-property name="propertyBindings"> section was incorrectly created by the report designer. (See below for sample). <list-property name="propertyBindings"> <structure> <property name="name">odaDriverClass</property> <property name="id">13,218</property> </structure> <structure> <property name="name">odaURL</property> <property name="id">13,218</property> <expression name="value">params["DBConnectionString"]</expression> </structure> <structure> <property name="name">odaUser</property> <property name="id">13,218</property> <expression name="value">params["DBPassword"]</expression> </structure> <structure> <property name="name">odaPassword</property> <property name="id">13,218</property> </structure> <structure> <property name="name">odaJndiName</property> <property name="id">13,218</property> </structure> </list-property> Once I look at the XML once, I can never go back to Layout/Preview/... tabs. I recieve the error "Error in XML Source Page must be corrected before other pages can be used." The issue is that the line(s): <property name="id">13,218</property> are causing the XML parser to break. I can manually fixing this by removing the comma in the id variable, so the line(s) should look like: <property name="id">13218</property> So far, this only seems to be occuring on IDs generated for data source property bindings. The real issue with this is that, I never realized there was an error until I viewed the "XML Source" tab. And after I looked at it once, I was not able to return to any other tabs thereafter. Sheldon Warkentin 3esi
2006-09-27 16:40:36
1,159,390,000
resolved fixed
022967b
1,159,500,000
model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/metadata/FloatPropertyType.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/metadata/IntegerPropertyType.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/metadata/NumberPropertyType.java
Birt
3,141
157,259
Bug 157259 In PDF <li> effect is incorrect when page break happens.
Description: In PDF <li> effect is incorrect when page break happens. Steps to reproduce: 1. Open attached report and preview in pdf, pay attention to the first <li>text in the beginning of second page. Expected result: Correct <li> effect. Actual result: text after <li> is displayed at the second line instead of the same line as dot. See screenshot.
2006-09-13 23:41:16
1,158,210,000
closed fixed
a64cb17
1,159,440,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/util/HTML2Content.java
Birt
3,142
158,935
Bug 158935 [2.2.0][Smoke]PDF can not preview anything by IE
Details: [2.2.0][Smoke]PDF can not preview anything by IE Step: 1.New a report and add a label 2.Preview as PDF Actual resutl: Can not preview anything Excepted resutl: Preview the label by PDF
2006-09-27 04:02:12
1,159,340,000
closed fixed
b0ddf28
1,159,350,000
viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/servlet/BirtEngineServlet.java viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/servlet/ViewerServlet.java
Birt
3,143
155,778
Bug 155778 Unit picas should be larger than points in pdf
Description: Unit picas is twelve times larger than points Steps to reproduce: 1. Set label item's padding top to 100 picas and preview in pdf 2. Set label item's padding top to 100 points and preview in pdf Expected result: according to css standdard,picas is larger than points Actaul result: Points unit is larger than picas
2006-08-31 04:58:20
1,157,010,000
closed fixed
e8cd5b9
1,159,340,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/css/engine/value/AbstractLengthManager.java
Birt
3,144
155,943
Bug 155943 "Restore Properties" is always enabled for extended chart
Steps to reproduce: 1.New a report, includes a library, extends lib.chart 2.Choose the chart Expected result: "Restore Properties" is disabled untill set/change any local properties for the chart Actual result: "Restore Properties" is always enabled
2006-09-01 04:53:21
1,157,100,000
closed fixed
1ab91fa
1,159,330,000
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/writer/ModuleWriter.java
Birt
3,145
146,208
Bug 146208 ActionBarContributor Enhancement
Use MultiPageEditorActionBarContributor instead of EditorActionBarContributor to support more multi-page feature.
2006-06-09 05:44:38
1,149,850,000
resolved fixed
4b3efcb
1,159,330,000
UI/org.eclipse.birt.report.designer.ui.editors/src/org/eclipse/birt/report/designer/internal/ui/extension/FormPageDef.java UI/org.eclipse.birt.report.designer.ui.editors/src/org/eclipse/birt/report/designer/ui/editors/actions/MultiPageEditorActionBarContributor.java UI/org.eclipse.birt.report.designer.ui.editors/src/org/eclipse/birt/report/designer/ui/editors/extension/IExtensionConstants.java UI/org.eclipse.birt.report.designer.ui.ide/src/org/eclipse/birt/report/designer/ui/editors/LibraryActionBarContributor.java UI/org.eclipse.birt.report.designer.ui.ide/src/org/eclipse/birt/report/designer/ui/editors/ReportActionBarContributor.java UI/org.eclipse.birt.report.designer.ui.ide/src/org/eclipse/birt/report/designer/ui/editors/TemplateActionBarContributor.java UI/org.eclipse.birt.report.designer.ui.rcp/src/org/eclipse/birt/report/designer/ui/editors/LibraryActionBarContributor.java UI/org.eclipse.birt.report.designer.ui.rcp/src/org/eclipse/birt/report/designer/ui/editors/ReportActionBarContributor.java UI/org.eclipse.birt.report.designer.ui.rcp/src/org/eclipse/birt/report/designer/ui/editors/TemplateActionBarContributor.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/DesignerActionBarContributor.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/editors/AbstractMultiPageEditor.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/editors/IMultiPageEditorActionBarContributor.java
Birt
3,146
158,710
Bug 158710 Page break lost when printed as PDF in web viewer
Masterpage was lost when printed as PDF in web viewer Steps to reproduce: 1.preview attached report in web viewer 2.print as PDF Expected result: Preview as PDF directly and printed as PDF in web viewer shoud be the same Actual result: Printed as PDf in web viewer lost master pages while previewed as PDF directly works well
2006-09-26 03:50:36
1,159,260,000
closed fixed
8f64bb4
1,159,330,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/RenderTask.java
Birt
3,147
158,494
Bug 158494 [Regression] Exception is thrown out when apply a pre-defined style to an item
Exception is thrown out when apply a pre-defined style to an item Steps to reproduce: 1. New a pre-defined style "Data": edit font color as red 2. Drag data from palette to lay out 3. Choose the data item and go to Properties editor -> General -> Style Expected result: Style Data should not show up Actual result: Choose Style Data and exception is thrown out Error log: A BIRT exception occurred. Plug-in Provider:Eclipse.org Plug-in Name:BIRT Model Plug-in ID:org.eclipse.birt.report.model Version:2.1.1.v20060922-0630 Error Code:Error.StyleException.NOT_FOUND Error Message:The style "Data" used by report.Body[0] is not found.
2006-09-24 23:18:39
1,159,150,000
closed fixed
ffcf46d
1,159,260,000
UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/views/attributes/providers/ChoiceSetFactory.java
Birt
3,148
158,662
Bug 158662 Image constructor is incomplete
The Image constructor Image(IImageContent) does not copy the imageMap member of IIMageContent. This can lead to bugs whereever the IImage interface is used to retrieve the Chart Image Map.
2006-09-25 16:57:53
1,159,220,000
resolved fixed
4e5bdbf
1,159,240,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/Image.java
Birt
3,149
154,304
Bug 154304 Script generated in SVG chart when scripting disabled
If I use the Birt Chart API to render a chart to an SVG document and I call RunTimeContext.setScriptingEnabled(false) to disable scripting, the resulting document still contains scripts.
2006-08-17 17:24:03
1,155,850,000
resolved fixed
065c303
1,159,240,000
chart/org.eclipse.birt.chart.device.svg/src/org/eclipse/birt/chart/device/svg/ISVGConstants.java chart/org.eclipse.birt.chart.device.svg/src/org/eclipse/birt/chart/device/svg/SVGGraphics2D.java chart/org.eclipse.birt.chart.device.svg/src/org/eclipse/birt/chart/device/svg/SVGRendererImpl.java
Birt
3,150
155,551
Bug 155551 Arabic Separated Characters in PDF Export
When viewing the Report Design with the eclipse plugin, the Arabic characters are OK and contiguous, but when the report is exported to PDF the characters are shown separately.
2006-08-29 10:46:17
1,156,860,000
resolved fixed
98d6727
1,159,170,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/PDFTextLM.java
Birt
3,151
156,324
Bug 156324 Selectively broadcast event for older library
null
2006-09-06 03:50:28
1,157,530,000
resolved fixed
00f9f37
1,159,170,000
model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/parser/OdaDataSetState.java
Birt
3,152
158,256
Bug 158256 Parameter dialog won't pop up in web viewer with internal browser
Steps to reproduce: 1.Open Window->Preferences->Preview, untick "Always use external browsers"and choose "Default System Browser" 2.New a parameter without default value 3.Preview in Web Viewer, input "a" as the parameter value 4.Close the browser, and preview in Web Viewer again Expected result: Parameter dialog pops up for value input Actual result: Parameter dialog won't pop up, and its value comes from the generated document
2006-09-21 23:14:53
1,158,890,000
closed fixed
968ad54
1,158,910,000
viewer/org.eclipse.birt.report.viewer/src/org/eclipse/birt/report/viewer/browsers/embedded/EmbeddedBrowserAdapter.java
Birt
3,153
158,255
Bug 158255 Wrong method name in PlatformConfig
There is a method in org.eclipse.birt.core.framework.PlatformConfig class: public void getBIRTHome( String birtHome ) { properties.put( BIRT_HOME, birtHome ); } but obviously the method name should be "setBIRTHome".
2006-09-21 23:13:04
1,158,890,000
resolved fixed
3589900
1,158,910,000
core/org.eclipse.birt.core/src/org/eclipse/birt/core/framework/PlatformConfig.java
Birt
3,154
158,102
Bug 158102 [Regression]Html visibility effects seems to take no effects to all items
Html visibility effects seems to take no effects to all items Steps to reproduce: 1.new a report 2.add report items and set html visibility to them Expected result: Html visibility should take effects Actual result: No effects were displayed to all items
2006-09-21 01:55:21
1,158,820,000
closed fixed
ce79327
1,158,830,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/parser/EngineIRVisitor.java
Birt
3,155
156,322
Bug 156322 Properties file without name should be forbidden to add to the resource folder
Steps to reproduce: 1.New a report, switch to Property Editor->Resources 2.Click "Add", add a properties file named ".properties" Expected result: This name is invalid Actual result: ".properties" is added to the resource folder but it can't be used in the report
2006-09-06 03:29:19
1,157,530,000
closed fixed
038ee79
1,158,830,000
UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/dialogs/resource/NewResourceFileDialog.java
Birt
3,156
157,948
Bug 157948 Default value of datetime parameter doesn't take effect
Default value of datetime parameter doesn't take effect Steps to reproduce: 1.new a report and new a parameter 2.set the parameter data type"DateTime",display type"Radio Button" and new two parameters,the display text and value of the first are "this year" and "09/05/2006 the second is "last year" and "09/05/2006" 3.preview in html Expected result: the default value takes effects Actual result: the default value doesn't take effects
2006-09-20 03:21:41
1,158,740,000
closed fixed
ad71f4c
1,158,810,000
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 viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/utility/DataUtil.java
Birt
3,157
156,331
Bug 156331 NumberFormatException when clear extends property's value in report
Description: NumberFormatException when clear extends property's value in report Steps to reproduce: 1. New a library. 2. New a data source and dataset, drag the dataset to Layout. 3. Publish the library 4. New a report. 5. Drag table from library to report, click Script, clear value of extends property in table item. 6. Back to Layout. Expected result: Error msg inside table item. Actual result: SWTException. Error logs: org.eclipse.swt.SWTException: Failed to execute runnable (java.lang.NumberFormatException: The input value can't be parsed.) at org.eclipse.swt.SWT.error(SWT.java:3374) at org.eclipse.swt.SWT.error(SWT.java:3297) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:126) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3325) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2971) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1914) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1878) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:419) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:95) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177) 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:324) at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336) at org.eclipse.core.launcher.Main.basicRun(Main.java:280) at org.eclipse.core.launcher.Main.run(Main.java:977) at org.eclipse.core.launcher.Main.main(Main.java:952) Caused by: java.lang.NumberFormatException: The input value can't be parsed. at org.eclipse.birt.report.designer.util.FixTableLayoutCalculator.getIntColWidth(FixTableLayoutCalculator.java:308) at org.eclipse.birt.report.designer.internal.ui.layout.TableLayoutHelper.calculateColumnWidth(TableLayoutHelper.java:37) at org.eclipse.birt.report.designer.internal.ui.layout.TableLayout.caleLayoutData(TableLayout.java:611) at org.eclipse.birt.report.designer.internal.ui.layout.TableLayout.layout(TableLayout.java:158) at org.eclipse.draw2d.Figure.layout(Figure.java:1029) at org.eclipse.draw2d.Figure.validate(Figure.java:1735) at org.eclipse.draw2d.Figure.validate(Figure.java:1737) at org.eclipse.draw2d.Figure.validate(Figure.java:1737) at org.eclipse.draw2d.Figure.validate(Figure.java:1737) at org.eclipse.draw2d.Viewport.validate(Viewport.java:363) at org.eclipse.draw2d.Figure.validate(Figure.java:1737) at org.eclipse.draw2d.Figure.validate(Figure.java:1737) at org.eclipse.draw2d.Figure.validate(Figure.java:1737) at org.eclipse.draw2d.Figure.validate(Figure.java:1737) at org.eclipse.draw2d.Figure.validate(Figure.java:1737) at org.eclipse.draw2d.FreeformViewport$FreeformViewportLayout.calculatePreferredSize(FreeformViewport.java:28) at org.eclipse.draw2d.AbstractLayout.getPreferredSize(AbstractLayout.java:93) at org.eclipse.draw2d.AbstractHintLayout.getPreferredSize(AbstractHintLayout.java:85) at org.eclipse.draw2d.Figure.getPreferredSize(Figure.java:735) at org.eclipse.draw2d.ScrollPaneSolver.solve(ScrollPaneSolver.java:75) at org.eclipse.draw2d.FigureCanvas.layoutViewport(FigureCanvas.java:238) at org.eclipse.draw2d.FigureCanvas.access$4(FigureCanvas.java:236) at org.eclipse.draw2d.FigureCanvas$3.notifyValidating(FigureCanvas.java:201) at org.eclipse.draw2d.UpdateManager.fireValidating(UpdateManager.java:123) at org.eclipse.draw2d.DeferredUpdateManager.performValidation(DeferredUpdateManager.java:188) at org.eclipse.draw2d.DeferredUpdateManager.performUpdate(DeferredUpdateManager.java:165) at org.eclipse.draw2d.DeferredUpdateManager$UpdateRequest.run(DeferredUpdateManager.java:46) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:123) ... 20 more
2006-09-06 05:23:51
1,157,530,000
closed fixed
683c4fc
1,158,810,000
UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/schematic/editparts/GraphicalPartFactory.java
Birt
3,158
157,722
Bug 157722 List group header displays twice when the group begins in a new page.
Description: List group header displays twice when the group begins in a new page. Steps to reproduce: 1. Preview attached report in pdf. 2. See the next page Expected result: One group header. Actual result: Group header displays twice.
2006-09-18 22:34:29
1,158,630,000
closed fixed
5a5345c
1,158,810,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/PDFListGroupLM.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/PDFTableGroupLM.java
Birt
3,159
155,765
Bug 155765 Set font Andalus to element, preview in pdf, system throws exception
Set font Andalus to element, preview in pdf, system throws exception Steps: 1.Create a label into layout 2.Set font Andalus 3.Preview in pdf Actual Results: 1.System throws exception org.eclipse.birt.report.service.api.ReportServiceException: Error happened while running the report
2006-08-31 02:32:19
1,157,010,000
closed fixed
f9d2682
1,158,740,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/font/FontMappingManager.java
Birt
3,160
155,958
Bug 155958 Backward compatibility on 'resultset' property
Before 2.0 build, we always take the 'resultset' property on as resultset hint function. But currently, it is different.'resultset' property is to keep the oda resultset metadata,'resultsetHints' replace the function of 'resultset' as the real hints property. Currently Model has done backward compatibility on transform between 'resultset' and 'resultsetHints' by copying 'resultset' to 'resultsetHints', but 'resultset''s value still exist, it will break the current impl when fetching this property, because now we have taken this property to save the metadata of Oda resultset not hints info. To make old report design working fine, we should clear 'resultset' property, then we can use it as real resultset property.
2006-09-01 06:33:03
1,157,110,000
resolved fixed
872b390
1,158,660,000
model/org.eclipse.birt.report.model.adapter.oda/src/org/eclipse/birt/report/model/adapter/oda/ModelOdaAdapter.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/parser/OdaDataSetState.java
Birt
3,161
157,744
Bug 157744 [Regression]GUI has memory leak
Causes by 153732, designer has a regression to hold the report design handle in a hashmap. That causes the report design can not be released.
2006-09-19 02:24:26
1,158,650,000
resolved fixed
2c6751a
1,158,660,000
UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/schematic/editparts/ReportElementEditPart.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/schematic/editparts/TableEditPart.java
Birt
3,162
155,940
Bug 155940 HTTP 500 when preview a cascading parameter group
Steps to reproduce: 1.New a library, add a joint data set 2.New a cascading parameter group, use the joint data set 3.New a report, extend libraray cascading parameter group 4.Preview Expected result: Data can be retrieved in cascading parameter group Actual result: HTTP 500 error
2006-09-01 04:14:10
1,157,100,000
closed fixed
2cdade77
1,158,650,000
model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/JoinConditionHandle.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/JointDataSetHandle.java
Birt
3,163
152,948
Bug 152948 Print as pdf not working for bar chart having Y-Series interactivity.
In BIRT2.1 release, a bar chart having a drill-through set on its Y-Series when rendered works fine, but on clicking the print as pdf option, produces a blank page. In the same report, if the drill-through is set on the chart area interactivity, everything including the print as pdf option works fine.
2006-08-07 05:03:54
1,154,940,000
resolved fixed
7cf3c99
1,158,640,000
viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/service/ViewerHTMLActionHandler.java
Birt
3,164
157,135
Bug 157135 Use source from library error in a special condition
Description: Set the preferences->Report Design->Resource Fold as its default value(blank).Drag a something from library to a report which is in a subfold of a project.It will get an error. Step to reproduce: 1. go to preferences->Report Design->Resource, in that page click the "Restore Defaults" 2. New a report project 3. New a fold in the new project(a yellow fold) 4. New a library in the project and new a datasource in the library 5. New a report "New_report1.rptdesign" under the project fold(the blue one) 6. New another report "New_report2.rptdesign" under the subfold of the project (the yellow fold) 7. Drag the datasource frow the new library to this two report. Actual result: drag to the New_report1.rptdesign is ok, but to the "New_report2.rptdesign" will get an error Error log: Error.DesignFileException.SYNTAX_ERROR - 1 errors found! 1.) org.eclipse.birt.report.model.parser.DesignParserException (code = Error.DesignParserException.FILE_NOT_FOUND, message : The file "new_library_4.rptlibrary" is not found.) at org.eclipse.birt.report.model.core.Module.loadLibrary(Module.java:1528) at org.eclipse.birt.report.model.command.LibraryCommand.doAddLibrary(LibraryCommand.java:465) at org.eclipse.birt.report.model.command.LibraryCommand.addLibrary(LibraryCommand.java:122) at org.eclipse.birt.report.model.api.ModuleHandle.includeLibrary(ModuleHandle.java:1936) at org.eclipse.birt.report.designer.internal.ui.util.UIUtil.includeLibrary(UIUtil.java:1099) at org.eclipse.birt.report.designer.internal.ui.util.UIUtil.includeLibrary(UIUtil.java:1151) at org.eclipse.birt.report.designer.internal.ui.views.outline.dnd.DesignerDropListener.copyData(DesignerDropListener.java:223) at org.eclipse.birt.report.designer.internal.ui.dnd.DesignElementDropAdapter.performDrop(DesignElementDropAdapter.java:102) at org.eclipse.birt.report.designer.internal.ui.views.outline.dnd.DesignerDropListener.performDrop(DesignerDropListener.java:139) at org.eclipse.jface.viewers.ViewerDropAdapter.drop(ViewerDropAdapter.java:233) at org.eclipse.swt.dnd.DNDListener.handleEvent(DNDListener.java:65) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:928) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:952) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:937) at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:709) at org.eclipse.swt.dnd.DropTarget.Drop(DropTarget.java:423) at org.eclipse.swt.dnd.DropTarget$3.method6(DropTarget.java:238) at org.eclipse.swt.internal.ole.win32.COMObject.callback6(COMObject.java:117) at org.eclipse.swt.internal.ole.win32.COM.DoDragDrop(Native Method) at org.eclipse.swt.dnd.DragSource.drag(DragSource.java:306) at org.eclipse.swt.dnd.DragSource.access$0(DragSource.java:277) at org.eclipse.swt.dnd.DragSource$1.handleEvent(DragSource.java:164) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:928) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3348) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2968) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1914) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1878) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:419) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:95) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177) 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.core.launcher.Main.invokeFramework(Main.java:336) at org.eclipse.core.launcher.Main.basicRun(Main.java:280) at org.eclipse.core.launcher.Main.run(Main.java:977) at org.eclipse.core.launcher.Main.main(Main.java:952) Expected result: it can work normal.
2006-09-13 02:41:28
1,158,130,000
closed fixed
d085206
1,158,570,000
model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/DefaultResourceLocator.java
Birt
3,165
157,453
Bug 157453 connections not released running report with parameters
Running a report with dynamic parameters (combo filled with db query) there are a lot connections that aren't released after execution. These connections are used to fill combo box with data from db. This causes reaching max connection limit on db (Oracle 9) I see that in class BirtViewerReportService there are some methods that create a task of type IGetParameterDefinitionTask but they never close it. I.e. public Collection getParameterSelectionList( IViewerReportDesignHandle design, InputOptions runOptions, String paramName ) throws ReportServiceException { /**** TASK CREATION ****/ IGetParameterDefinitionTask task = getParameterDefinitionTask( design, runOptions ); ViewerAttributeBean bean = getViewerAttrBean( runOptions ); if ( bean != null ) task.setParameterValues( bean.getParameters( ) ); /**** TASK EXECUTION ****/ /**** EXTRACT COMBO DATA ****/ Collection selectionList = task.getSelectionList( paramName ); /**** CONNECTION LOST TASK NEVER CLOSED ****/ return convertEngineParameterSelectionChoice( selectionList ); } I don't know if closing these tasks is the right thing. I try to close the task inside the task itself in method public Collection getSelectionList( String name ) ... if ( DesignChoiceConstants.PARAM_VALUE_TYPE_DYNAMIC .equals( selectionType ) ) { try { if (parameter.getDataSetName() != null) { return getChoicesFromParameterQuery(parameter); } else if (isCascadingParameter(parameter)) { Object[] parameterValuesAhead = getParameterValuesAhead(parameter); return getChoicesFromParameterGroup(parameter, parameterValuesAhead); } } finally { close(); } } ... and it's working for my reports (without any loose of connections and any performance decrease) Thanks! PS: note that with reports without parameters there are no problems
2006-09-15 06:54:48
1,158,320,000
resolved fixed
d835cdf
1,158,550,000
viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/service/BirtViewerReportService.java
Birt
3,166
157,264
Bug 157264 Pictures became less when the attached report was previewed in PDF
Pictures became less when the attached report was previewed in PDF Steps to reproduce: 1.run the attached file in PDF Expected result: There will be 6 pictures in PDF Actual result : There were only 2 pictures in PDF
2006-09-14 02:01:59
1,158,210,000
closed fixed
92d42bd
1,158,300,000
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/HTMLStyleProcessor.java
Birt
3,167
157,263
Bug 157263 "cm" and "mm" of line height doesn't take effects in PDF
"cm" and "mm" of line height doesn't take effects in PDF Steps to reproduce: 1.new a label and input some text 2.add borders to it 3.set line height in properties window ,but use cm or mm unit 4.Preview it Expected results: Line height take effects Actual results: "cm" and "mm" doesn't take effects
2006-09-14 01:47:48
1,158,210,000
closed fixed
97adf23
1,158,220,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/util/PropertyUtil.java
Birt
3,168
157,262
Bug 157262 Column visibility doesn't work properly in attached report in PDF
Column visibility doesn't work properly in attached report Steps to reproduce: 1.open the attached file 2.preview it in PDF Expected result: Column visibility works well in PDF Actual result: The column visibility of the second and third column of the inner grid in the cell(1,0) doesn't works
2006-09-14 01:24:16
1,158,210,000
closed fixed
60331a3
1,158,220,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/PDFTableLM.java
Birt
3,169
157,256
Bug 157256 [smoke][regression] fail to locate existing resource file
steps to reproduce: - create a report, select the report - go to property editor, choose resources - add a resource file, say key.properties under resource folder, click on ok - notice /key is displayed in the resource file text box - switch to report layout - add a label item, edit its localization, click on add expected behavior: - key.properties can be located actual behavior: - failed to so, however after i removed "/" in front of "key" in resource file text box, it worked out fine.
2006-09-13 22:51:24
1,158,200,000
closed fixed
fce9303
1,158,210,000
UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/dialogs/resource/NewResourceFileDialog.java
Birt
3,170
156,969
Bug 156969 [regression]Group header repeat doesn't work in Web Viewer.
Description: Group header repeat doesn't work in Web Viewer. Steps to reproduce: 1. New a data source and dataset, drag the dataset to Layout. 2. Add a group. 3. Set page break in the first data item in table detail row. 4. Preview in web viewer&#12290; Expected result: Group header is repeated in each page. Actual result: No group header repeat effect.
2006-09-12 02:07:47
1,158,040,000
closed fixed
4679ef0
1,158,070,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/ir/EngineIRReader.java
Birt
3,171
155,509
Bug 155509 ModuleHandle findResource method does not support .properties files
There is no fileType for .properties files in IResourceLocator
2006-08-29 04:32:23
1,156,840,000
resolved fixed
489076d
1,158,050,000
model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/DefaultResourceLocator.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/IResourceLocator.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/ModuleHandle.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/core/Module.java
Birt
3,172
156,923
Bug 156923 Group page break auto behavior
Current behabvior - When page break property is set to auto. By default BIRT engine creates page breaks for the outermost group. Expected behavior - Group level page break, auto should not create page breaks for the any group ( including outermost )
2006-09-11 15:11:59
1,158,000,000
resolved fixed
a0607ed
1,158,040,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/GroupExecutor.java
Birt
3,173
155,513
Bug 155513 New behavior to create column binding names.
The rule is that: if a content element defines data set or column bindings, to refer bindings on container, it must use syntax like row._outer. So, ONLY check the data binding to which the new column is being added. That is, binding names can be same for content and container elements. For example, if the column binding is added to the data, only check column bindings on data. Do not need to concern column bindings on its container like table item. Make sure other teams know this change.
2006-08-29 05:28:21
1,156,840,000
verified fixed
fab652c
1,157,970,000
model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/ComputedColumnHandle.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/elements/ReportItem.java
Birt
3,174
153,896
Bug 153896 Improve the performance of BIRT datetime-converting
The current datetime converting algorithm in birt.core, xml&flatfile ODA implementations are not efficient enough.This is because we use java's SimpleDateTimeFormatter to parse ISO8601 compatible date/time values. We should write our own datatime string parser for ISO8601 datetime format.
2006-08-15 09:28:52
1,155,650,000
resolved fixed
3d6c837
1,157,970,000
core/org.eclipse.birt.core/src/org/eclipse/birt/core/data/DataTypeUtil.java core/org.eclipse.birt.core/src/org/eclipse/birt/core/data/DateFormatISO8601.java
Birt
3,175
156,658
Bug 156658 Error occour when previewing a text with a style set word-spacing 20cm in PDF
Description: Error occour when previewing a text with a style set word-spacing 20cm Steps to reproduce: 1.new a text and input some text like "actuate great" 2.new a style and set word-spacing 20cm then apply it to the text 3.Preview in PDF Expected: No error occour Actual: Error occour Error log: org.eclipse.birt.report.service.api.ReportServiceException: Error happened while running the report
2006-09-08 03:52:37
1,157,700,000
closed fixed
635701e
1,157,950,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/PDFTextLM.java
Birt
3,176
156,642
Bug 156642 [Regression]Script of onPrepare is no effect
Details: Script of onPrepare is no effect Set any function on onPrepare, but it is no effect. For example: this.getStyle().color="red" Excepted: it is effect
2006-09-07 23:53:51
1,157,690,000
closed fixed
e4113fd
1,157,690,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/RunAndRenderTask.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/RunTask.java
Birt
3,177
156,632
Bug 156632 [Acceptance]Cannot paste theme when select Themes in Outline.
Description: Cannot paste theme when select Themes in Outline. Steps to reproduce: 1. New a library. 2. Select defaulttheme in outline and cut it 3. Select Themes and right click to paste the theme back. Expected result: Paste in context menu can be used. Actual result: Paste is gray
2006-09-07 22:30:07
1,157,680,000
closed fixed
1a6ca4f
1,157,680,000
UI/org.eclipse.birt.report.designer.core/src/org/eclipse/birt/report/designer/util/DNDUtil.java
Birt
3,178
156,462
Bug 156462 Warning message shows up when open RCP Designer
Warning message shows up when open REC Designer Steps to reproduce: open BIRT RCP Designer Expected result: no error message Actual result: warning message shows up: NLS missing message: ReportSettingPageDesc in: org.eclipse.birt.report.designer.ui.rcp.nls.messages
2006-09-06 21:55:22
1,157,590,000
closed fixed
833b7e1
1,157,620,000
UI/org.eclipse.birt.report.designer.ui.rcp/src/org/eclipse/birt/report/designer/ui/rcp/nls/DesignerWorkbenchMessages.java
Birt
3,179
156,317
Bug 156317 [Deploy][WAS5]Preview report with XML data source in LAN failed in frameset servlet.
Description: Preview report with XML data source in LAN failed in frameset servlet. Test environment: WebSphere 5.1 Win2000 Steps to reproduce: 1. Deploy birt in Websphere5 2. Preview attached report which uses XML file as data source and the XML file is stored in local LAN. 3. Preview with frameset servlet 4. Preview with run servlet Expected result: Data display Actual result: Data displayed in run serverlet but not in frameset servlet
2006-09-06 03:13:51
1,157,530,000
closed fixed
eb58371
1,157,620,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/adapter/ModelDteApiAdapter.java
Birt
3,180
156,469
Bug 156469 Should not new a file that is not a *.properties on resource file
Desctiption: Should not create a file that is not a *.properties on resource file when the resource folder has not any other *.properties Step: 1.Set the resource folder path is blank. 2.New a report project. 3.New a report design. 4.Click the blank area on layout. 5.Select Property Editor - General - Resources 6.Click Add to add a resource file. 7.The browse resource file is pop up and select Resource Folder. 8.Input any word in text field. Excepted result: It prompt that the file name must end with .properties Actual result: Click OK and the file is create.
2006-09-06 22:36:35
1,157,600,000
closed fixed
59a40fb
1,157,610,000
UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/dialogs/resource/NewResourceFileDialog.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/dialogs/resource/ResourceSelectionValidator.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/resourcelocator/FragmentResourceEntry.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/resourcelocator/PathResourceEntry.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/resourcelocator/ResourceEntry.java
Birt
3,181
156,335
Bug 156335 Blank value is not accepted without display text
Steps to reproduce: 1.New a list parameter, add a seletion choice: value->blank, display text->a 2.Drag the parameter to the layout 3.Preview, choose "a" in select list, blank value is accepted. It's expected result 4.Back to the layout, clean the display text for the parameter 5.Preview, choose the blank value in select list Expected result: Blank value is accepted Actual result: "Parameter should have a value"
2006-09-06 05:36:15
1,157,540,000
closed fixed
ca68aff
1,157,600,000
viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/service/actionhandler/BirtCacheParameterActionHandler.java
Birt
3,182
156,338
Bug 156338 [Acceptance]Exception thrown when set prefix interval to 2
Description:Exception thrown when set prefix interval to 2 Steps to reproduce: preview the attached reports and set prefix interval of group to 2 Expected result: It works properly. Actula result: When setting the prefix interval to 2 exception thrown but it worked properly while the prefix interval was 1 Error log: org.eclipse.birt.report.service.api.ReportServiceException: Error happened while running the report
2006-09-06 05:43:47
1,157,540,000
closed fixed
4cb1f37
1,157,550,000
data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/group/StringGroupCalculator.java
Birt
3,183
156,180
Bug 156180 Problem with Dataset Filteration
In one Report I hv used the report parameters for From Division and To Division . When I run this report for the first time it is fine and filter the data for the division code , But, when I running the same report for the second with some other division code combination, the data is not getting refreshed . For eg : suppose tht I m running the report for division ORE AND ORA for the first time , the report is showing ORE....records and ORA records . For the second time I m using PRE and PRE as division code combination then the report Is showing OREs data , ORAs Data and PREs Data and all the values Agains ORE and ORA are 0s for all the fields tht means that query is working fine . I m not getting where I went wrong,can u just help me out on this issue .
2006-09-05 06:47:45
1,157,450,000
resolved fixed
6db3b7d
1,157,540,000
viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/utility/ParameterAccessor.java
Birt
3,184
156,166
Bug 156166 Error occour when previewing attached report in web viewer.
Decription:Error occour when previewing attached report in web viewer. Steps to reproduce: 1.run attached reports in web viewer. Expeceted results: preview properly Actual results: Error occour when previewing the reports in web viewer while it works properly in html and PDF
2006-09-05 04:41:04
1,157,450,000
closed fixed
3b605de
1,157,530,000
data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/BindingColumnsEvalUtil.java data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/document/RowSaveUtil.java data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/document/util/ExprDataReader1.java data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/document/util/ExprDataReader2.java
Birt
3,185
156,159
Bug 156159 [acceptance] data item disappears when preview in pdf
steps to reproduce: - create a report - add a data item - bring up properties - set its width to 1cm or 50%, etc - set its background color to blue - preview in html and pdf expected behavior: - data item width is changed in html and pdf report actual behavior: - i got one empty report when preview in pdf
2006-09-05 03:54:43
1,157,440,000
closed fixed
e190fc7
1,157,450,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/PDFLayoutManagerFactory.java
Birt
3,186
156,084
Bug 156084 __bookmark doesn't work in pdf with frameset servlet
null
2006-09-04 02:50:24
1,157,350,000
closed fixed
00ccf8e
1,157,440,000
viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/service/ViewerHTMLActionHandler.java
Birt
3,187
152,542
Bug 152542 Supports user-specified link of an ODA Data Set Parameter to a BIRT Report Parameter
BIRT 2.1 currently supports a small subset of the ODA parameter metadata (oda.design.ParameterDefinition) specified by a custom ODA designer, by mapping them to a ROM DataSetParam. However, although most attributes defined in an oda parameter design are also supported in BIRT report parameter, their values are not carried over to the report parameter. Thus BIRT users have to manually repeat the parameter attributes when defining a report parameter. This enhancement shall allow users to specify an explicit link from a ROM input Data Set Parameter to a Report Parameter in the Data Set Editor. This way, related attributes already specified in an oda parameter can be automatically applied via a ROM oda DataSetParam to its linked report parameter.
2006-08-01 22:45:33
1,154,490,000
resolved fixed
94ff4db
1,157,100,000
model/org.eclipse.birt.report.model.adapter.oda/src/org/eclipse/birt/report/model/adapter/oda/ReportParameterAdapter.java
Birt
3,188
155,799
Bug 155799 [regression]Error occour when previewing attached report in web viewer
Error occour when previewing attached report in web viewer Step to reproduce: preview attached report in web viewer Expected: work properly Actual : Error occour in web viewer while in PDF and HTML displayed properly.
2006-08-31 07:12:52
1,157,020,000
closed fixed
93e9706
1,157,100,000
data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/PreparedDummyQuery.java
Birt
3,189
155,928
Bug 155928 A jiont dataset from an old library can't be edited
Step to reproduce: 1. use the library atteched 2. drag the jiont dataset to a new report 3. go to the data explorer and open dataset editor Actual result: error occured: org.eclipse.birt.report.model.api.IllegalOperationException: The library is read-only and operation is forbidden. at org.eclipse.birt.report.model.activity.ReadOnlyActivityStack.startTrans(ReadOnlyActivityStack.java:166) at org.eclipse.birt.report.model.command.PropertyCommand.addItem(PropertyCommand.java:557) at org.eclipse.birt.report.model.api.SimpleValueHandle.addItem(SimpleValueHandle.java:426) at org.eclipse.birt.report.data.adapter.impl.DataSetMetaDataHelper.addResultSetColumn(DataSetMetaDataHelper.java:192) at org.eclipse.birt.report.data.adapter.impl.DataSetMetaDataHelper.getRealMetaData(DataSetMetaDataHelper.java:153) at org.eclipse.birt.report.data.adapter.impl.DataSetMetaDataHelper.getDataSetMetaData(DataSetMetaDataHelper.java:106) at org.eclipse.birt.report.data.adapter.impl.DataRequestSessionImpl.getDataSetMetaData(DataRequestSessionImpl.java:112) at org.eclipse.birt.report.designer.data.ui.util.DataSetProvider.populateAllOutputColumns(DataSetProvider.java:211) at org.eclipse.birt.report.designer.data.ui.util.DataSetProvider.execute(DataSetProvider.java:280) at org.eclipse.birt.report.designer.data.ui.util.DataSetProvider.getColumns(DataSetProvider.java:164) at org.eclipse.birt.report.designer.data.ui.util.DataSetProvider.getColumns(DataSetProvider.java:117) at org.eclipse.birt.report.designer.data.ui.dataset.JointDataSetPage.selectionChanged(JointDataSetPage.java:543) at org.eclipse.jface.viewers.Viewer$2.run(Viewer.java:162) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37) at org.eclipse.core.runtime.Platform.run(Platform.java:843) at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:44) at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:149) at org.eclipse.jface.viewers.Viewer.fireSelectionChanged(Viewer.java:160) at org.eclipse.jface.viewers.StructuredViewer.updateSelection(StructuredViewer.java:1976) at org.eclipse.jface.viewers.StructuredViewer.setSelection(StructuredViewer.java:1577) at org.eclipse.jface.viewers.Viewer.setSelection(Viewer.java:384) at org.eclipse.birt.report.designer.data.ui.dataset.JointDataSetPage.populateDataSet(JointDataSetPage.java:1226) at org.eclipse.birt.report.designer.data.ui.dataset.JointDataSetPage.pageActivated(JointDataSetPage.java:1138) at org.eclipse.birt.report.designer.data.ui.property.AbstractPropertyDialog.showPage(AbstractPropertyDialog.java:449) at org.eclipse.birt.report.designer.data.ui.property.AbstractPropertyDialog.showSelectionPage(AbstractPropertyDialog.java:346) at org.eclipse.birt.report.designer.data.ui.dataset.DataSetEditor.showSelectionPage(DataSetEditor.java:775) at org.eclipse.birt.report.designer.data.ui.property.AbstractPropertyDialog$2.run(AbstractPropertyDialog.java:304) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:67) at org.eclipse.birt.report.designer.data.ui.property.AbstractPropertyDialog$1.selectionChanged(AbstractPropertyDialog.java:299) at org.eclipse.jface.viewers.Viewer$2.run(Viewer.java:162) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37) at org.eclipse.core.runtime.Platform.run(Platform.java:843) at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:44) at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:149) at org.eclipse.jface.viewers.Viewer.fireSelectionChanged(Viewer.java:160) at org.eclipse.jface.viewers.StructuredViewer.updateSelection(StructuredViewer.java:1976) at org.eclipse.jface.viewers.StructuredViewer.setSelection(StructuredViewer.java:1577) at org.eclipse.jface.viewers.Viewer.setSelection(Viewer.java:384) at org.eclipse.birt.report.designer.data.ui.property.AbstractPropertyDialog.initTreeSelection(AbstractPropertyDialog.java:283) at org.eclipse.birt.report.designer.data.ui.property.AbstractPropertyDialog.createDialogArea(AbstractPropertyDialog.java:260) at org.eclipse.jface.dialogs.Dialog.createContents(Dialog.java:802) at org.eclipse.birt.report.designer.data.ui.dataset.DataSetEditor.createContents(DataSetEditor.java:461) at org.eclipse.jface.window.Window.create(Window.java:426) at org.eclipse.jface.dialogs.Dialog.create(Dialog.java:1124) at org.eclipse.birt.report.designer.internal.ui.dialogs.BaseDialog.open(BaseDialog.java:85) at org.eclipse.birt.report.designer.internal.ui.views.data.providers.DataSetNodeProvider.performEdit(DataSetNodeProvider.java:192) at org.eclipse.birt.report.designer.internal.ui.views.DefaultNodeProvider.performRequest(DefaultNodeProvider.java:355) at org.eclipse.birt.report.designer.internal.ui.views.actions.EditAction.doAction(EditAction.java:79) at org.eclipse.birt.report.designer.internal.ui.views.actions.AbstractElementAction.run(AbstractElementAction.java:64) at org.eclipse.birt.report.designer.internal.ui.views.RenameListener.doubleClick(RenameListener.java:211) at org.eclipse.jface.viewers.StructuredViewer$1.run(StructuredViewer.java:796) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37) at org.eclipse.core.runtime.Platform.run(Platform.java:843) at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:44) at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:149) at org.eclipse.jface.viewers.StructuredViewer.fireDoubleClick(StructuredViewer.java:794) at org.eclipse.jface.viewers.AbstractTreeViewer.handleDoubleSelect(AbstractTreeViewer.java:1216) at org.eclipse.jface.viewers.StructuredViewer$4.widgetDefaultSelected(StructuredViewer.java:1158) at org.eclipse.jface.util.OpenStrategy.fireDefaultSelectionEvent(OpenStrategy.java:223) at org.eclipse.jface.util.OpenStrategy.access$0(OpenStrategy.java:220) at org.eclipse.jface.util.OpenStrategy$1.handleEvent(OpenStrategy.java:281) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:928) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3348) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2968) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1914) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1878) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:419) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:95) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177) 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.core.launcher.Main.invokeFramework(Main.java:336) at org.eclipse.core.launcher.Main.basicRun(Main.java:280) at org.eclipse.core.launcher.Main.run(Main.java:977) at org.eclipse.core.launcher.Main.main(Main.java:952) new a library works ok.Just old version library has this problem.
2006-09-01 01:58:39
1,157,090,000
closed fixed
546f9e3
1,157,100,000
data/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/impl/DataSetMetaDataHelper.java
Birt
3,190
155,929
Bug 155929 [regression]Format doesn't work correctly in dynamic parameter
Description: Format doesn't work correctly in dynamic parameter Steps to reproduce: 1. New sample data source and dataset from ORDERS. 2. New a report parameter, integer, list, dynamic, select ORDERNUMBER as value and display column, set format to currency. 3. New a report paramter, datetime, list, dynamic, select ORDERDATE as value and display column , set format as short time. 4. Preview Expected result: Show format effect in popped up parameter dialog. Actual result: I saw "10100###0.00" in first paramter list and "2003/1/16 ...shorttime". The format codes were added to the end of the value.
2006-09-01 02:07:49
1,157,090,000
closed fixed
7c57912
1,157,100,000
viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/presentation/aggregation/parameter/ComboBoxParameterFragment.java
Birt
3,191
155,786
Bug 155786 [Deploy] Total page number is wrong when render a multipage report design
When render a multipage report on BIRT deployed on web servers, total page number is not correct. It show only 1 page in all, which actually should be 123 pages. When I refresh the web pages manually, the total page number became 50, but still not the correct count. And refreshing again, it becomes 123, the correct one.
2006-08-31 05:54:44
1,157,020,000
closed fixed
dbe9c35
1,157,090,000
viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/context/ViewerAttributeBean.java viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/resource/ResourceConstants.java viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/service/actionhandler/BirtGetPageActionHandler.java
Birt
3,192
155,660
Bug 155660 [regression]DateTime parameter display incorrect value when set format
Description: DateTime parameter display incorrectly Steps to reproduce: 1.Add a DateTime parameter into the report 2.Set the default value as 03/12/2005 10:15:30 AM 3.Change the format to anyone without date (such as Short time or medium time) 4.preview Expected result: Display correctly(like 03/12/2005 10:15:30 AM ) Actual result: wrong display (like Jan 1, 1970 10:10 AM )
2006-08-30 06:32:46
1,156,930,000
closed fixed
741f8eb
1,157,090,000
viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/context/ViewerAttributeBean.java viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/service/actionhandler/BirtCacheParameterActionHandler.java
Birt
3,193
153,488
Bug 153488 Page Break - Page breaks are created for groups automatically
In the latest build, engine alyways creats a page break before the outermost group. Issues: 1) If i add a group with company logo and header, followed by a table (with groups). The output is confusing, a page break occurs between the grid and table. A better solution would be page break occurs before each group, except the first group. Current behavior PageBreakBefore = Always Better solution would be PageBreakBefore = Always but first 2) Looks like engine is automatically putting page breaks for groups. But when I click on the group definition i see the following values. PageBreakBefore - Auto PageBreakAfter - Auto // Auto means inserts a page break before the element if necesary. Suggested solution - When user click on new group dialog, BIRT designer by default sets the value PageBreakBefore = Always but first. This way it is less confusing to end users. Cons - Older reports will not have auto page breaks for groups.
2006-08-10 16:11:45
1,155,240,000
resolved fixed
7520b6f
1,157,090,000
model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/ListingHandle.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/elements/interfaces/IListingElementModel.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/parser/PropertyState.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/writer/ModuleWriter.java
Birt
3,194
153,856
Bug 153856 Viewing a quite big report causes a exception thrown
I built a report, which uses 4 flat file data sources(.csv file) and contains lots of query in the expression of data item. Then when viewing this report causes a exception thrown: "java.lang.ClassException:java.lang.OutOfMemoryError" And the xml of report is attahed. Thanks.
2006-08-14 22:43:50
1,155,610,000
resolved fixed
4f95131
1,157,090,000
data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/document/RDSaveUtil.java
Birt
3,195
155,784
Bug 155784 Can not use library in outline
Details: Can not use library in outline Step: 1.New a library named Lib. 2.New a report design. 3.Switch to outline tab, right click on libraries and select use library, select Lib. Actual result: The library can not be used.
2006-08-31 05:51:11
1,157,020,000
closed fixed
23a0541
1,157,080,000
UI/org.eclipse.birt.report.designer.ui.ide/src/org/eclipse/birt/report/designer/ui/ide/navigator/PublishLibraryNavigatorAction.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/views/actions/ImportLibraryAction.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/views/actions/PublishLibraryToResourceFolderAction.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/wizards/ExportReportWizardPage.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/actions/PublishLibraryAction.java
Birt
3,196
155,767
Bug 155767 [regression]Resource folder path wasn't displayed fully when mouse was over it
Resource folder path wasn't displayed fully when the mouse was over the resource folder. Step to reproduce: 1.New a library 2.Publish to resource folder 3.Make the mouse over the "resource folder" and the resource path wasn't displayed fully. Expected result: The resource path should be displayded fully Actual result: Not displayed fully
2006-08-31 02:39:36
1,157,010,000
closed fixed
ae43901
1,157,010,000
UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/dialogs/resource/ResourceFileLabelProvider.java
Birt
3,197
155,496
Bug 155496 Due to inactivity, a group report gives NULL Pointer Exception on selection of TOC and Export CSV option
Steps to reproduce this issue:- 1. Access any Group report that lists groups in TOC 2. For some time do not do any activity on report page (say 15 mins.) 3. Now click on Toggle Table Contents Link 4. The pop window gets opened with following error message java.lang.NullPointerException org.apache.axis.AxisFault.makeFault(AxisFault.java:101) org.eclipse.birt.report.soapengine.processor.AbstractBaseComponentProcessor.process(Unknown Source) org.eclipse.birt.report.soapengine.endpoint.BirtSoapBindingImpl.getUpdatedObjects(Unknown Source) sun.reflect.GeneratedMethodAccessor80.invoke(Unknown Source) When page remains idle for some time the same error gets displayed on selection of Export CSV option. Note:- This issue occurs for the reports that are run using '__overwrite' option. Any help on this is highly appreciated.
2006-08-29 02:29:18
1,156,830,000
resolved fixed
2486b4c
1,157,010,000
viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/context/ViewerAttributeBean.java viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/resource/ResourceConstants.java viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/service/actionhandler/AbstractGetTOCActionHandler.java viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/service/actionhandler/AbstractQueryExportActionHandler.java viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/service/actionhandler/BirtGetTOCActionHandler.java viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/service/actionhandler/BirtQueryExportActionHandler.java viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/utility/ParameterAccessor.java
Birt
3,198
155,766
Bug 155766 [Regression]Preview will not refresh the modify in design report
Details: Preview will not refresh the modify in design report Step: 1.New a report design. 2.New a label and input label1. 3.Preview. 4.Switch to Layout and modify the content of label as label2. 5.Preview. Actual result: It preview as "label1" twice. Exception result: Preview "label2" at the second time
2006-08-31 02:34:05
1,157,010,000
closed fixed
61f8304
1,157,010,000
viewer/org.eclipse.birt.report.viewer/src/org/eclipse/birt/report/viewer/utilities/WebViewer.java
Birt
3,199
155,473
Bug 155473 DataSetEditor Parameter's Link to a new Report Parameter should be selected automatically
In BIRT DataSetEditor's Parameters node page, when linking to a *new* report parameter, it should have been selected automatically in the "Edit Parameter" dialog. Steps to reproduce: in BIRT DataSetEditor 1) create/update an ODA query by a custom ODA designer that defines a oda input parameter 2) switch to the Parameters node, the corresponding oda parameter is listed, with the "Linked to Report Parameter" field correctly set as "None" 3) select "Edit..." on the parameter, the Edit Parameter dialog opens 4) select the "..." icon next to the "Linked to Report Parameter" field, the "New Parameter" dialog opens 5) press Ok on "New Parameter" dialog to save the new report parameter 6) in the Edit Parameter dialog, the "Linked to Report Parameter" combo box still shows "None" as the selected value Expects that the newly created report parameter gets selected automatically in the "Linked to Report Parameter" combo box.
2006-08-28 20:35:41
1,156,810,000
resolved fixed
69a88d8
1,157,010,000
UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/data/ui/util/Utility.java
Birt
3,200
155,637
Bug 155637 Extended report parameter is localized after being referred by a data set parameter
Steps to reproduce: 1.New a library, add a sample data source and a data set from table "CUSTOMERS" 2.Add a dynamic report parameter "a" referring to data set column "CUSTOMERNUMBER" 3.New a report, includes the library, extends lib.a 4.Add a sample data source in report and a data set with below query: select * from CLASSICMODELS.CUSTOMERS where CLASSICMODELS.CUSTOMERS.CUSTOMERNUMBER = ? 5.Switch to data set parameters, set linked to report parameter "a" 6.Click "ok" to finish editing data set 7.Switch to "XML Source" Actual result: Extended report parameter is localized with some local properties
2006-08-30 02:49:16
1,156,920,000
closed fixed
80ad721
1,157,000,000
model/org.eclipse.birt.report.model.adapter.oda/src/org/eclipse/birt/report/model/adapter/oda/ReportParameterAdapter.java model/org.eclipse.birt.report.model.adapter.oda/src/org/eclipse/birt/report/model/adapter/oda/util/IdentifierUtility.java
Birt
3,201
155,751
Bug 155751 [regression]Nothing displayed when drag report items from a old library to a report layout
Nothing displayed when drag report items from a old library to a report layout Steps to reproduce: 1.new a report and use a old library in outline view 2.Drag table,label,text,chart all to the report layout 3.Nothing displayed when previewed Expected result: Items can be diplayed properly' Actual result: Items weren't displayed when drag report items from a old library to a report layout while displayed well when drag report items from a new library to a report layout
2006-08-30 22:29:41
1,156,990,000
closed fixed
7bdd1aa
1,157,000,000
viewer/org.eclipse.birt.report.viewer/src/org/eclipse/birt/report/viewer/utilities/WebViewer.java
Birt
3,202
155,748
Bug 155748 org.eclipse.birt.report.designer.ui compiles error in daily build 20060831
org.eclipse.birt.report.designer.ui compiles error in daily build 20060831. The error msg is below: ui.jar: [delete] Deleting directory E:\5\plugins\org.eclipse.birt.report.designer.ui\temp.folder\ui.jar.bin [mkdir] Created dir: E:\5\plugins\org.eclipse.birt.report.designer.ui\temp.folder\ui.jar.bin [javac] Compiling 727 source files to E:\5\plugins\org.eclipse.birt.report.designer.ui\temp.folder\ui.jar.bin [javac] E:\5\plugins\org.eclipse.birt.report.designer.ui\src\org\eclipse\birt\report\designer\internal\ui\resourcelocator\ResourceLocator.java:56: cannot resolve symbol [javac] symbol : method toURI () [javac] location: class java.net.URL [javac] .relativize( url.toURI( ) ) [javac] ^ [javac] Note: Some input files use or override a deprecated API. [javac] Note: Recompile with -deprecation for details. [javac] 1 error [forEach] Execution error on task: [ant] message: E:\DailyBuild\prepare\DailyBuild\dailybuild\script\DailyBuild.xml:1264: The following error occurred while executing this line: [forEach] E:\5\plugins\org.eclipse.birt.report.designer.ui\BuildDesignerUI.xml:151: The following error occurred while executing this line: [forEach] E:\5\plugins\org.eclipse.birt.report.designer.ui\BuildDesignerUI.xml:155: The following error occurred while executing this line: [forEach] E:\5\plugins\org.eclipse.birt.report.designer.ui\build.xml:208: The following error occurred while executing this line: [forEach] E:\5\plugins\org.eclipse.birt.report.designer.ui\build.xml:183: Compile failed; see the compiler error output for details. [forEach] Project failed on itself: [forEach] Continue execution.
2006-08-30 21:55:31
1,156,990,000
closed fixed
4a3f8be
1,156,990,000
UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/resourcelocator/ResourceLocator.java
Birt
3,203
155,493
Bug 155493 [Deploy] Pictures and chart pictures are lost when preview on Weblogic Server using WAR deploy
null
2006-08-29 01:03:49
1,156,830,000
closed fixed
db7b4ae
1,156,990,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
3,204
155,646
Bug 155646 [Regression] AssertionFailedException is thrown out when republish a library
Description: AssertionFailedException is thrown out by following steps. Steps to reproduce: 1. New a blank library, publish it 2. Add something to the library, save it, republish it Expected result: The library can be published Actual result: AssertionFailedException is thrown out, can't publish any library until you restart eclipse Error log: org.eclipse.jface.util.Assert$AssertionFailedException: Assertion failed: ContentViewer must have a content provider when input is set. at org.eclipse.jface.util.Assert.isTrue(Assert.java:182) at org.eclipse.jface.viewers.ContentViewer.setInput(ContentViewer.java:242) at org.eclipse.jface.viewers.StructuredViewer.setInput(StructuredViewer.java:1542) at org.eclipse.birt.report.designer.ui.lib.explorer.LibraryExplorerTreeViewPage.refreshRoot(LibraryExplorerTreeViewPage.java:259) at org.eclipse.birt.report.designer.ui.lib.explorer.LibraryExplorerTreeViewPage.resourceChanged(LibraryExplorerTreeViewPage.java:295) at org.eclipse.birt.report.model.core.DesignSession.broadcastResourceChangeEvent(DesignSession.java:1039) at org.eclipse.birt.report.model.core.DesignSession.fireLibChange(DesignSession.java:981) at org.eclipse.birt.report.model.api.SessionHandle.fireResourceChange(SessionHandle.java:741) at org.eclipse.birt.report.designer.internal.ui.wizards.PublishLibraryWizard.fireDesigFileChangeEvent(PublishLibraryWizard.java:221) at org.eclipse.birt.report.designer.internal.ui.wizards.PublishLibraryWizard.publishiLibrary(PublishLibraryWizard.java:208) at org.eclipse.birt.report.designer.internal.ui.wizards.PublishLibraryWizard.performFinish(PublishLibraryWizard.java:131) at org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDialog.java:680) at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:355) at org.eclipse.jface.dialogs.Dialog$3.widgetSelected(Dialog.java:660) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:90) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:928) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3348) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2968) at org.eclipse.jface.window.Window.runEventLoop(Window.java:820) at org.eclipse.jface.window.Window.open(Window.java:796) at org.eclipse.birt.report.designer.ui.ide.navigator.PublishLibraryNavigatorAction.run(PublishLibraryNavigatorAction.java:100) at org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:254) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:539) at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:488) at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:400) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:928) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3348) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2968) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1914) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1878) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:419) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:95) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177) 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:324) at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336) at org.eclipse.core.launcher.Main.basicRun(Main.java:280) at org.eclipse.core.launcher.Main.run(Main.java:977) at org.eclipse.core.launcher.Main.main(Main.java:952)
2006-08-30 04:26:06
1,156,930,000
closed fixed
cda59c4
1,156,930,000
UI/org.eclipse.birt.report.designer.ui.lib.explorer/src/org/eclipse/birt/report/designer/ui/lib/explorer/LibraryExplorerTreeViewPage.java
Birt
3,205
151,361
Bug 151361 default value for reousrce folder user preference
When user does not sepecify the resourec foler user preference, can we make the current project folder (in IDE) or the current report design file's folder (in RCP) as the default value for the resource folder. This way, by default the current project folder is the resource folder where user can create their libs and images. Also please set the default user preference to be null when BIRT is freshly installed.
2006-07-20 21:08:33
1,153,440,000
resolved fixed
f06fb56
1,156,930,000
UI/org.eclipse.birt.report.designer.ui.editors/src/org/eclipse/birt/report/designer/ui/editors/MultiPageReportEditor.java UI/org.eclipse.birt.report.designer.ui.lib.explorer/src/org/eclipse/birt/report/designer/internal/ui/lib/explorer/model/LibDirectoryNodeModel.java UI/org.eclipse.birt.report.designer.ui.lib.explorer/src/org/eclipse/birt/report/designer/ui/lib/explorer/LibraryExplorerContextMenuProvider.java UI/org.eclipse.birt.report.designer.ui.lib.explorer/src/org/eclipse/birt/report/designer/ui/lib/explorer/LibraryExplorerProvider.java UI/org.eclipse.birt.report.designer.ui.lib.explorer/src/org/eclipse/birt/report/designer/ui/lib/explorer/LibraryExplorerTreeViewPage.java UI/org.eclipse.birt.report.designer.ui.lib.explorer/src/org/eclipse/birt/report/designer/ui/lib/explorer/LibraryExplorerView.java UI/org.eclipse.birt.report.designer.ui.lib.explorer/src/org/eclipse/birt/report/designer/ui/lib/explorer/action/AddSelectedLibToCurrentReportDesignAction.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/dialogs/ResourceEditDialog.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/dialogs/resource/NewResourceFileDialog.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/dialogs/resource/ResourceFileContentProvider.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/dialogs/resource/ResourceFileFolderSelectionDialog.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/dialogs/resource/ResourceFileLabelProvider.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/dialogs/resource/ResourceSelectionValidator.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/resourcelocator/BaseResourceEntity.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/resourcelocator/FragmentResourceEntry.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/resourcelocator/PathResourceEntry.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/resourcelocator/ResourceEntry.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/resourcelocator/ResourceLocator.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/util/UIUtil.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/wizards/WizardLibrarySettingPage.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/ReportPlugin.java UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/dialogs/ImageBuilder.java
Birt
3,206
155,632
Bug 155632 Highlight red&Cursive does not work correctly
Highlight red&Cursive does not work correctly Steps to reproduce: 1. New a datasource "sample db" 2. Data set(sampleSet): select * from CLASSICMODELS.CUSTOMERS; 3. Drag a column [""CUSTOMERNAME""] from Data Explorer to the Layout and select it 4. Go to "Highlights" tab, click "add" button Condition: row["CUSTOMERNAME"] like "%a%" Font: Cursive, Color: red, bold" 5. Preview in PDF Expected result: highlight works well Actual result: red does not take effect
2006-08-30 02:15:25
1,156,920,000
closed fixed
3d56e88
1,156,930,000
engine/org.eclipse.birt.report.engine.emitter.pdf/src/org/eclipse/birt/report/engine/emitter/pdf/PDFEmitter.java
Birt
3,207
155,478
Bug 155478 [regression]Numbers in cascading group displays incorrectly
Description: Numbers in cascading group displays incorrectly. Steps to reproduce: 1. New sample data source and dataset from table ORDERS. 2. New a cascading group with two sub parameters, the first is from STATUS and the second is from ORDERNUMBER. 3. Preview 4. Select a status value in poped up parameter dialog, see ordernumber list Expected result: See 10100, 10101, such kind of format. Actual result: I saw 10.100, 10.167..., I just listed out the numbers as example
2006-08-28 22:07:41
1,156,820,000
closed fixed
1e5a686
1,156,840,000
model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/util/ParameterValidationUtil.java
Birt