issue_id
int64
2.03k
426k
title
stringlengths
9
251
body
stringlengths
1
32.8k
status
stringclasses
6 values
after_fix_sha
stringlengths
7
7
updated_files
stringlengths
29
34.1k
project_name
stringclasses
6 values
repo_url
stringclasses
6 values
repo_name
stringclasses
6 values
language
stringclasses
1 value
issue_url
null
before_fix_sha
null
pull_url
null
commit_datetime
timestamp[us, tz=UTC]
report_datetime
timestamp[us, tz=UTC]
151,794
Bug 151794 Integer data can't be retrieved in dynamic parameter
Steps to reproduce: 1.New a sample data source and a data set from table "CUSTOMERS" 2.New a dynamic parameter, choose data type "Integer" Expected result: Those integer data set columns are listed in "Select value column" Actual result: No column available
closed fixed
574f246
["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/dialogs/ParameterDialog.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-07-26T08:42:11Z
2006-07-26T02:13:20Z
151,261
Bug 151261 New parameter default value not set in dialog
BIRT Report Designer Version: 2.1.0.N20060628-1351 Build id: 200606281537 Create a new report parameter and set a default value. Select Preview and the parameter dialog pops up and the default value is not selected. This happens with Decimal/Text Box and with String/Radio Button with a list of valid values. Note, Allow null values is not selected or is grayed out, respectively, so the default value should be set if it is missing from the .rptconfig file (which it is).
resolved fixed
468e546
["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
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-07-25T07:12:00Z
2006-07-20T15:40:00Z
150,776
Bug 150776 Binding parameters of datasources are not evaluated when datasource in a library
I used to defined a datasource with binding parameters (depending on parameters ...). It works well when datasource is defined in the report, but when i tried to put this datasource in a library, binding expressions are not evaluated or not used by the datasource. When debugging the code, two datasources appears, the initial from the library (module=Library) and the linked from the report (module=ReportDesign). The dataset used the datasource of the report, but no binding values are found on the report datasource. The datasource from the library is evaluated correctly but not used.
resolved fixed
53777e3
["model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/DesignElementHandle.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-07-25T06:49:35Z
2006-07-17T07:06:40Z
151,381
Bug 151381 [Smoke]The parameter didn't display in the web viewer
Description: Preview a parameter in the web viewer, it can't be previewed. Step to reproduce: 1. new a report and a parameter 2. drag it to the layout 3. preview it in the web viewer Actual result: the parameter is not displayed
closed fixed
e65ec48
["core/org.eclipse.birt.core/src/org/eclipse/birt/core/data/DataTypeUtil.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-07-24T11:41:40Z
2006-07-21T08:20:00Z
149,922
Bug 149922 Image builder - URI and file source type are treated as same
null
resolved fixed
e35adf3
["model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/ImageHandle.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/util/StringUtil.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/parser/ImageState.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/writer/ModuleWriter.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-07-24T07:14:48Z
2006-07-06T23:53:20Z
135,205
Bug 135205 Table extends to right edge of page in pdf
Description: Table extends to right edge of page in pdf Steps to reproduce: 1. Insert a table to another table's detail row. 2. Set a different master page to the inner table. 3. Preview in pdf, see attached design file Result: Table extends to right edge of page in pdf
closed fixed
4ee1de5
["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/PDFCellLM.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-07-24T06:08:04Z
2006-04-06T07:53:20Z
151,202
Bug 151202 [regression]Set default master page to item in cell will cause blank page
Description: Set default master page to item in cell will cause blank page Steps to reproduce: 1. New a report 2. Insert a grid(1*1) 3. Insert a label to grid cell 4. Select the label and set default master page to it 5. Preview in Web Viewer and pdf Expected result: No blank page, just one page for grid display. Actual result: A blank page before grid page
closed fixed
075fa58
["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/html/HTMLAbstractLM.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/PDFAbstractLM.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-07-24T05:58:10Z
2006-07-20T10:06:40Z
149,615
Bug 149615 Drill through to document will display html with page break effect
Description: Drill through to document will display html with page break effect Steps to reproduce: 1. new a report with two items, set page break between them 2. new a report, define drill through link to report document of first report 3. preview in Layout and click the drill through link Expected result: Target report should display html format without page break effect because page break in hidden in html format. Actual result: Target report displayed page break effect in html.
closed fixed
0996690
["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/RenderTask.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-07-24T05:44:56Z
2006-07-05T03:26:40Z
150,944
Bug 150944 org.eclipse.birt.data.engine.core.DataException when running report using API
I have a report that throws a org.eclipse.birt.data.engine.core.DataException exception (see Stack trace below) whenever I try to run it using the report engine API. The report works perfectly under Eclipse preview, and when viewed in an app server (Tomcat, Weblogic). I use the following code to create the PDF file: private static void executeReport(final String reportFile, final String pdfFile) throws EngineException { //Engine Configuration - set and get temp dir, BIRT home, Servlet context EngineConfig config = new EngineConfig(); config.setEngineHome( birtReportEngineHome ); //Create the report engine ReportEngine engine = new ReportEngine( config ); //Open a report design - use design to modify design, retrieve embedded images etc. IReportRunnable design = engine.openReportDesign(reportFile); //Create task to run the report - use the task to execute and run the report, IRunAndRenderTask task = engine.createRunAndRenderTask(design); //Set Render context to handle url and image locataions PDFRenderContext renderContext = new PDFRenderContext(); renderContext.setEmbededFont(true); HashMap contextMap = new HashMap(); contextMap.put( EngineConstants.APPCONTEXT_PDF_RENDER_CONTEXT, renderContext ); task.setAppContext( contextMap ); //Set rendering options - such as file or stream output, //output format, whether it is embeddable, etc RenderOptionBase options = new RenderOptionBase(); options.setOutputFileName(pdfFile); options.setOutputFormat(RenderOptionBase.OUTPUT_FORMAT_PDF); task.setRenderOption(options); //run the report and destroy the engine task.run(); engine.destroy(); } And when I run the report, I get the following stack trace: SEVERE: A BIRT exception occurred: Can not convert the value of 2006-07-10 to Date type.. See next exception for more information. Can not convert the value of 2006-07-10 to Date type. org.eclipse.birt.data.engine.core.DataException: A BIRT exception occurred: Can not convert the value of 2006-07-10 to Date type.. See next exception for more information. Can not convert the value of 2006-07-10 to Date type. at org.eclipse.birt.data.engine.core.DataException.wrap(DataException.java:114) at org.eclipse.birt.data.engine.expression.ColumnReferenceExpression.evaluate(ColumnReferenceExpression.java:132) at org.eclipse.birt.data.engine.script.ScriptEvalUtil.evalExpr(ScriptEvalUtil.java:501) at org.eclipse.birt.data.engine.executor.transform.group.GroupInstanceSorter.populateGroupBoundaryInfoSortings(GroupInstanceSorter.java:144) at org.eclipse.birt.data.engine.executor.transform.group.GroupInstanceSorter.populateGroupBoundaryInfosSortings(GroupInstanceSorter.java:117) at org.eclipse.birt.data.engine.executor.transform.group.GroupInstanceSorter.doGroupSorting(GroupInstanceSorter.java:62) at org.eclipse.birt.data.engine.executor.transform.group.GroupProcessorManager.doGroupFilteringAndSorting(GroupProcessorManager.java:79) at org.eclipse.birt.data.engine.executor.transform.MultiPassRowProcessor.populateResultSet(MultiPassRowProcessor.java:334) at org.eclipse.birt.data.engine.executor.transform.MultiPassRowProcessor.doPopulation(MultiPassRowProcessor.java:137) at org.eclipse.birt.data.engine.executor.transform.MultiPassRowProcessor.pass(MultiPassRowProcessor.java:103) at org.eclipse.birt.data.engine.executor.transform.ResultSetPopulator.populateResultSet(ResultSetPopulator.java:206) at org.eclipse.birt.data.engine.executor.transform.CachedResultSet.<init>(CachedResultSet.java:69) at org.eclipse.birt.data.engine.executor.DataSourceQuery.execute(DataSourceQuery.java:488) at org.eclipse.birt.data.engine.impl.PreparedOdaDSQuery$OdaDSQueryExecutor.executeOdiQuery(PreparedOdaDSQuery.java:257) at org.eclipse.birt.data.engine.impl.QueryExecutor.execute(QueryExecutor.java:695) at org.eclipse.birt.data.engine.impl.ServiceForQueryResults.executeQuery(ServiceForQueryResults.java:152) at org.eclipse.birt.data.engine.impl.QueryResults.getResultIterator(QueryResults.java:158) at org.eclipse.birt.report.engine.data.dte.DteResultSet.<init>(DteResultSet.java:79) at org.eclipse.birt.report.engine.data.dte.DteDataEngine.doExecuteQuery(DteDataEngine.java:113) at org.eclipse.birt.report.engine.data.dte.AbstractDataEngine.execute(AbstractDataEngine.java:208) at org.eclipse.birt.report.engine.executor.ExecutionContext.executeQuery(ExecutionContext.java:1541) at org.eclipse.birt.report.engine.executor.QueryItemExecutor.executeQuery(QueryItemExecutor.java:62) at org.eclipse.birt.report.engine.executor.TableItemExecutor.execute(TableItemExecutor.java:74) at org.eclipse.birt.report.engine.internal.executor.l18n.LocalizedReportItemExecutor.execute(LocalizedReportItemExecutor.java:35) at org.eclipse.birt.report.engine.layout.content.BlockStackingExecutor.getNextChild(BlockStackingExecutor.java:47) at org.eclipse.birt.report.engine.layout.pdf.PDFBlockStackingLM.traverseChildren(PDFBlockStackingLM.java:72) at org.eclipse.birt.report.engine.layout.pdf.PDFStackingLM.layoutChildren(PDFStackingLM.java:130) at org.eclipse.birt.report.engine.layout.pdf.PDFPageLM.layout(PDFPageLM.java:198) at org.eclipse.birt.report.engine.layout.pdf.PDFReportLayoutEngine.layoutReport(PDFReportLayoutEngine.java:55) at org.eclipse.birt.report.engine.layout.pdf.PDFReportLayoutEngine.layout(PDFReportLayoutEngine.java:68) at org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.run(RunAndRenderTask.java:187) at biz.scarlet.provisioning.xng.reporting.XngReporter.executeReport(XngReporter.java:119) at biz.scarlet.provisioning.xng.reporting.XngReporter.main(XngReporter.java:52) Caused by: org.eclipse.birt.core.exception.BirtException: Can not convert the value of 2006-07-10 to Date type. at org.eclipse.birt.core.data.DataTypeUtil.toDate(DataTypeUtil.java:474) at org.eclipse.birt.core.data.DataTypeUtil.toDate(DataTypeUtil.java:900) at org.eclipse.birt.core.data.DataTypeUtil.toDate(DataTypeUtil.java:398) at org.eclipse.birt.core.data.DataTypeUtil.convert(DataTypeUtil.java:96) at org.eclipse.birt.data.engine.expression.ColumnReferenceExpression.evaluate(ColumnReferenceExpression.java:128) ... 31 more
resolved fixed
7424ab5
["core/org.eclipse.birt.core/src/org/eclipse/birt/core/data/DataTypeUtil.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-07-21T08:48:10Z
2006-07-18T13:40:00Z
150,347
Bug 150347 Support binary stream as preview image.
See 144843. We need model to save binary strame as report preview image. Currently, preview image is an external image. Maybe need a type to distinguish preview image type.
resolved fixed
9284a8c
["model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/ReportDesignHandle.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/activity/NotificationEvent.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/command/NameSpaceEvent.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/command/NameSpaceRecord.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/command/RenameInNameSpaceRecord.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/elements/ReportDesign.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/elements/interfaces/IReportDesignModel.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/parser/Base64PropertyState.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/parser/ListPropertyState.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/parser/StructureState.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/writer/DesignWriter.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-07-21T03:05:35Z
2006-07-12T07:40:00Z
145,520
Bug 145520 Group name will not show up in group list if the group use default name and key expression has no value
Description: Group name will not show up in group list if key expression has no value. Steps to reproduce: 1. Insert a table into report, bind it to a data set 2. Switch to property editor -> groups 3. Click on add button to open new group dialog, then press ok button Expected result: A new group with default name will be added to group list Actual result: A new group is added to group list, but without group name. But when let group tab lost focus and get focus again, you can see the group name.
closed fixed
c02c721
["model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/core/INameManager.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/command/ContentCommand.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/core/Module.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-07-21T02:26:43Z
2006-06-06T13:20:00Z
150,601
Bug 150601 Drillthrough link from pdf(frameset) should link to frameset servlet instead of run.
Description: Drillthrough link from pdf(frameset) should link to frameset servlet instead of run. Steps to reproduce: 1. New a report 2. Insert a label and define a drill through link to other report 3. Preview in Web viewer, click Print as PDF button in viewer toolbar 4. Click drill through link in pdf Expected result: Target report opens through frameset sevlet instead of run servlet. Because the pdf is displayed through frameset servlet. Actual result: Target report opened through run sevlet
closed fixed
4c74499
["viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/service/ReportEngineService.java", "viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/service/ViewerHTMLActionHandler.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-07-20T06:51:58Z
2006-07-14T06:53:20Z
146,867
Bug 146867 TVT3.2:TCT915: DE : Birt : Title "Warning" in English
Description: OS : RHEL 3.1 Must fix or not a must fix: Should be for next release Build date: 0611 Component name = BIRT Blocking: no Language: de Bitmap Location: V:\defects\de Tester Name: Ruth Nestvold Problem Description: Title of dialog box and feature element in English. See attached screen shot. Steps: On Navigator view, right click the project and select Import Select File System, and select the Test_Report_4.rptdesign and Test_Report_1.properties Click Finish Double click the Test_Report_4.rptdesign Same for Netherlands. John I believe that the "column binding" might be a name. Warning definitely should be externalized though. This article was reassigned from Category:''TVT/Testing''.
resolved fixed
4baa308
["model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/util/VersionInfo.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-07-19T09:37:40Z
2006-06-13T17:33:20Z
148,743
Bug 148743 B+I+U in text do not work properly in layout view
Description: B+I+U in text do not work properly in layout view Steps to Reproduce: 1. insert a text 2. change padding->bottom to 40 points 3. choose B+I+U in properties editor->General Expected Result: the bottom line shows up Actual Result: the bottom line doesnt show up
closed fixed
0c29b1a
["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/schematic/figures/LabelFigure.java", "UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/schematic/figures/TextFlow.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-07-19T03:33:45Z
2006-06-27T01:00:00Z
150,899
Bug 150899 Cannot bind data values to chart series, which causes chart preview fail.
How to reproduce it? 1. Create a new chart, bind it with valid data set. 2. Assign the valid data values to category series and value series. Current result: 1. There is no chart live preview in chart builder. It still uses the default sample data. 2. Preview, dataset invalid exception is thrown out. Investigation: It is perhaps caused by ResultSetWrapper.java. There is no initializeMeta( ) in the Constructor.
closed fixed
a4493a7
["chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/internal/datafeed/ResultSetWrapper.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-07-18T07:00:03Z
2006-07-18T05:20:00Z
150,170
Bug 150170 Cannot get column type for a chart
I opened an old report from a previous version, and after conversion, I get this error trying to view my chart: $NO-RB$ Cannot get the type for column: 1 Cannot get column type. SQL error #1: null Stack trace is: org.eclipse.birt.chart.exception.ChartException at: org.eclipse.birt.chart.reportitem.ui.ReportDataServiceProvider.getPreviewRowData(ReportDataServiceProvider.java:231) org.eclipse.birt.chart.reportitem.ui.ReportDataServiceProvider.getPreviewData(ReportDataServiceProvider.java:117) org.eclipse.birt.chart.ui.swt.wizard.TaskSelectData.switchDataTable(TaskSelectData.java:431) org.eclipse.birt.chart.ui.swt.wizard.TaskSelectData.init(TaskSelectData.java:364) org.eclipse.birt.chart.ui.swt.wizard.TaskSelectData.createControl(TaskSelectData.java:118) org.eclipse.birt.core.ui.frameworks.taskwizard.WizardBase$WizardBaseDialog.switchTask(WizardBase.java:712) org.eclipse.birt.core.ui.frameworks.taskwizard.WizardBase.switchTo(WizardBase.java:219) org.eclipse.birt.chart.ui.swt.wizard.ChartWizard.switchTo(ChartWizard.java:216) org.eclipse.birt.core.ui.frameworks.taskwizard.WizardBase$WizardBaseDialog.initializeBounds(WizardBase.java:578) org.eclipse.jface.window.Window.create(Window.java:430) org.eclipse.jface.dialogs.Dialog.create(Dialog.java:1124) org.eclipse.birt.core.ui.frameworks.taskwizard.WizardBase$WizardBaseDialog.create(WizardBase.java:594) org.eclipse.jface.window.Window.open(Window.java:785) org.eclipse.birt.core.ui.frameworks.taskwizard.WizardBase.open(WizardBase.java:96) org.eclipse.birt.chart.ui.swt.wizard.ChartWizard.open(ChartWizard.java:203) org.eclipse.birt.chart.reportitem.ui.ChartReportItemBuilderImpl.open(ChartReportItemBuilderImpl.java:221) 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:126) 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:3348) org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2968) 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:92) org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68) org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400) org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177) 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:336) org.eclipse.core.launcher.Main.basicRun(Main.java:280) org.eclipse.core.launcher.Main.run(Main.java:977) org.eclipse.core.launcher.Main.main(Main.java:952) Caused By:null org.gjt.mm.mysql.jdbc2.ResultSetMetaData.getColumnClassName(ResultSetMetaData.java:77) org.eclipse.birt.report.data.oda.jdbc.ResultSetMetaData.getColumnTypeForSpecialJDBCDriver(ResultSetMetaData.java:175) org.eclipse.birt.report.data.oda.jdbc.ResultSetMetaData.getColumnType(ResultSetMetaData.java:148) org.eclipse.datatools.connectivity.oda.consumer.helper.OdaResultSetMetaData.getColumnType(OdaResultSetMetaData.java:159) org.eclipse.birt.data.engine.odaconsumer.ResultSetMetaData.doGetNativeColumnType(ResultSetMetaData.java:204) org.eclipse.birt.data.engine.odaconsumer.ResultSetMetaData.getColumnType(ResultSetMetaData.java:153) org.eclipse.birt.data.engine.odaconsumer.ResultSetMetaData.getColumnTypeAsJavaClass(ResultSetMetaData.java:224) org.eclipse.birt.data.engine.odaconsumer.ProjectedColumns.<init>(ProjectedColumns.java:55) org.eclipse.birt.data.engine.odaconsumer.PreparedStatement.doGetProjectedColumns(PreparedStatement.java:400) org.eclipse.birt.data.engine.odaconsumer.PreparedStatement.getProjectedColumns(PreparedStatement.java:340) org.eclipse.birt.data.engine.odaconsumer.PreparedStatement.declareCustomColumn(PreparedStatement.java:1079) org.eclipse.birt.data.engine.executor.DataSourceQuery.addCustomFields(DataSourceQuery.java:379) org.eclipse.birt.data.engine.executor.DataSourceQuery.prepare(DataSourceQuery.java:255) org.eclipse.birt.data.engine.impl.PreparedOdaDSQuery$OdaDSQueryExecutor.prepareOdiQuery(PreparedOdaDSQuery.java:271) org.eclipse.birt.data.engine.impl.QueryExecutor.prepareExecution(QueryExecutor.java:226) org.eclipse.birt.data.engine.impl.PreparedQuery.doPrepare(PreparedQuery.java:366) org.eclipse.birt.data.engine.impl.PreparedDataSourceQuery.execute(PreparedDataSourceQuery.java:139) org.eclipse.birt.data.engine.impl.PreparedDataSourceQuery.execute(PreparedDataSourceQuery.java:122) org.eclipse.birt.report.data.adapter.impl.QueryExecutionHelper.executeQuery(QueryExecutionHelper.java:106) org.eclipse.birt.report.data.adapter.impl.DataRequestSessionImpl.executeQuery(DataRequestSessionImpl.java:190) org.eclipse.birt.chart.reportitem.ui.ReportDataServiceProvider.getPreviewRowData(ReportDataServiceProvider.java:193) org.eclipse.birt.chart.reportitem.ui.ReportDataServiceProvider.getPreviewData(ReportDataServiceProvider.java:117) org.eclipse.birt.chart.ui.swt.wizard.TaskSelectData.switchDataTable(TaskSelectData.java:431) org.eclipse.birt.chart.ui.swt.wizard.TaskSelectData.init(TaskSelectData.java:364) org.eclipse.birt.chart.ui.swt.wizard.TaskSelectData.createControl(TaskSelectData.java:118) org.eclipse.birt.core.ui.frameworks.taskwizard.WizardBase$WizardBaseDialog.switchTask(WizardBase.java:712) org.eclipse.birt.core.ui.frameworks.taskwizard.WizardBase.switchTo(WizardBase.java:219) org.eclipse.birt.chart.ui.swt.wizard.ChartWizard.switchTo(ChartWizard.java:216) org.eclipse.birt.core.ui.frameworks.taskwizard.WizardBase$WizardBaseDialog.initializeBounds(WizardBase.java:578) org.eclipse.jface.window.Window.create(Window.java:430) org.eclipse.jface.dialogs.Dialog.create(Dialog.java:1124) org.eclipse.birt.core.ui.frameworks.taskwizard.WizardBase$WizardBaseDialog.create(WizardBase.java:594) org.eclipse.jface.window.Window.open(Window.java:785) org.eclipse.birt.core.ui.frameworks.taskwizard.WizardBase.open(WizardBase.java:96) org.eclipse.birt.chart.ui.swt.wizard.ChartWizard.open(ChartWizard.java:203) org.eclipse.birt.chart.reportitem.ui.ChartReportItemBuilderImpl.open(ChartReportItemBuilderImpl.java:221) 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:126) 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:3348) org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2968) 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:92) org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68) org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400) org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177) 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:336) org.eclipse.core.launcher.Main.basicRun(Main.java:280) org.eclipse.core.launcher.Main.run(Main.java:977) org.eclipse.core.launcher.Main.main(Main.java:952)
resolved fixed
aef2dc3
["data/org.eclipse.birt.report.data.oda.jdbc/src/org/eclipse/birt/report/data/oda/jdbc/ResultSetMetaData.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-07-17T02:32:19Z
2006-07-10T16:46:40Z
150,603
Bug 150603 [Linux-WS]Can't open new window from the internal preview tab.
Can't open new window from the internal preview tab on Linux OS. Steps to reproduce: 1. New a report, create a link to drill through a report, target new window. 2. Click "Preview" tab to preview report 3. Click the link Expected result: Open a new window, and load the report. Actural result: No effect.
resolved fixed
f0b63c1
["viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/context/ViewerAttributeBean.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-07-14T06:39:59Z
2006-07-14T06:53:20Z
148,613
Bug 148613 Parameter extends from Library cannot extend the localization prompt text
Description: Parameter extends from Library cannot extend the localization prompt text Steps to reproduce: 1. New a library, add a report parameter 2. Select a properties file for the library 3. Select the parameter, set localization key in Property Editor 4. Publish the libary 5. New a report, drag parameter from library to report 6. Preview Expected result: In poped up parameter dialog, prompt text is localized Actual result: In poped up parameter dialog, prompt text is not localized
closed fixed
7f99aef
["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/ParameterDefnBase.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/DesignElementHandle.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-07-13T09:00:28Z
2006-06-26T08:20:00Z
147,700
Bug 147700 URL builder -> Drill through, report parameters pane should always gray out when no parameter in target report design
Description: URL builder -> Drill through, report parameters pane should always gray out when no parameter in target report design Steps to reproduce: 1. New a report r1 without parameter 2. New a report r2, drill through r1 3. In URL builder, select r1 as target report design, you can see report parameter pane grays out 4. Select radio button of report document 5. Select radio button of report design again, at this time report parameter pane doesn't gray out
closed fixed
6521726
["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/dialogs/HyperlinkBuilder.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-07-13T08:37:57Z
2006-06-19T09:40:00Z
148,116
Bug 148116 Use Data Type information in XSD file when creating XML data set
When you specify a XML Schema (XSD) file for a XML data source, then create a XML data set based on that data source, the data type information from the XSD is not used. I.e., if the user selects an element or attribute the data type of the node is not read from the XSD file. We should enhance the XML driver so that it automatically fill in the data type information from XSD.
resolved fixed
2af0830
["data/org.eclipse.birt.report.data.oda.xml/src/org/eclipse/birt/report/data/oda/xml/impl/DataTypes.java", "data/org.eclipse.birt.report.data.oda.xml/src/org/eclipse/birt/report/data/oda/xml/util/ui/ATreeNode.java", "data/org.eclipse.birt.report.data.oda.xml/src/org/eclipse/birt/report/data/oda/xml/util/ui/SchemaPopulationUtil.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-07-13T08:16:07Z
2006-06-21T20:00:00Z
124,250
Bug 124250 Preview attached file in pdf, the left border color is incorrect.
Description: Preview attached file in pdf, the left border color is incorrect. Steps to reproduce: 1. Preview attached file in pdf. Expected result: In testStyle, the left border is set as double, auto,auto. So, the color should be black Actual result: The left border show fuchsia color
closed fixed
fd9449e
["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/css/engine/value/css/BorderColorManager.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-07-13T07:24:32Z
2006-01-18T07:40:00Z
148,594
Bug 148594 [regression]Block Image's padding left doesn't work correctly in pdf
Description: Block Image's padding left doesn't work correctly in pdf. Steps to reproduce: 1. Insert an image 2. Set padding left and bottom border style 3. Preview in html and pdf Expected result: Bottom border should extend to the left blank padding space of image item. Actual result: Bottom border didn't extend to the left blank padding space of image item.
closed fixed
d198710
["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/PDFImageBlockContainerLM.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/PDFImageLM.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-07-13T07:00:29Z
2006-06-26T05:33:20Z
148,365
Bug 148365 dataset script methods management
Create a report with several datasets (scripted ones, in my case). Select the first one, then choose the script tab ; write some script Save the report Select another one, then choose the script tab (same method ; write some script Save the report Select the first one again, then change the script DONT save Select the over one : the changes made to the first one appears ! => you may save the repor and search for a while before understanding the pb...
resolved fixed
7815718
["UI/org.eclipse.birt.report.designer.ui.editors.schematic/src/org/eclipse/birt/report/designer/internal/ui/editors/script/JSEditor.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-07-13T06:56:18Z
2006-06-23T10:53:20Z
149,783
Bug 149783 Display text for extend elelment in master page is not found
Steps to reproduce: 1.New a library, add a properties file for the library, add pair"k1=actuate" to the properties file 2.Add a label "aaa" in master page header, set "k1" as the text key 3.Publish the library 4.New a report, extend lib.masterpage 5.Open extended master page in report Expected result: label shows display text "actuate" Actual result: label shows text "aaa"
closed fixed
a961107
["model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/util/ModelUtil.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-07-12T09:51:26Z
2006-07-06T07:13:20Z
148,912
Bug 148912 BIRT Data - BirtComp.anyOf function does not work as expected.
BIRT Data - BirtComp.anyOf function does not work as expected. BirtComp.anyOf( row["STATUS"] , "Shipped", "Disputed" )
resolved fixed
69d964a
["core/org.eclipse.birt.core/src/org/eclipse/birt/core/script/CoreJavaScriptInitializer.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-07-06T08:31:11Z
2006-06-27T23:13:20Z
147,558
Bug 147558 Passing date parameters to drill-through reports
Due to the date/time format, I can't pass a date parameter to a drill-through report. The date/time input requires that the user enters the date in a very specific format otherwise, the viewer does not recognize it as a valid date. Therefore, I set my text box to be have the date/time format 'dd-MMM-yyyy HH:mm' which is user-friendly. When I bind the param to the drill-through report, it passes 'Jan 1, 20006 22:33' or something in that order. Then the report that was being called returns that it is not a valid date. There is no function to format a date object to a specific format (or that I could find).
resolved fixed
c402a69
["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/utility/ParameterAccessor.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-07-06T06:52:43Z
2006-06-17T02:06:40Z
149,613
Bug 149613 [regression]NPE when click TOC after click drill through link to pdf.
Description: NPE when click TOC after click drill through link to pdf. Steps to reproduce: 1. Insert a data item, define a drill through link to itself, target format is pdf. 2. Define toc for the data item 3. Preview in Web Viewer, click the drill through link. 4. Click TOC button in Web Viewer. Expected result: NO errors and show toc Actual result: java.lang.NullPointerException Stack Trace: org.eclipse.birt.report.service.BirtViewerReportService.getTOC(Unknown Source) org.eclipse.birt.report.service.actionhandler.AbstractGetTOCActionHandler.doExecution(Unknown Source) org.eclipse.birt.report.service.actionhandler.AbstractGetTOCActionHandler.__execute(Unknown Source) org.eclipse.birt.report.service.actionhandler.AbstractBaseActionHandler.execute(Unknown Source) org.eclipse.birt.report.soapengine.processor.AbstractBaseDocumentProcessor.__executeAction(Unknown Source) org.eclipse.birt.report.soapengine.processor.AbstractBaseComponentProcessor.executeAction(Unknown Source) org.eclipse.birt.report.soapengine.processor.BirtDocumentProcessor.handleGetToc(Unknown Source) sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) java.lang.reflect.Method.invoke(Method.java:324) org.eclipse.birt.report.soapengine.processor.AbstractBaseComponentProcessor.process(Unknown Source) org.eclipse.birt.report.soapengine.endpoint.BirtSoapBindingImpl.getUpdatedObjects(Unknown Source) sun.reflect.GeneratedMethodAccessor51.invoke(Unknown Source) sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) java.lang.reflect.Method.invoke(Method.java:324) org.apache.axis.providers.java.RPCProvider.invokeMethod(RPCProvider.java:397) org.apache.axis.providers.java.RPCProvider.processMessage(RPCProvider.java:186) org.apache.axis.providers.java.JavaProvider.invoke(JavaProvider.java:323) org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:32) org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118) org.apache.axis.SimpleChain.invoke(SimpleChain.java:83) org.apache.axis.handlers.soap.SOAPService.invoke(SOAPService.java:453) org.apache.axis.server.AxisServer.invoke(AxisServer.java:281) org.apache.axis.transport.http.AxisServlet.doPost(AxisServlet.java:699) org.eclipse.birt.report.servlet.BirtSoapMessageDispatcherServlet.doPost(Unknown Source) javax.servlet.http.HttpServlet.service(HttpServlet.java:760) org.apache.axis.transport.http.AxisServletBase.service(AxisServletBase.java:327) javax.servlet.http.HttpServlet.service(HttpServlet.java:853) org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:247) org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193) org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:256) org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643) org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480) org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995) org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191) org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643) org.apache.catalina.valves.CertificatesValve.invoke(CertificatesValve.java:246) org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641) org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480) org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995) org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2422) org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:180) org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643) org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:171) org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641) org.eclipse.tomcat.internal.EclipseErrorReportValve.invoke(EclipseErrorReportValve.java:153) org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.i
closed fixed
2fd031a
["viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/service/ViewerHTMLActionHandler.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-07-06T02:33:58Z
2006-07-05T03:26:40Z
148,610
Bug 148610 [regression] Java based scripting -> table repeat header does not work properly in web viewer
steps to reproduce: - use attached reports and Java classes - preview in web viewer expected behavior: - table headers will not be repeated actual behavior: - table headers were repeated
closed fixed
244d4dc
["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/internal/executor/doc/ReportItemReader.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-07-05T09:33:39Z
2006-06-26T08:20:00Z
149,288
Bug 149288 Add computed col to join dataset from library will cause preview error
Description: Add computed col to join dataset from library will cause preview error Steps to reproduce: 1. Drag data source from attached library 2. Drag dataset, dataset1 and dataset3 from attached library 3. Add a normal computed column in dataset3 4. Drag the dataset3 to layout and preview Expected result: Computed column can be displayed. Actual result: The following items have errors: Data (id = 399): - There are errors evaluating script "row["aa"]". Error.ScriptEvaluationError ( 326 time(s) ) detail : org.eclipse.birt.report.engine.api.EngineException: There are errors evaluating script "row["aa"]". at org.eclipse.birt.report.engine.executor.ExecutionContext.evaluate(ExecutionContext.java:572) at org.eclipse.birt.report.engine.executor.ExecutionContext.evaluate(ExecutionContext.java:534) at org.eclipse.birt.report.engine.executor.DataItemExecutor.execute(DataItemExecutor.java:90) at org.eclipse.birt.report.engine.internal.executor.l18n.LocalizedReportItemExecutor.execute(LocalizedReportItemExecutor.java:35) at org.eclipse.birt.report.engine.layout.html.HTMLBlockStackingLM.layoutChildren(HTMLBlockStackingLM.java:63) at org.eclipse.birt.report.engine.layout.html.HTMLAbstractLM.layout(HTMLAbstractLM.java:156) at org.eclipse.birt.report.engine.layout.html.HTMLInlineStackingLM.resumeLayout(HTMLInlineStackingLM.java:94) at org.eclipse.birt.report.engine.layout.html.HTMLInlineStackingLM.layoutChildren(HTMLInlineStackingLM.java:138) at org.eclipse.birt.report.engine.layout.html.HTMLAbstractLM.layout(HTMLAbstractLM.java:156) at org.eclipse.birt.report.engine.layout.html.HTMLRowLM.layout(HTMLRowLM.java:30) at org.eclipse.birt.report.engine.layout.html.HTMLBlockStackingLM.layoutChildren(HTMLBlockStackingLM.java:68) at org.eclipse.birt.report.engine.layout.html.HTMLTableBandLM.layoutChildren(HTMLTableBandLM.java:67) at org.eclipse.birt.report.engine.layout.html.HTMLAbstractLM.layout(HTMLAbstractLM.java:156) at org.eclipse.birt.report.engine.layout.html.HTMLBlockStackingLM.layoutChildren(HTMLBlockStackingLM.java:68) at org.eclipse.birt.report.engine.layout.html.HTMLTableLM.layoutChildren(HTMLTableLM.java:74) at org.eclipse.birt.report.engine.layout.html.HTMLAbstractLM.layout(HTMLAbstractLM.java:156) at org.eclipse.birt.report.engine.layout.html.HTMLPageLM.layoutChildren(HTMLPageLM.java:139) at org.eclipse.birt.report.engine.layout.html.HTMLPageLM.layout(HTMLPageLM.java:81) at org.eclipse.birt.report.engine.layout.html.HTMLReportLayoutEngine.layout(HTMLReportLayoutEngine.java:80) at org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.run(RunAndRenderTask.java:187) at org.eclipse.birt.report.service.ReportEngineService.runAndRenderReport(Unknown Source) at org.eclipse.birt.report.service.ReportEngineService.runAndRenderReport(Unknown Source) at org.eclipse.birt.report.service.BirtViewerReportService.runAndRenderReport(Unknown Source) at org.eclipse.birt.report.service.actionhandler.BirtRunAndRenderActionHandler.__execute(Unknown Source) at org.eclipse.birt.report.service.actionhandler.AbstractBaseActionHandler.execute(Unknown Source) at org.eclipse.birt.report.presentation.aggregation.layout.EngineFragment.doService(Unknown Source) at org.eclipse.birt.report.presentation.aggregation.AbstractBaseFragment.service(Unknown Source) at org.eclipse.birt.report.servlet.BirtEngineServlet.__doGet(Unknown Source) at org.eclipse.birt.report.servlet.BaseReportEngineServlet.doGet(Unknown Source) at javax.servlet.http.HttpServlet.service(HttpServlet.java:740) at org.apache.axis.transport.http.AxisServletBase.service(AxisServletBase.java:327) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:247) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:256) at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480) at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191) at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643) at org.apache.catalina.valves.CertificatesValve.invoke(CertificatesValve.java:246) at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480) at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995) at org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2422) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:180) at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643) at org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:171) at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641) at org.eclipse.tomcat.internal.EclipseErrorReportValve.invoke(EclipseErrorReportValve.java:153) at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480) at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:174) at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480) at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995) at org.apache.coyote.tomcat4.CoyoteAdapter.service(CoyoteAdapter.java:199) at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:828) at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:700) at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:584) at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:683) at java.lang.Thread.run(Thread.java:534)Caused by: org.mozilla.javascript.EvaluatorException: org.eclipse.birt.data.engine.core.DataException: Invalid field name: aa at org.eclipse.birt.report.engine.data.dte.NativeRowObject.get(NativeRowObject.java:94) at org.mozilla.javascript.ScriptableObject.getProperty(ScriptableObject.java:1263) at org.mozilla.javascript.ScriptRuntime.getObjectElem(ScriptRuntime.java:1301) at org.mozilla.javascript.ScriptRuntime.getObjectElem(ScriptRuntime.java:1283) at org.mozilla.javascript.gen.c213._c0(<inline>:1) at org.mozilla.javascript.gen.c213.call(<inline>) at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:304) at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:2769) at org.mozilla.javascript.gen.c213.call(<inline>) at org.mozilla.javascript.gen.c213.exec(<inline>) at org.eclipse.birt.core.script.ScriptContext.eval(ScriptContext.java:224) at org.eclipse.birt.report.engine.executor.ExecutionContext.evaluate(ExecutionContext.java:565) ... 62 more
closed fixed
5cfe54b
["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/adapter/ModelDteApiAdapter.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-07-05T07:52:38Z
2006-06-30T09:33:20Z
132,096
Bug 132096 TOC pane will be closed when hyperlink to internal bookmark
Steps to reproduce: 1.Add a label with TOC "aaa" and bookmark "a" 2.Add a table below the label, and set pagebreakBefore_Always, pagebreakAfter_Always on the table 3.Add a label with TOC "bbb" and bookmark "b" below the table 4.Preview the report in Web Viewer 5.Open the TOC pane and jump to page3 6.Click lable in page3 Expected result: TOC pane won't be closed when jumping to page1 Actual result: TOC pane is closed
closed fixed
d3ec39e
["viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/service/ViewerHTMLActionHandler.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-07-05T03:17:41Z
2006-03-16T06:20:00Z
148,181
Bug 148181 Support deleting a directory from report document
Now Engine supports deleting a file from report document, and it would be nicer if deleting a directory could be also supported.
resolved fixed
c9ada2a
["testsuites/org.eclipse.birt.report.tests.engine/src/org/eclipse/birt/report/tests/engine/api/RenderFolderDocumentTest.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-07-04T08:36:39Z
2006-06-22T09:53:20Z
148,588
Bug 148588 Image Builder enhancement
1.Image selector should not filter *.svg 2.Support svg image type in embedded image.
resolved fixed
ae7668e
["UI/org.eclipse.birt.report.designer.core/src/org/eclipse/birt/report/designer/util/ImageManager.java", "UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/dialogs/ImageBuilder.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-07-04T07:24:49Z
2006-06-26T02:46:40Z
148,392
Bug 148392 Float type fails to be retrieven in scripted datasets
1/ Create a scripted dataset with Float type values, retrive them in the fetch dataset's method configure the output columns and assign them the Float type => result preview fails to show the float columns values 2/ Set the columns' type as Any => the result preview shows normally 3/ Create a chart based on the previous dataset configure the databindings setting float as the said columns type (the dataset's type is Any) => the series fails to appear in the graph (see error in footer) 4/ Change the data bindings for the said columns as Any and use the series fromatting to fix it => the series appears normally
resolved fixed
9851e5f
["core/org.eclipse.birt.core/src/org/eclipse/birt/core/data/DataTypeUtil.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-07-04T02:22:47Z
2006-06-23T13:40:00Z
148,951
Bug 148951 Wrong error msg when set nonexisted col as group key
Description: Wrong error msg when set nonexisted col as group key Steps to reproduce: 1. Insert a table, bind it to dataset 2. Add a group, input abc as group key which is invalid. 3. Preview Expected result: Friendly error msg to tell user the group key is wrong. Actual result: + Group key "abc" in group 1 cannot depend on column bindings defined in the group lower than itself. data.engine.InvalidGroupKey ( 1 time(s) ) detail : org.eclipse.birt.data.engine.core.DataException: Group key "OUNTR" in group 1 cannot depend on column bindings defined in the group lower than itself.
closed fixed
fbd4539
["data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/i18n/ResourceConstants.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/ExprManagerUtil.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-07-03T08:50:32Z
2006-06-28T07:33:20Z
148,761
Bug 148761 Unable to copy a report item from template to report
Steps: 1. Create a template, add a Text item "t1" or others 2. Create template item using "t1" 3. Double click the template item and we get a report item again. 4. We copy the item, paste to another report file. Expected: the text item can be copied. Actual result: Nothing happened, not copied and no error msg.
closed fixed
99be7a6
["model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/elements/SemanticError.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/validators/MasterPageContextContainmentValidator.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/validators/TableHeaderContextContainmentValidator.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/command/ExtendsCommand.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/command/TemplateCommand.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/metadata/ElementDefn.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/metadata/ElementRefPropertyType.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/metadata/SlotDefn.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/util/ModelUtil.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/validators/ValidationExecutor.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/validators/ValidationNode.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-07-03T03:08:19Z
2006-06-27T03:46:40Z
148,755
Bug 148755 Add tthe status to the ActivityStackEvent.
If the the event rollback, the ActivityStackEvent status should be ROLL_BACK.
resolved fixed
a9cef0a
["model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/activity/ActivityStack.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/activity/ActivityStackEvent.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-06-29T08:29:57Z
2006-06-27T03:46:40Z
146,790
Bug 146790 Help text/help text key for cascading parameter group is not supported
Steps to reproduce: 1.New a cascading parameter group 2.Switch to Properties, select the cascading parameter group 3.Set help text to "helpme" 4.Preview Expected result: Help text appears when hovering over the cascading parameter group name in Parameter input dialog Actual result: Help text/help text key is not supported
closed fixed
2cf9f5f
["viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/context/ParameterGroupBean.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/api/ParameterGroupDefinition.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-06-29T08:12:10Z
2006-06-13T09:13:20Z
148,611
Bug 148611 The edit parameter dialog hang up in my case.
Reproduce: The attachment include a library and a report. 1. Put the library file under the resource folder, "D:/Actuate/BIRTs/200606260630/eclipse/plugins/org.eclipse.birt.report.designer.ui_2.1.0.N20060624-0630/resources/" in my application. 2. Open the report, preview in the embedded viewer. 3. The Edit parameter dialog hang up. (Notice: it is the extened "dynamic" parameter that cause the problem. My CPU reaches 100% ocuppation when rendering the dialog, while when I end up closing the dummy dialog, CPU doesn't seem to be released, still 100%. )
closed fixed
264eadb
["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/presentation/aggregation/dialog/ParameterDialogFragment.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/actionhandler/BirtGetCascadeParameterActionHandler.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-06-29T07:58:33Z
2006-06-26T08:20:00Z
148,724
Bug 148724 the Multiplier of the Standard check box does not show properly < 0 values
In Series/Category Edit Format Dialog, the Multiplier of the Standard check box shows 0 when the value is less than 0 for example 0.000001.
resolved fixed
a49449a
["chart/org.eclipse.birt.chart.reportitem.ui/src/org/eclipse/birt/chart/reportitem/ui/ChartReportItemBuilderImpl.java", "chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/composites/LocalizedNumberEditorComposite.java", "chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/composites/TextEditorComposite.java", "chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/wizard/format/axis/AbstractAxisSubtask.java", "chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/wizard/format/popup/axis/AxisMarkersSheet.java", "chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/wizard/format/popup/axis/AxisScaleSheet.java", "chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/wizard/format/popup/series/SeriesRegionSheet.java", "chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/util/ChartUIUtil.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-06-29T06:03:09Z
2006-06-26T19:26:40Z
147,682
Bug 147682 [Linux-WS]Button of Manage Drivers and Test Connection
Details: [Linux-WS]Button of Manage Drivers and Test Connection Description; Please see the attach image.
closed fixed
03ed4e3
["data/org.eclipse.birt.report.data.oda.jdbc.ui/src/org/eclipse/birt/report/data/oda/jdbc/ui/profile/JDBCSelectionPageHelper.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-06-29T05:29:42Z
2006-06-19T06:53:20Z
147,253
Bug 147253 [Context Sensitive] Preferences->Report Design->Data Set Editor, context help button doesn't work when JDBC Data Set get focus
Description: In Preferences->Report Design->Data Set Editor, context help button doesn't work when JDBC Data Set get focus. Steps to reproduce: 1.Select Windows menu 2.Select Preference 3.Select Data set editor 4.Select JDBC Data Set, make sure the focus is on it (Notes: when click on JDBC Data Set the first time, focus isn't on it, you must select it again to set focus on it) 5.Click help button Expected result: Context help shows up Actual resutl: Help button doesn't work, and F1 doesn't work too.
closed fixed
b0c4f7d
["data/org.eclipse.birt.report.data.oda.jdbc.ui/src/org/eclipse/birt/report/data/oda/jdbc/ui/preference/DateSetPreferencePage.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-06-29T03:45:36Z
2006-06-15T08:26:40Z
148,747
Bug 148747 Design become invalid when I extend a masterpage from Library
The attachment contains a report file and a library file. Reproduce: 1. Deploy the library("lib"), and open the report. 2. Drag Masterpage("page1") from "lib" to report. 3. Reopen the report, it become invalid.
closed fixed
95bb3d9
["model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/ExtendedItemHandle.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/elements/interfaces/IExtendedItemModel.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/parser/ReportElementState.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/writer/ModuleWriter.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-06-29T03:12:44Z
2006-06-27T01:00:00Z
147,276
Bug 147276 [2.1RC4, pdf] The <LI> tag gets rendered wrong when there is a lot of text
Version: 2.1RC4 Output: Pdf The html <LI> tag gets rendered wrong if there is so much text between <LI> and </LI> that a line break needs to be inserted by birt. Wrong means that the bullet will be rendered in the wrong line when rendering as pdf. The bug can be reproduced by following the steps below: - Create a new empty report - Add a "text widget" from the palett - Chose HTML / Dynamic Text - Add the following text: <UL> <LI>A line with some text</LI> <LI>A line with a lot of text. A lot of text. A lot of text. A lot of text. A lot of text. A lot of text. A lot of text. A lot of text. A lot of text. A lot of text. A lot of text. A lot of text. A lot of text. A lot of text. A lot of text.</LI> <LI>An other normal short line</LI> </UL>
resolved fixed
21a75f1
["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/util/HTML2Content.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-06-29T02:45:57Z
2006-06-15T14:00:00Z
148,515
Bug 148515 [Regression] User properties can't be found in properties view(chart)
[Regression] User properties can't be found in properties view(chart) Steps: 1.Create a chart 2.Open property editor view, select User Porperties, add "abc" string 3.Open properties view Actual Results: 1.user properties are not displayed. Expected Resulst:L 1.user properties should be displayed.
closed fixed
77d7eb6
["model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/extension/ExtensibilityProvider.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-06-28T06:22:09Z
2006-06-24T06:20:00Z
148,751
Bug 148751 [regression]Page break in data inside detail of list with group will cause issue in pdf
Description: Page break in data inside detail of list with group will cause issue in pdf. Steps to reproduce: 1. Insert a list, add a group 2. Insert a data to list detail, set page-break-after always to it. 3. Preview in web viewer and pdf Expected result: Data are displayed with correct page break Actual result: In pdf, data are lost. The group contains 5 data rows but in pdf only 2 data rows are displayed.
closed fixed
2ad0fb7
["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/PDFListGroupLM.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-06-27T09:21:20Z
2006-06-27T03:46:40Z
148,525
Bug 148525 Display text is not found from library resource file
Steps to reproduce: 1.New a library, add a resource file "a.properties" 2.Add a label with text"abc", add a localization "k1=actuate" 3.New a report, extend the label 4.Preview the report Expected result: Report shows "actuate" in preview Actual result: Report shows "actuate" in layout, but "abc" in preview
closed fixed
6189f88
["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/presentation/LocalizedContentVisitor.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/DesignElementHandle.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/ModuleUtil.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/StructureHandle.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-06-26T09:37:32Z
2006-06-24T09:06:40Z
148,503
Bug 148503 [regression]Data in list footer cannot be previewed in Web viewer
null
closed fixed
e1fbc50
["data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/document/RowSaveUtil.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-06-26T06:33:27Z
2006-06-24T03:33:20Z
148,499
Bug 148499 [regression] page break not working properly
null
closed fixed
4388987
["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/PDFLineAreaLM.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-06-26T03:42:51Z
2006-06-24T00:46:40Z
145,691
Bug 145691 the result set selection list in viewer data export shows names with *_<number>
Create a report with mulitple table, dynamic text, or list that has data binding. preview the report in web viewer, try to export data from the web viewer. A selection list of result sets is pompted to the user. The names of these result sets seems to be a report item name plus "_nnnn" appended at the end. It is not user friendly to show this internal numbers. It will be better to show the table name, or the list name, or the report item name that has the result set in the selection list.
resolved fixed
b06f21c
["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/DataExtractionTask.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-06-23T10:27:47Z
2006-06-07T03:13:20Z
147,861
Bug 147861 [2.1RC4] Invalid line height: normal
Version: Report Engine, 2.1RC4 I'm using the "Report Engine" for creating my reports. When I look a the log file I see the following line many (1000+) times: 20.06.2006 13:36:23 org.eclipse.birt.report.engine.layout.util.PropertyUtil getLineHeight WARNUNG: invalid line height: normal For recreating the bug: 1. Start new report 2. Add a "Grid widget" 3. Run report In my opinion a default setting should not produce a log message at level warning.
resolved fixed
dbe6208
["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/util/PropertyUtil.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-06-23T08:24:16Z
2006-06-20T13:26:40Z
147,834
Bug 147834 Drill through multi-page report document will only show the first page when preview in HTML/PDF
Description: When target report document has multiple pages, drill through will only show the first page. Steps to reproduce: 1. New a report with multiple pages, preview it in web viewer to create report document 2. New another report, drill through to this report document 3. Preview in HTML/PDF, only the first page of target document shows up Notes: Preview in WebViewer will get correct result
closed fixed
11599fc
["viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/service/ReportEngineService.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-06-23T08:17:55Z
2006-06-20T07:53:20Z
148,333
Bug 148333 [Smoke]Set hyperlink-internal bookmark to a item. preview in html, system throws exeption
[Smoke]Set hyperlink-internal bookmark to a item. preview in html, system throws exeption Steps: 1.Create a label into layout 2.set bookmark "a" to label 3.Insert a image into layout 4.Set hyperlink-internal bookmart 5.Preview in html Actual Results: 1.system throws exception Error happened while running the report
closed fixed
f8527fb
["viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/service/ViewerHTMLActionHandler.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-06-23T06:44:44Z
2006-06-23T02:33:20Z
144,585
Bug 144585 render a report using ReportRunner, HTML and PDF reports are different
steps to reproduce: - render attached report using ReportRunner from Windows command line genReport -m render -o Sample(excludelib)50.html -f html -p 50 -l "en" Sample(excludelib).rptdocument genReport -m render -o Sample(excludelib)50.pdf -f pdf -p 50 -l "en" Sample(excludelib).rptdocument expected behavior: - HTML and PDF reports are same actual behavior: - they were different, pdf report had extra table header in 1st page
closed fixed
2f6be9b
["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/RenderTask.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/PDFReportLayoutEngine.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-06-23T06:23:42Z
2006-05-31T04:33:20Z
148,194
Bug 148194 IllegalArgumentException when set custom format for datetime parameter
Description: IllegalArgumentException when set custom format for datetime parameter Steps to reproduce: 1. New a datetime parameter 2. Click Change button in format string as. 3. Select custom and input MM.dd.yyyy, click OK Expected result: No errros Actual result: java.lang.IllegalArgumentException: Argument cannot be null at org.eclipse.swt.SWT.error(SWT.java:3358) at org.eclipse.swt.SWT.error(SWT.java:3297) at org.eclipse.swt.SWT.error(SWT.java:3268) at org.eclipse.swt.widgets.Widget.error(Widget.java:435) at org.eclipse.swt.widgets.Label.setText(Label.java:366) at org.eclipse.birt.report.designer.ui.dialogs.ParameterDialog.updateFormatField(ParameterDialog.java:2192) at org.eclipse.birt.report.designer.ui.dialogs.ParameterDialog.popupFormatBuilder(ParameterDialog.java:2261) at org.eclipse.birt.report.designer.ui.dialogs.ParameterDialog.access$2500(ParameterDialog.java:98) at org.eclipse.birt.report.designer.ui.dialogs.ParameterDialog$9.widgetSelected(ParameterDialog.java:653) 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.internal.ui.dialogs.BaseDialog.open(BaseDialog.java:95) at org.eclipse.birt.report.designer.internal.ui.views.data.providers.ParametersNodeProvider.createElement(ParametersNodeProvider.java:101) at org.eclipse.birt.report.designer.internal.ui.views.DefaultNodeProvider.createElement(DefaultNodeProvider.java:548) at org.eclipse.birt.report.designer.internal.ui.views.DefaultNodeProvider.performInsert(DefaultNodeProvider.java:554) at org.eclipse.birt.report.designer.internal.ui.views.data.providers.ParametersNodeProvider.performInsert(ParametersNodeProvider.java:122) at org.eclipse.birt.report.designer.internal.ui.views.DefaultNodeProvider.performRequest(DefaultNodeProvider.java:344) at org.eclipse.birt.report.designer.internal.ui.views.actions.InsertAction.doAction(InsertAction.java:173) at org.eclipse.birt.report.designer.internal.ui.views.actions.AbstractElementAction.run(AbstractElementAction.java:64) at org.eclipse.jface.action.Action.runWithEvent(Action.java:499) 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)
closed fixed
7a9d190
["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/dialogs/FormatDateTimePage.java", "UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/dialogs/ParameterDialog.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-06-23T05:33:35Z
2006-06-22T12:40:00Z
148,002
Bug 148002 List group page break doesn't work when render from ReportRunner.
Description: List group page break doesn't work when render from ReportRunner Steps to reproduce: 1. Run attached report using ReportRunner Expected result: Group page break in list item works Actual result: No page break.
closed fixed
006dbe2
["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/ReportRunner.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-06-22T10:01:58Z
2006-06-21T08:53:20Z
147,995
Bug 147995 Master page lost when drill through to a report document
Description: Master page lost when drill through to a report document Steps to reproduce: 1. New a report rpt1 with master page 2. Generate the report document for rpt1 3. New another report rpt2, drill through to the report document 4. Preview rpt2, link to the report document, master page is missing
closed fixed
cdc89ef
["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"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-06-22T08:48:00Z
2006-06-21T08:53:20Z
147,993
Bug 147993 Output can't refresh when the document of one report design is drilled through by another report
Description: Output can't refresh when the document of one report design is drilled through by another report Steps to reproduce: Use Default System browser 1. New a report rpt1, preview it in web viewer to generate its report document 2. New a report rpt2, drill through to rpt1 document 3. Preview rpt2 and link to rpt1 document 4. Modify rpt1 report design, then preview rpt1 again, the output will not refresh, only restart eclipse can get new output.
closed fixed
43bb248
["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/dialogs/HyperlinkBuilder.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-06-22T08:23:38Z
2006-06-21T06:06:40Z
147,972
Bug 147972 Outline view indicates wrong master page being selected
1.Open a report Design 2.Add a new master page 3.Insert something in the header to know the difference between master page 1 and 2 4.In outline view, click on master page one. Master Page tab/view still shows the layout of master page 2 while the property editor shows the properties of master page one. 5.Double click on master page one in outline now the master page layout is the right one, but the selected/shown master page in outline view is on master page 2 6. This who;e scenario repeats when selecting master page 2 from outline view. Single click shows the wrong master page in the master page editor while shows the correct properties. Double click shows the right view in editor and property editor but the outline view shows the wrong one selected. Expected: Single clicking the master page one should show master page one in editor, property editor, and outline view.
resolved fixed
fec4db9
["UI/org.eclipse.birt.report.designer.ui.editors.schematic/src/org/eclipse/birt/report/designer/ui/editors/pages/ReportMasterPageEditorFormPage.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-06-22T05:21:18Z
2006-06-21T00:33:20Z
143,861
Bug 143861 PDF emitter doesn't recognize Merge Row operation
If I select several rows in a vertical column and merge them, it works fine in html. But when I run a PDF preview of the report, the merge doesn't work. If I add large text, or something else that stretches past where the first row would be, it stretches the whole first row, instead of using the entire merged area to stretch. To duplicate this problem, create a report that contains a table or grid with several rows and two columns. Then type text in each of the rows in the left column with normal font size. Merge the rows in the right column, and type text of size 78 pt. Now do a PDF preview of the report. The first row in the left column will have a space underneath it the size of the 78 pt. font in the right merged rows. If the same preview is done in html, it won't have this problem.
resolved fixed
759b775
["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/PDFTableLM.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-06-22T02:40:15Z
2006-05-25T23:33:20Z
147,833
Bug 147833 Render attached report to pdf from document failed
null
closed fixed
a9ebf43
["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/content/ListContainerExecutor.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/PDFLineAreaLM.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-06-22T02:23:11Z
2006-06-20T07:53:20Z
145,161
Bug 145161 master page <value-of>new Date()</value-of> displays 1 hour behind
In the attached report, when I run it (I am using RC4 build) the time displayed is always 1 hour behind the clock on my laptop system tray.
resolved fixed
9086cd9
["model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/metadata/DateTimePropertyType.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/metadata/FileMetaLogger.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/util/ModelUtil.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-06-22T02:17:33Z
2006-06-02T23:13:20Z
147,852
Bug 147852 [regression]Combo/listbox parameter doesn't work when put in parameter group
Description: Combo/listbox parameter doesn't work when put in parameter group Steps to reproduce: 1. New a prameter group 2. Insert a textbox parameter 3. Insert a combo/listbox parameter, input several values 4. Preview and select parameter values Expected result: Values can be selected Actual result: Once you selected a value from combo/listbox parameter list, the list would become empty.
closed fixed
55ddebd
["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/ScalarParameterBean.java", "viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/presentation/aggregation/parameter/ComboBoxParameterFragment.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-06-21T10:48:49Z
2006-06-20T10:40:00Z
148,009
Bug 148009 The result of joint data set is incorrect.
If the number of rows of secondary data set being joined exceeds 1024 the result of joint data set would be incorrect. This is because when populate binary for data set to be joined the boundary information are created incorrectly.
closed fixed
32bd628
["data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/jointdataset/BinaryTreeResultObjectSeeker.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-06-21T10:45:02Z
2006-06-21T08:53:20Z
147,819
Bug 147819 Dynamic parameter, if value column datas include null datas, preview, system throws exception
Dynamic parameter, if value column datas include null datas, preview, system throws exception Step: data source: sample DB data set: select * from CLASSICMODELS.CUSTOMERS 1.Create a dynamic parameter 2.Display type select List Box, value columm select "State"; display text select "CUSTOMERNAME"; 3.Preview in html Actual Results: 1.System throws Http status 500 exception
closed fixed
86bb16f
["model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/util/ParameterValidationUtil.java", "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/service/actionhandler/BirtGetCascadeParameterActionHandler.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-06-21T10:19:14Z
2006-06-20T02:20:00Z
147,652
Bug 147652 Inconsistent behaviors when preview in web viewer and html/pdf using attached design file
Description: Use a nonexisted binding column as sort key will cause web viewer preview fail Steps to reproduce: 1. Insert a table, generate binding 2. use one binding as sort key to add a sorting on table 3. Delete the sort key in bindig pane 4. Preview in web viewer Expected result: Table header and master page can display and return error msg Actual result: Nothing displays in web viewer
closed fixed
5b2eabb
["data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/document/QueryResults.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-06-21T10:10:21Z
2006-06-18T11:26:40Z
147,809
Bug 147809 Null pointer exception if the table name contains spaces
The null pointer exception will be thrown if the table name contains spaces when calling the method: public String[] getTableComplexNestedXMLColumnNames( String tableName ) { return ( (TableInfo) this.tableInfos.get( tableName ) ).getComplexNestXMLColumnNames(); } In the org.eclipse.birt.report.data.oda.xml.util. RelationInformation.java The table name was stripped before adding it to the tableInfos, however if the tableName of this method is not a stripped string, then it will cause the null pointer exception. This the stack: RelationInformation.getTableColumnNames(String) line: 189 ResultSetMetaData.<init>(RelationInformation, String) line: 39 Query.getMetaData() line: 126 OdaQuery.doGetMetaData() line: 388 OdaQuery.getMetaData() line: 356 PreparedStatement.getRuntimeMetaData() line: 296 PreparedStatement.getProjectedColumns() line: 283 PreparedStatement.addColumnHints(Collection) line: 715 DataSourceQuery.addColumnHints(PreparedStatement) line: 292 DataSourceQuery.prepare() line: 207 DataExecutionManager.executeQuery(int, String, String, ArrayOfParameterValue, int, int, ArrayOfColumnProperty) line: 236 AWPSoapBindingImpl.iStatementExecute(IStatementExecute) line: 174 NativeMethodAccessorImpl.invoke0(Method, Object, Object[]) line: not available [native method] NativeMethodAccessorImpl.invoke(Object, Object[]) line: 39 DelegatingMethodAccessorImpl.invoke(Object, Object[]) line: 25 Method.invoke(Object, Object...) line: 585 RPCProvider.invokeMethod(MessageContext, Method, Object, Object[]) line: 388 RPCProvider.processMessage(MessageContext, SOAPEnvelope, SOAPEnvelope, Object) line: 283 RPCProvider(JavaProvider).invoke(MessageContext) line: 323 InvocationStrategy.visit(Handler, MessageContext) line: 32 SOAPService(SimpleChain).doVisiting(MessageContext, HandlerIterationStrategy) line: 118 SOAPService(SimpleChain).invoke(MessageContext) line: 83 SOAPService.invoke(MessageContext) line: 453 AxisServer.invoke(MessageContext) line: 281 OdaServerAxisServlet(AxisServlet).doPost(HttpServletRequest, HttpServletResponse) line: 699 SOAPRunnable(AxisSOAPRunnable).run() line: 54 ThreadPool$WorkerThread.run() line: 216 Thread.run() line: 595
resolved fixed
1d181e0
["data/org.eclipse.birt.report.data.oda.xml/src/org/eclipse/birt/report/data/oda/xml/util/RelationInformation.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-06-20T03:06:58Z
2006-06-19T23:33:20Z
147,639
Bug 147639 PDF output generated from document and report are different
Steps to reproduce: 1.Run the attached report with "run?" and "__format=pdf" 2.Run the attached report with "frameset" and "__format=pdf" Expected result: Two pdf output should be the same Actual result: 1.The page number of two output files are different 2.Page 12-13 of two output files are different
closed fixed
4900808
["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/html/HTMLLeafItemLM.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/PDFLineAreaLM.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/util/HTML2Content.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-06-19T10:40:37Z
2006-06-18T05:53:20Z
147,687
Bug 147687 Assert err happened with design ui
Run BIRT in workbench with argument -ea. Assert err happened when using design ui to open a design file.
closed fixed
324e40b
["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/command/WrapperCommandStack.java", "UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/dialogs/ExpressionTreeSupport.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-06-19T09:02:05Z
2006-06-19T06:53:20Z
147,547
Bug 147547 Eclipse appears to hang for a short period when previewing report
Open a report design in BIRT report designer. Click on "Preview" pane of the report view to preview the report. Very often it will take quite a few seconds before the designer actually switch to that pane (on my machine it could take up to 10 seconds). During this period the entire Eclipse hangs and does not respond to any keyboard or mouse events. This always leaves me wondering if I had missed the tab on the click, and had to click again to make sure. This is not user friendly. If we can't switch to the Preview pane in a timely manner at least display a busy mouse pointer to let the user know that his click is being processed. This issue is most noticeable when you run report for the first time after starting eclipse.
resolved fixed
029f3b6
["viewer/org.eclipse.birt.report.viewer/src/org/eclipse/birt/report/viewer/utilities/WebViewer.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-06-19T07:30:32Z
2006-06-16T23:20:00Z
147,542
Bug 147542 XML data set designer shows no available columns with attached files
Create an XML data source using BOTH the attached XML file and XSD schema file. Then create a data set using /ITEMS/ITEMSROW as row mapping. In the next dialog to define column mapping, no available column is shown under ITEMSROW. If only the XML file (but not the XSD schema file) is specified the data source, all available columns are shown. INTERNAL REF: SCR84784
resolved fixed
0a1c1b4
["data/org.eclipse.birt.report.data.oda.xml/src/org/eclipse/birt/report/data/oda/xml/util/ui/SchemaPopulationUtil.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-06-19T07:30:02Z
2006-06-16T23:20:00Z
147,566
Bug 147566 Parameter selection page, space is displayed as "#32"
Parameter selection page, space is displayed as "#32" Steps: Data source: sample db Data set: select * from customers 1.Create a cascading parameter, select the data set, p1: row["customernumber"]; p2: row["customername"] 2.Drag the p2 into layout 3.Preview in web viewer Actual Results: 1.Parameter selection page is pop up 2.p1 select 128 3.view p2's value Expected Results: 1.Can be displayed correctly.
closed fixed
c34ba72
["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/service/actionhandler/BirtGetCascadeParameterActionHandler.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-06-19T07:25:18Z
2006-06-17T04:53:20Z
144,613
Bug 144613 Blank page when set group page break before as always.
Description: Blank page when set group page break before as always. Steps to reproduce: 1. Insert a table. 2. Add a group, set group page break before to always 3. Delete table header and footer 4. Preview in html and pdf Expected result: No blank page Actual result: A blank page in html. If you set group page-break-after to always and preview, no blank page.
closed fixed
7f166cf
["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/PDFPageLM.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-06-19T06:25:23Z
2006-05-31T07:20:00Z
147,676
Bug 147676 [regression]Visibility set in the first col will affect the second col
Description: Visibility set in the first col will affect the second col Steps to reproduce: 1. Insert a grid(3*3), insert contents to each cell. 2.Set the first col to hide all in visibility and preview Expected result: Only the first col is hidden. Actual result: The second col is hidden, too. If you set the second col in step2, the third col will disappear.
closed fixed
5a3c234
["engine/org.eclipse.birt.report.engine.emitter.html/src/org/eclipse/birt/report/engine/emitter/html/HTMLReportEmitter.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/content/ListContainerExecutor.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/html/HTMLAbstractLM.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/html/HTMLListingBandLM.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/html/HTMLTableBandLM.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/PDFTableBandLM.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/PDFTableLM.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/parser/EngineIRVisitor.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-06-19T05:17:05Z
2006-06-19T01:20:00Z
147,407
Bug 147407 Preview the attached report in the web viewer first time and then click the TOC button will cause NPE error
Description: It just can be reprouduced at first time preview. Step to reproduce: 1. please use attach report file 2. preview it in the web viewer 3. click the "Toggle table of contents" button Actual result: As the atteched screenshot shows,There is a NPE error.And if you preview it in the Web viewer again, the phenomenon is disappear.But reopen the eclipse and preview it at first time, it will be occured.
closed fixed
f82acb0
["viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/listener/ViewerServletContextListener.java", "viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/utility/ParameterAccessor.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-06-19T03:24:24Z
2006-06-16T06:40:00Z
147,604
Bug 147604 Value in parameter list displays incorrectly with paramter group
Steps to reproduce: 1.Add a parameter group "pg" in report1, add a parameter"p" in the group 2.Add a label in report2, set a drill-through hyperlink, set target report is "report1", click parameter Expected result: Only one "p" lists in the value list Actual result: Two "p" appear
closed fixed
b73e8af
["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/dialogs/HyperlinkBuilder.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-06-19T03:22:01Z
2006-06-17T10:26:40Z
147,579
Bug 147579 [Engine smoke]Html error
Details: [Engine smoke]Html error Description: Please see the attach file Error log: java.lang.NullPointerException at org.eclipse.birt.report.engine.presentation.LocalizedContentVisitor.localize(LocalizedContentVisitor.java:102) at org.eclipse.birt.report.engine.internal.executor.l18n.LocalizedReportItemExecutor.execute(LocalizedReportItemExecutor.java:36) at org.eclipse.birt.report.engine.layout.html.HTMLBlockStackingLM.layoutChildren(HTMLBlockStackingLM.java:54) at org.eclipse.birt.report.engine.layout.html.HTMLAbstractLM.layout(HTMLAbstractLM.java:177) at org.eclipse.birt.report.engine.layout.html.HTMLInlineStackingLM.resumeLayout(HTMLInlineStackingLM.java:98) at org.eclipse.birt.report.engine.layout.html.HTMLInlineStackingLM.layoutChildren(HTMLInlineStackingLM.java:125) at org.eclipse.birt.report.engine.layout.html.HTMLAbstractLM.layout(HTMLAbstractLM.java:177) at org.eclipse.birt.report.engine.layout.html.HTMLRowLM.layout(HTMLRowLM.java:43) at org.eclipse.birt.report.engine.layout.html.HTMLBlockStackingLM.layoutChildren(HTMLBlockStackingLM.java:57) at org.eclipse.birt.report.engine.layout.html.HTMLTableBandLM.layoutChildren(HTMLTableBandLM.java:68) at org.eclipse.birt.report.engine.layout.html.HTMLAbstractLM.layout(HTMLAbstractLM.java:177) at org.eclipse.birt.report.engine.layout.html.HTMLBlockStackingLM.layoutChildren(HTMLBlockStackingLM.java:57) at org.eclipse.birt.report.engine.layout.html.HTMLGroupLM.layoutChildren(HTMLGroupLM.java:49) at org.eclipse.birt.report.engine.layout.html.HTMLAbstractLM.layout(HTMLAbstractLM.java:177) at org.eclipse.birt.report.engine.layout.html.HTMLBlockStackingLM.layoutChildren(HTMLBlockStackingLM.java:57) at org.eclipse.birt.report.engine.layout.html.HTMLTableLM.layoutChildren(HTMLTableLM.java:83) at org.eclipse.birt.report.engine.layout.html.HTMLAbstractLM.layout(HTMLAbstractLM.java:177) at org.eclipse.birt.report.engine.layout.html.HTMLPageLM.layoutChildren(HTMLPageLM.java:122) at org.eclipse.birt.report.engine.layout.html.HTMLPageLM.layout(HTMLPageLM.java:54) at org.eclipse.birt.report.engine.layout.html.HTMLReportLayoutEngine.layout(HTMLReportLayoutEngine.java:75) at org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.run(RunAndRenderTask.java:178) at org.eclipse.birt.report.engine.api.ReportRunner.runAndRenderReport(ReportRunner.java:236) at org.eclipse.birt.report.engine.api.ReportRunner.execute(ReportRunner.java:162) at org.eclipse.birt.report.engine.api.ReportRunner.main(ReportRunner.java:118) Jun 17, 2006 1:09:43 PM org.eclipse.birt.report.engine.api.impl.RunAndRenderTask run SEVERE: An error happened while running the report. Cause: java.lang.NullPointerException at org.eclipse.birt.report.engine.presentation.LocalizedContentVisitor.localize(LocalizedContentVisitor.java:102) at org.eclipse.birt.report.engine.internal.executor.l18n.LocalizedReportItemExecutor.execute(LocalizedReportItemExecutor.java:36) at org.eclipse.birt.report.engine.layout.html.HTMLBlockStackingLM.layoutChildren(HTMLBlockStackingLM.java:54) at org.eclipse.birt.report.engine.layout.html.HTMLAbstractLM.layout(HTMLAbstractLM.java:177) at org.eclipse.birt.report.engine.layout.html.HTMLInlineStackingLM.resumeLayout(HTMLInlineStackingLM.java:98) at org.eclipse.birt.report.engine.layout.html.HTMLInlineStackingLM.layoutChildren(HTMLInlineStackingLM.java:125) at org.eclipse.birt.report.engine.layout.html.HTMLAbstractLM.layout(HTMLAbstractLM.java:177) at org.eclipse.birt.report.engine.layout.html.HTMLRowLM.layout(HTMLRowLM.java:43) at org.eclipse.birt.report.engine.layout.html.HTMLBlockStackingLM.layoutChildren(HTMLBlockStackingLM.java:57) at org.eclipse.birt.report.engine.layout.html.HTMLTableBandLM.layoutChildren(HTMLTableBandLM.java:68) at org.eclipse.birt.report.engine.layout.html.HTMLAbstractLM.layout(HTMLAbstractLM.java:177) at org.eclipse.birt.report.engine.layout.html.HTMLBlockStackingLM.layoutChildren(HTMLBlockStackingLM.java:57) at org.eclipse.birt.report.engine.layout.html.HTMLGroupLM.layoutChildren(HTMLGroupLM.java:49) at org.eclipse.birt.report.engine.layout.html.HTMLAbstractLM.layout(HTMLAbstractLM.java:177) at org.eclipse.birt.report.engine.layout.html.HTMLBlockStackingLM.layoutChildren(HTMLBlockStackingLM.java:57) at org.eclipse.birt.report.engine.layout.html.HTMLTableLM.layoutChildren(HTMLTableLM.java:83) at org.eclipse.birt.report.engine.layout.html.HTMLAbstractLM.layout(HTMLAbstractLM.java:177) at org.eclipse.birt.report.engine.layout.html.HTMLPageLM.layoutChildren(HTMLPageLM.java:122) at org.eclipse.birt.report.engine.layout.html.HTMLPageLM.layout(HTMLPageLM.java:54) at org.eclipse.birt.report.engine.layout.html.HTMLReportLayoutEngine.layout(HTMLReportLayoutEngine.java:75) at org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.run(RunAndRenderTask.java:178) at org.eclipse.birt.report.engine.api.ReportRunner.runAndRenderReport(ReportRunner.java:236) at org.eclipse.birt.report.engine.api.ReportRunner.execute(ReportRunner.java:162) at org.eclipse.birt.report.engine.api.ReportRunner.main(ReportRunner.java:118) Jun 17, 2006 1:09:43 PM org.eclipse.birt.report.engine.api.ReportRunner runAndRenderReport SEVERE: Error happened while running the report org.eclipse.birt.report.engine.api.EngineException: Error happened while running the report at org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.run(RunAndRenderTask.java:189) at org.eclipse.birt.report.engine.api.ReportRunner.runAndRenderReport(ReportRunner.java:236) at org.eclipse.birt.report.engine.api.ReportRunner.execute(ReportRunner.java:162) at org.eclipse.birt.report.engine.api.ReportRunner.main(ReportRunner.java:118) Caused by: java.lang.NullPointerException at org.eclipse.birt.report.engine.presentation.LocalizedContentVisitor.localize(LocalizedContentVisitor.java:102) at org.eclipse.birt.report.engine.internal.executor.l18n.LocalizedReportItemExecutor.execute(LocalizedReportItemExecutor.java:36) at org.eclipse.birt.report.engine.layout.html.HTMLBlockStackingLM.layoutChildren(HTMLBlockStackingLM.java:54) at org.eclipse.birt.report.engine.layout.html.HTMLAbstractLM.layout(HTMLAbstractLM.java:177) at org.eclipse.birt.report.engine.layout.html.HTMLInlineStackingLM.resumeLayout(HTMLInlineStackingLM.java:98) at org.eclipse.birt.report.engine.layout.html.HTMLInlineStackingLM.layoutChildren(HTMLInlineStackingLM.java:125) at org.eclipse.birt.report.engine.layout.html.HTMLAbstractLM.layout(HTMLAbstractLM.java:177) at org.eclipse.birt.report.engine.layout.html.HTMLRowLM.layout(HTMLRowLM.java:43) at org.eclipse.birt.report.engine.layout.html.HTMLBlockStackingLM.layoutChildren(HTMLBlockStackingLM.java:57) at org.eclipse.birt.report.engine.layout.html.HTMLTableBandLM.layoutChildren(HTMLTableBandLM.java:68) at org.eclipse.birt.report.engine.layout.html.HTMLAbstractLM.layout(HTMLAbstractLM.java:177) at org.eclipse.birt.report.engine.layout.html.HTMLBlockStackingLM.layoutChildren(HTMLBlockStackingLM.java:57) at org.eclipse.birt.report.engine.layout.html.HTMLGroupLM.layoutChildren(HTMLGroupLM.java:49) at org.eclipse.birt.report.engine.layout.html.HTMLAbstractLM.layout(HTMLAbstractLM.java:177) at org.eclipse.birt.report.engine.layout.html.HTMLBlockStackingLM.layoutChildren(HTMLBlockStackingLM.java:57) at org.eclipse.birt.report.engine.layout.html.HTMLTableLM.layoutChildren(HTMLTableLM.java:83) at org.eclipse.birt.report.engine.layout.html.HTMLAbstractLM.layout(HTMLAbstractLM.java:177) at org.eclipse.birt.report.engine.layout.html.HTMLPageLM.layoutChildren(HTMLPageLM.java:122) at org.eclipse.birt.report.engine.layout.html.HTMLPageLM.layout(HTMLPageLM.java:54) at org.eclipse.birt.report.engine.layout.html.HTMLReportLayoutEngine.layout(HTMLReportLayoutEngine.java:75) at org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.run(RunAndRenderTask.java:178) ... 3 more Jun 17, 2006 1:09:44 PM org.eclipse.birt.report.data.oda.sampledb.SampledbPlugin removeDatabase WARNING: Failed to remove one or more file in temp db directory: C:\DOCUME~1\SURE\LOCALS~1\Temp\/BIRTSampleDB_1150520979171_1d9e279 Picked up _JAVA_OPTIONS: -Dawt.toolkit=mercury.awt.awtSW -Xrunmicsupp -Xbootclasspath/a:C:\PROGRA~1\COMMON~1\MERCUR~1\SHARED~1\JAVAAD~1\classes;C:\PROGRA~1\COMMON~1\MERCUR~1\SHARED~1\JAVAAD~1\classes\mic.jar
closed fixed
4281644
["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/toc/TOCBuilder.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-06-18T09:03:37Z
2006-06-17T04:53:20Z
147,633
Bug 147633 Border with double style didn't show effect in pdf file which was generated
Border with double style didn't show effect in pdf file which was generated using BIRT PDF emitter Steps to reproduce: 1. insert a grid and choose one cell 2. Properties editor->properties->border choose Style as double line and border of all sides 3. preview in pdf Expected result: Double line effect shows Actual result: Double line only show in two or three sides
closed fixed
2edf64a
["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/PDFTableLM.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-06-18T08:52:56Z
2006-06-18T05:53:20Z
147,643
Bug 147643 [Regression]Text transform is not supported in PDF
Steps to reproduce: 1.New a label with content "aaa" 2.Add a style for the label, set text transform to "Upper Case" 3.Preview in PDF Expected result: "aaa" is transformed to "AAA" Actual result: Still "aaa", text transform is not supported in PDF
closed fixed
2544499
["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/PDFTextLM.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-06-18T08:32:10Z
2006-06-18T08:40:00Z
147,625
Bug 147625 [Regression]A library without defaultTheme
Details: [Regression]A library without defaultTheme Step: 1.New a library. 2.Delete the defaultTheme 3.New a theme. 4.New a style on the newTheme. 5.Add a label and switch to property editor tab Actual result: pop up the NullPoint Exception java.lang.NullPointerException at org.eclipse.birt.report.designer.util.DEUtil.getStyles(DEUtil.java:1471) at org.eclipse.birt.report.designer.util.DEUtil.getStyles(DEUtil.java:1429) at org.eclipse.birt.report.designer.ui.views.attributes.providers.ChoiceSetFactory.getStyles(ChoiceSetFactory.java:598) at org.eclipse.birt.report.designer.internal.ui.views.attributes.widget.SimpleComboPropertyDescriptor.resetUIData(SimpleComboPropertyDescriptor.java:170) at org.eclipse.birt.report.designer.internal.ui.views.attributes.page.AttributePage.refreshValues(AttributePage.java:125) at org.eclipse.birt.report.designer.internal.ui.views.attributes.page.AttributePage.setInput(AttributePage.java:110) at org.eclipse.birt.report.designer.internal.ui.views.attributes.page.GeneralPage.setInput(GeneralPage.java:33) at org.eclipse.birt.report.designer.internal.ui.views.attributes.page.BaseAttributePage.processListSelected(BaseAttributePage.java:182) at org.eclipse.birt.report.designer.internal.ui.views.attributes.page.BaseAttributePage.setInput(BaseAttributePage.java:242) at org.eclipse.birt.report.designer.ui.views.attributes.CategoryPageGenerator.createTabItems(CategoryPageGenerator.java:72) at org.eclipse.birt.report.designer.ui.views.attributes.LabelPageGenerator.createTabItems(LabelPageGenerator.java:41) at org.eclipse.birt.report.designer.ui.views.attributes.AttributesBuilder.createPages(AttributesBuilder.java:79) at org.eclipse.birt.report.designer.ui.views.attributes.AttributeView.showPropertiesPage(AttributeView.java:324) at org.eclipse.birt.report.designer.ui.views.attributes.AttributeView.setFocus(AttributeView.java:347) at org.eclipse.ui.internal.PartPane.setFocus(PartPane.java:309) at org.eclipse.ui.internal.PartStack.presentationSelectionChanged(PartStack.java:798) at org.eclipse.ui.internal.PartStack.access$1(PartStack.java:781) at org.eclipse.ui.internal.PartStack$1.selectPart(PartStack.java:123) at org.eclipse.ui.internal.presentations.util.TabbedStackPresentation$1.handleEvent(TabbedStackPresentation.java:126) at org.eclipse.ui.internal.presentations.util.AbstractTabFolder.fireEvent(AbstractTabFolder.java:267) at org.eclipse.ui.internal.presentations.util.AbstractTabFolder.fireEvent(AbstractTabFolder.java:276) at org.eclipse.ui.internal.presentations.defaultpresentation.DefaultTabFolder.access$1(DefaultTabFolder.java:1) at org.eclipse.ui.internal.presentations.defaultpresentation.DefaultTabFolder$2.handleEvent(DefaultTabFolder.java:84) 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.custom.CTabFolder.setSelection(CTabFolder.java:3171) at org.eclipse.swt.custom.CTabFolder.onMouse(CTabFolder.java:1953) at org.eclipse.swt.custom.CTabFolder$1.handleEvent(CTabFolder.java:288) 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:585) 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)
closed fixed
8437a4d
["UI/org.eclipse.birt.report.designer.core/src/org/eclipse/birt/report/designer/util/DEUtil.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-06-18T05:35:41Z
2006-06-18T03:06:40Z
147,403
Bug 147403 [regression][Linux-ws]Preview attached script report throws error.
Description: Preview attached script report throws error. Steps to reproduce: 1. Open attached report 2. Edit scriptdataset and preview result: 3. Drag the script dataset to layout and preview Expected result: No errors. Actual result: In step3, errors msg displayed as : Data (id = 188): - There are errors evaluating script "row["Num"]". Error.ScriptEvaluationError ( 10 time(s) ) detail : org.eclipse.birt.report.engine.api.EngineException: There are errors evaluating script "row["Num"]". at org.eclipse.birt.report.engine.executor.ExecutionContext.evaluate(ExecutionContext.java:566) at org.eclipse.birt.report.engine.executor.ExecutionContext.evaluate(ExecutionContext.java:528) at org.eclipse.birt.report.engine.executor.DataItemExecutor.execute(DataItemExecutor.java:89) at org.eclipse.birt.report.engine.executor.ReportItemExecutor.execute(ReportItemExecutor.java:139) at org.eclipse.birt.report.engine.executor.ReportItemExecutor.execute(ReportItemExecutor.java:147) at org.eclipse.birt.report.engine.executor.ReportItemExecutor.execute(ReportItemExecutor.java:147) at org.eclipse.birt.report.engine.executor.ReportItemExecutor.execute(ReportItemExecutor.java:147) at org.eclipse.birt.report.engine.executor.ReportItemExecutor.execute(ReportItemExecutor.java:147) at org.eclipse.birt.report.engine.executor.ReportExecutor.execute(ReportExecutor.java:157) at org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.run(RunAndRenderTask.java:176) at org.eclipse.birt.report.service.ReportEngineService.runAndRenderReport(Unknown Source) at org.eclipse.birt.report.service.ReportEngineService.runAndRenderReport(Unknown Source) at org.eclipse.birt.report.service.BirtViewerReportService.runAndRenderReport(Unknown Source) at org.eclipse.birt.report.service.actionhandler.BirtRunAndRenderActionHandler.__execute(Unknown Source) at org.eclipse.birt.report.service.actionhandler.AbstractBaseActionHandler.execute(Unknown Source) at org.eclipse.birt.report.presentation.aggregation.layout.EngineFragment.doService(Unknown Source) at org.eclipse.birt.report.presentation.aggregation.AbstractBaseFragment.service(Unknown Source) at org.eclipse.birt.report.servlet.BirtEngineServlet.__doGet(Unknown Source) at org.eclipse.birt.report.servlet.BaseReportEngineServlet.doGet(Unknown Source) at javax.servlet.http.HttpServlet.service(HttpServlet.java:740) at org.apache.axis.transport.http.AxisServletBase.service(AxisServletBase.java:327) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:247) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:256) at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480) at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191) at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643) at org.apache.catalina.valves.CertificatesValve.invoke(CertificatesValve.java:246) at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480) at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995) at org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2422) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:180) at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643) at org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:171) at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641) at org.eclipse.tomcat.internal.EclipseErrorReportValve.invoke(EclipseErrorReportValve.java:153) at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480) at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:174) at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480) at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995) at org.apache.coyote.tomcat4.CoyoteAdapter.service(CoyoteAdapter.java:199) at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:828) at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:700) at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:584) at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:683) at java.lang.Thread.run(Thread.java:534) Caused by: org.mozilla.javascript.EvaluatorException: org.eclipse.birt.data.engine.core.DataException: A BIRT exception occurred: Can not convert the value of 10.0 to Integer type.. See next exception for more information. Can not convert the value of 10.0 to Integer type. at org.eclipse.birt.report.engine.data.dte.NativeRowObject.get(NativeRowObject.java:86) at org.mozilla.javascript.ScriptableObject.getProperty(ScriptableObject.java:1263) at org.mozilla.javascript.ScriptRuntime.getObjectElem(ScriptRuntime.java:1301) at org.mozilla.javascript.ScriptRuntime.getObjectElem(ScriptRuntime.java:1283) at org.mozilla.javascript.gen.c77._c0(<inline>:1) at org.mozilla.javascript.gen.c77.call(<inline>) at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:304) at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:2769) at org.mozilla.javascript.gen.c77.call(<inline>) at org.mozilla.javascript.gen.c77.exec(<inline>) at org.eclipse.birt.core.script.ScriptContext.eval(ScriptContext.java:224) at org.eclipse.birt.report.engine.executor.ExecutionContext.evaluate(ExecutionContext.java:559) ... 52 more
closed fixed
0422fa1
["core/org.eclipse.birt.core/src/org/eclipse/birt/core/data/DataTypeUtil.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-06-16T06:47:02Z
2006-06-16T03:53:20Z
147,339
Bug 147339 Database Image Support
The new IBlob interface in BIRT 2.0 does not support the PostgreSQL driver, which does blobs via byte array. As noted in a post to the Birt eclipse newsgroup entitled "2.0 BD Image Support" on Mon, 6 Feb 2006 22:03:29 +0000 (UTC), here's the solution that needs to integrated into BIRT. Could you please add this to the 2.1 release? org.eclipse.birt.report.data.oda.jdbc.ResultSet need to be changed to look like: /* * (non-Javadoc) * * @see org.eclipse.datatools.connectivity.oda.IAdvancedQuery#getBlob(java.lang.String) */ public IBlob getBlob(String columnName) throws OdaException { assertNotNull(rs); try { java.sql.Blob blob = rs.getBlob(columnName); return new Blob(blob); } // especially for MS Access, which does not support getBlob method catch (UnsupportedOperationException e1) { try { InputStream inputStream = rs.getBinaryStream(columnName); return new Blob(SqlBlobUtil.newBlob(inputStream)); } catch (SQLException e2) { throw new JDBCException( ResourceConstants.RESULTSET_CANNOT_GET_BLOB_VALUE, e2); } } catch (SQLException e) { // try using get bytes/ try { byte[] bytes = rs.getBytes(columnName); return new Blob(SqlBlobUtil.newBlob(new ByteArrayInputStream( bytes))); } catch (SQLException e2) { throw new JDBCException( ResourceConstants.RESULTSET_CANNOT_GET_BLOB_VALUE, e2); } } } /* * (non-Javadoc) * * @see org.eclipse.datatools.connectivity.oda.IAdvancedQuery#getBlob(int) */ public IBlob getBlob(int index) throws OdaException { assertNotNull(rs); try { java.sql.Blob blob = rs.getBlob(index); return new Blob(blob); } // especially for MS Access, which does not support getBlob method catch (UnsupportedOperationException e1) { try { InputStream inputStream = rs.getBinaryStream(index); return new Blob(SqlBlobUtil.newBlob(inputStream)); } catch (SQLException e2) { throw new JDBCException( ResourceConstants.RESULTSET_CANNOT_GET_BLOB_VALUE, e2); } } catch (SQLException e) { // try using get bytes/ try { byte[] bytes = rs.getBytes(index); return new Blob(SqlBlobUtil.newBlob(new ByteArrayInputStream( bytes))); } catch (SQLException e2) { throw new JDBCException( ResourceConstants.RESULTSET_CANNOT_GET_BLOB_VALUE, e2); } } }
resolved fixed
a697395
["data/org.eclipse.birt.report.data.oda.jdbc/src/org/eclipse/birt/report/data/oda/jdbc/ResultSet.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-06-16T03:51:06Z
2006-06-15T19:33:20Z
147,230
Bug 147230 [Engine test]Total format error
Details: [Engine test]Total format error Desciption: Please see the attached file
closed fixed
361499d
["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/script/internal/ElementUtil.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-06-16T03:43:52Z
2006-06-15T05:40:00Z
147,263
Bug 147263 Data can't be retrieved for extended item
Steps to reproduce: 1.Add a table in library 2.New a report, extend lib.table 3.Add a filter on table, choose "select value" Expected result: Available value will be listed Actual result: Error: The expression's value can not be retrieved. The DataSetHandle shouldn't be null.
closed fixed
ce8a91c
["data/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/impl/DataRequestSessionImpl.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-06-16T03:27:59Z
2006-06-15T11:13:20Z
147,218
Bug 147218 Cascading won't retireve correct data for next para if change it's preview format of one para
Description: In cascading paramter,after change one parameter's preview format, it will can't retireve correct data for next paramter. Because it will retrieve data for next parameter using the changed-data. Steps: 1.new a sample data source 2. new a data set "select * from CLASSICMODELS.CUSTOMERS" 3.Add a cascading parameter group with three dynamic parameter "p1","p2","p3" 4.Specify the three dynamic parameter source from data set column "COUNTRY","STATE" and "CITY" respectively 5. drag the three parameters "p1","p2","p3" to the layout respectively 6. Save and preview the report 7.Choose "Australia" from the "COUNTRY" list; Choose "NSW" from the "STATE" list; Choose "Chatswood" from the "CITY" list 8.Select p1, click "change" button, change format to lowcase. 9.Drag p1,p2,p3 to layout. Preview Actual result: Select "usa" in country, then click state and city, there are no data in them. Expected result: All states will be list in the list box Additional info: I test it in build 200606150632(build of 2006-6-15) Attach the design file, please check! Thanks!
closed fixed
84e8f14
["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/service/actionhandler/BirtGetCascadeParameterActionHandler.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-06-16T01:52:59Z
2006-06-15T05:40:00Z
147,222
Bug 147222 [Regression][Compatibility]Exception while running the old report
Steps to reproduce: 1.Preview the attached report Actual result: The following items have errors: Table (id = 42): - Cannot execute the statement. SQL statement does not return a ResultSet object. SQL error #1: The exception 'java.lang.ClassCastException: org.apache.derby.impl.sql.execute.SumAggregator' was thrown while evaluating an expression. SQL error #2: Java exception: 'org.apache.derby.impl.sql.execute.SumAggregator: java.lang.ClassCastException'. odaconsumer.CannotExecuteStatement ( 8 time(s) ) detail : org.eclipse.birt.data.engine.core.DataException: Cannot execute the statement.SQL statement does not return a ResultSet object.SQL error #1: The exception 'java.lang.ClassCastException: org.apache.derby.impl.sql.execute.SumAggregator' was thrown while evaluating an expression.SQL error #2: Java exception: 'org.apache.derby.impl.sql.execute.SumAggregator: java.lang.ClassCastException'. at org.eclipse.birt.data.engine.odaconsumer.PreparedStatement.execute(PreparedStatement.java:567) at org.eclipse.birt.data.engine.executor.DataSourceQuery.execute(DataSourceQuery.java:472) at org.eclipse.birt.data.engine.impl.PreparedOdaDSQuery$OdaDSQueryExecutor.executeOdiQuery(PreparedOdaDSQuery.java:257) at org.eclipse.birt.data.engine.impl.QueryExecutor.execute(QueryExecutor.java:695) at org.eclipse.birt.data.engine.impl.ServiceForQueryResults.executeQuery(ServiceForQueryResults.java:152) at org.eclipse.birt.data.engine.impl.QueryResults.getResultIterator(QueryResults.java:158) at org.eclipse.birt.report.engine.data.dte.DteResultSet.<init>(DteResultSet.java:100) at org.eclipse.birt.report.engine.data.dte.DteDataEngine.doExecuteQuery(DteDataEngine.java:121) at org.eclipse.birt.report.engine.data.dte.AbstractDataEngine.execute(AbstractDataEngine.java:217) at org.eclipse.birt.report.engine.executor.ExecutionContext.executeQuery(ExecutionContext.java:1530) at org.eclipse.birt.report.engine.executor.QueryItemExecutor.executeQuery(QueryItemExecutor.java:61) at org.eclipse.birt.report.engine.executor.TableItemExecutor.execute(TableItemExecutor.java:77) at org.eclipse.birt.report.engine.executor.ReportItemExecutor.execute(ReportItemExecutor.java:139) at org.eclipse.birt.report.engine.executor.ReportItemExecutor.execute(ReportItemExecutor.java:147) at org.eclipse.birt.report.engine.executor.ReportItemExecutor.execute(ReportItemExecutor.java:147) at org.eclipse.birt.report.engine.executor.ReportItemExecutor.execute(ReportItemExecutor.java:147) at org.eclipse.birt.report.engine.executor.ReportItemExecutor.execute(ReportItemExecutor.java:147) at org.eclipse.birt.report.engine.executor.ReportItemExecutor.execute(ReportItemExecutor.java:147) at org.eclipse.birt.report.engine.executor.ReportExecutor.execute(ReportExecutor.java:157) at org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.run(RunAndRenderTask.java:176) at org.eclipse.birt.report.service.ReportEngineService.runAndRenderReport(Unknown Source) at org.eclipse.birt.report.service.ReportEngineService.runAndRenderReport(Unknown Source) at org.eclipse.birt.report.service.BirtViewerReportService.runAndRenderReport(Unknown Source) at org.eclipse.birt.report.service.actionhandler.BirtRunAndRenderActionHandler.__execute(Unknown Source) at org.eclipse.birt.report.service.actionhandler.AbstractBaseActionHandler.execute(Unknown Source) at org.eclipse.birt.report.presentation.aggregation.layout.EngineFragment.doService(Unknown Source) at org.eclipse.birt.report.presentation.aggregation.AbstractBaseFragment.service(Unknown Source) at org.eclipse.birt.report.servlet.BirtEngineServlet.__doGet(Unknown Source) at org.eclipse.birt.report.servlet.BaseReportEngineServlet.doGet(Unknown Source) at javax.servlet.http.HttpServlet.service(HttpServlet.java:740) at org.apache.axis.transport.http.AxisServletBase.service(AxisServletBase.java:327) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:247) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:256) at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480) at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191) at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643) at org.apache.catalina.valves.CertificatesValve.invoke(CertificatesValve.java:246) at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480) at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995) at org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2422) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:180) at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643) at org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:171) at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641) at org.eclipse.tomcat.internal.EclipseErrorReportValve.invoke(EclipseErrorReportValve.java:153) at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480) at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:174) at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480) at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995) at org.apache.coyote.tomcat4.CoyoteAdapter.service(CoyoteAdapter.java:199) at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:828) at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:700) at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:584) at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:683) at java.lang.Thread.run(Thread.java:534)Caused by: org.eclipse.birt.report.data.oda.jdbc.JDBCException: SQL statement does not return a ResultSet object.SQL error #1: The exception 'java.lang.ClassCastException: org.apache.derby.impl.sql.execute.SumAggregator' was thrown while evaluating an expression.SQL error #2: Java exception: 'org.apache.derby.impl.sql.execute.SumAggregator: java.lang.ClassCastException'. at org.eclipse.birt.report.data.oda.jdbc.Statement.executeQuery(Statement.java:344) at org.eclipse.datatools.connectivity.oda.consumer.helper.OdaQuery.doExecuteQuery(OdaQuery.java:443) at org.eclipse.datatools.connectivity.oda.consumer.helper.OdaQuery.executeQuery(OdaQuery.java:408) at org.eclipse.birt.data.engine.odaconsumer.PreparedStatement.execute(PreparedStatement.java:553) ... 62 moreCaused by: SQL Exception: The exception 'java.lang.ClassCastException: org.apache.derby.impl.sql.execute.SumAggregator' was thrown while evaluating an expression. at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source) at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source) at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source) at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source) at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source) at org.apache.derby.impl.jdbc.EmbedStatement.executeStatement(Unknown Source) at org.apache.derby.impl.jdbc.EmbedPreparedStatement.executeStatement(Unknown Source) at org.apache.derby.impl.jdbc.EmbedPreparedStatement.executeQuery(Unknown Source) at org.eclipse.birt.report.data.oda.jdbc.Statement.executeQuery(Statement.java:340) ... 65 more
closed fixed
9b7e872
["data/org.eclipse.birt.report.data.oda.sampledb/src/org/eclipse/birt/report/data/oda/sampledb/SampleDBJDBCConnectionFactory.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-06-15T22:45:14Z
2006-06-15T05:40:00Z
146,508
Bug 146508 table of contents and bookmarks in target report should be saved as expr. correctly
steps to reproduce: - create a report - add a label, and edit a drill through hyperlink to an existing report document on this label - switch to XML Source - notice this drill through hyperlink action definition expected behavior: - table of contents and bookmarks should be saved as expr. correctly actual behavior: - <expression name="targetBookmark">toc</expression>, "" was missing <body> <label id="4"> <text-property name="text">aaaaa</text-property> <structure name="action"> <property name="formatType">html</property> <property name="linkType">drill-through</property> <property name="reportName">../../../20060612/eclipse/plugins/org.eclipse.birt.report.viewer_2.1.0.N20060612-0630/birt/documents/6C07146F1A15E47DE28AEDBD13283C1D/temp/new_report_3.rptdocument</property> <expression name="targetBookmark">toc</expression> <property name="targetBookmarkType">toc</property> <property name="targetWindow">_blank</property> <property name="targetFileType">report-document</property> </structure> </label> </body>
closed fixed
d105cb1
["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/dialogs/HyperlinkBuilder.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-06-15T08:41:31Z
2006-06-12T05:26:40Z
139,107
Bug 139107 Birt viewer with no error messages response
My birt viewer is under tomcat 5.5 webapps. I have a report with report parameters, account and password, to connect to database. Everything is doing just fine with correct account and password. However, when the account/password is wrong, the viewer show up the report title and got no error message or data. I've tried the report at Eclipse. if the password is wrong, I can get error message something like "failed to get connection". And I also turn the viewer log to FINEST, the "failed to get connection" message exist in the log file. Don't know how to let the error message response to the browser, otherwise users got no idea is there errors or no data.
resolved fixed
03c077c
["engine/org.eclipse.birt.report.engine.emitter.html/src/org/eclipse/birt/report/engine/emitter/html/HTMLReportEmitter.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/adapter/ExpressionUtil.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/IEngineTask.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/EngineTask.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/data/dte/ReportQueryBuilder.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/script/internal/ImageScriptExecutor.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-06-15T07:14:03Z
2006-04-28T02:06:40Z
146,709
Bug 146709 Dates still do not work from main report to sub reports...
null
resolved fixed
234773c
["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/HTMLActionHandler.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/util/ParameterValidationUtil.java", "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/ViewerHTMLActionHandler.java", "viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/service/actionhandler/BirtRunReportActionHandler.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-06-15T06:23:06Z
2006-06-12T22:06:40Z
147,013
Bug 147013 Add a nonexistent library
Details: Add a nonexistent library to nonexistent folder Step: 1.Open Library explorer 2.Right click and select Add library. 3.Insert abc.rptlibrary that is nonexistent in source file. 4.Insert abc.rptlibrary in file name. 5.Click Finish and it pop up the dialog said that the library is nonexistent. 6.Refresh and Deploy the library. Actual result: Pop up an NullpointerException java.lang.NullPointerException at org.eclipse.birt.report.model.parser.ModuleParserErrorHandler.semanticError(ModuleParserErrorHandler.java:31) at org.eclipse.birt.report.model.util.XMLParserHandler.fatalError(XMLParserHandler.java:279) at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.fatalError(ErrorHandlerWrapper.java:218) at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:386) at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:316) at com.sun.org.apache.xerces.internal.impl.XMLVersionDetector.determineDocVersion(XMLVersionDetector.java:230) at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:798) at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:764) at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:148) at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1242) at javax.xml.parsers.SAXParser.parse(SAXParser.java:375) at org.eclipse.birt.report.model.parser.ModuleReader.readModule(ModuleReader.java:89) at org.eclipse.birt.report.model.parser.ModuleReader.readModule(ModuleReader.java:171) at org.eclipse.birt.report.model.parser.LibraryReader.read(LibraryReader.java:170) at org.eclipse.birt.report.model.core.DesignSession.openLibrary(DesignSession.java:346) at org.eclipse.birt.report.model.api.SessionHandle.openLibrary(SessionHandle.java:235) at org.eclipse.birt.report.designer.ui.lib.explorer.LibraryExplorerProvider.getChildren(LibraryExplorerProvider.java:89) at org.eclipse.jface.viewers.AbstractTreeViewer.getRawChildren(AbstractTreeViewer.java:1157) at org.eclipse.jface.viewers.TreeViewer.getRawChildren(TreeViewer.java:768) at org.eclipse.jface.viewers.AbstractTreeViewer.getFilteredChildren(AbstractTreeViewer.java:565) at org.eclipse.jface.viewers.AbstractTreeViewer.getSortedChildren(AbstractTreeViewer.java:534) at org.eclipse.jface.viewers.AbstractTreeViewer$1.run(AbstractTreeViewer.java:719) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:67) at org.eclipse.jface.viewers.AbstractTreeViewer.createChildren(AbstractTreeViewer.java:696) at org.eclipse.jface.viewers.TreeViewer.createChildren(TreeViewer.java:892) at org.eclipse.jface.viewers.AbstractTreeViewer.handleTreeExpand(AbstractTreeViewer.java:1240) at org.eclipse.jface.viewers.AbstractTreeViewer$4.treeExpanded(AbstractTreeViewer.java:1252) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:181) 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.Tree.wmNotifyChild(Tree.java:6254) at org.eclipse.swt.widgets.Control.WM_NOTIFY(Control.java:3794) at org.eclipse.swt.widgets.Composite.WM_NOTIFY(Composite.java:1166) at org.eclipse.swt.widgets.Control.windowProc(Control.java:3298) at org.eclipse.swt.widgets.Display.windowProc(Display.java:4025) at org.eclipse.swt.internal.win32.OS.CallWindowProcW(Native Method) at org.eclipse.swt.internal.win32.OS.CallWindowProc(OS.java:1842) at org.eclipse.swt.widgets.Tree.callWindowProc(Tree.java:1319) at org.eclipse.swt.widgets.Tree.WM_LBUTTONDOWN(Tree.java:5171) at org.eclipse.swt.widgets.Control.windowProc(Control.java:3279) at org.eclipse.swt.widgets.Tree.windowProc(Tree.java:4768) at org.eclipse.swt.widgets.Display.windowProc(Display.java:4025) at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method) at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:1923) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2966) 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:585) 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)
closed fixed
5d92d8d
["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/wizards/WizardLibrarySettingPage.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-06-15T06:04:12Z
2006-06-14T07:26:40Z
147,020
Bug 147020 Template reversion is not correct
Steps to reproduce: 1.New a table, add a data in table detail, convert it to a template report item 2.Bind the table with data set, double click the template report item Expected result: The template report item is reverted to data item first, "Select data binding" dialog pops up. Actual result: "Select data binding" dialog pops up. and no available column bindings listed. Please make sure the result of "Double click" is the same as context menu.
closed fixed
61760a0
["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/schematic/editparts/PlaceHolderEditPart.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-06-15T03:21:09Z
2006-06-14T10:13:20Z
145,705
Bug 145705 [regression]Tooltip of chart cannot display completely
Description: Tooltip of chart cannot display completely Steps to reproduce: 1. Set tooltip "abcdef\ndeeeeee" to X-Axis 2. preview Expected result: tooltip can be displayed completely Actual result: Only can see the first line of tooptip
closed fixed
6bdc4ce
["chart/org.eclipse.birt.chart.device.svg/src/org/eclipse/birt/chart/device/svg/EventHandlers.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-06-13T14:04:45Z
2006-06-07T06:00:00Z
146,256
Bug 146256 Birt cannot process images from a jar-based plugin
BIRT Build: 2.1.0.N20060531-1258 I have an XML document containg references to images with an Eclipse plugin jar file. For example see "severityImage" in the following example: <RESULT name="Avoid returning java.lang.Object , downcast to specific type instead" severity="Recommendation" severityId="0" severityImage="jar:file:D:\rad\eclipse\plugins\org.eclipse.tptp.platform.analysis.core_4.2.0.v200605251528.jar!/icons/rulercmdation_obj.gif"> </RESULT> The URL was generated by Eclipse API's and returns a path to an image stored within a JARred plugin. This plugin is in the same workspace as BIRT so BIRT should be able to find it. However when the BIRT report generator tries to build the report it is unable to find the image. I suspect the image loader in the BIRT report generator does not properly handle Eclipse-based URL's. This is impacting our product deliverables and the only workarounds appears to be for our code to extract the images from the plugin and write them to the filesystem, then reference that image file for BIRT.
resolved fixed
22165bd
["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/util/URIUtil.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/i18n/MessageConstants.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/parser/DesignParserException.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/parser/ModuleReader.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-06-13T12:47:50Z
2006-06-09T13:33:20Z
146,548
Bug 146548 [regression]Data type convert in chart data binding doesn't work.
Description: Data type convert in chart data binding doesn't work. Steps to reproduce: 1. New sample data source and dataset from OFFICES. 2. Insert a chart, bind it to dataset 3. Edit data binding to change officecode from string type to integer type 4. Drag officecode to y-series Expected result: No errors. Actual result: Unable to use a text data to render a numerical/datetime axis. org.eclipse.birt.chart.exception.ChartException at: org.eclipse.birt.chart.factory.Generator.build(Generator.java:985) org.eclipse.birt.chart.ui.swt.wizard.internal.ChartPreviewPainter.updateBuffer(ChartPreviewPainter.java:152) org.eclipse.birt.chart.ui.swt.wizard.internal.ChartPreviewPainter.renderModel(ChartPreviewPainter.java:333) org.eclipse.birt.chart.ui.swt.wizard.TaskSelectData.doLivePreview(TaskSelectData.java:1043) org.eclipse.birt.chart.ui.swt.wizard.TaskSelectData.changeTask(TaskSelectData.java:984) org.eclipse.birt.chart.ui.swt.wizard.ChartAdapter.notifyChanged(ChartAdapter.java:68) org.eclipse.emf.common.notify.impl.BasicNotifierImpl.eNotify
closed fixed
e908b0e
["data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/expression/ColumnReferenceExpression.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/expression/ExprEvaluateUtil.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-06-13T11:48:21Z
2006-06-12T11:00:00Z
144,611
Bug 144611 [regression]viewer failed to handle larger amount of data
steps to reproduce: - use attached reports customer1p-25kr.rptdocument (1 page, 25000 data rows) customer5x500p-10r.rptdocument ( 2500 pages, 10 data rows/page) - deploy these reports with birt report viewer (20060531) - retrieve rendered reports using frameset url keyword expected behavior: - attached reports can be retrieved actual behavior: - exceptions thrown out, refer to attached screen capture for detail - note that these didn't happen with RC3 build
closed fixed
45f4e67
["data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/expression/ExprEvaluateUtil.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-06-13T11:10:45Z
2006-05-31T07:20:00Z
146,771
Bug 146771 [Regression]Preferences-Element Names-OdaDataSet, can not take effect
[Regression]Preferences-Element Names-OdaDataSet, can not take effect Steps: 1.Open Windows - reference - Element Names 2.Set the named of OdaDataSet as "odads" 3.New a report design and a odadatasource 4.New dataset apply this datasource Actual Results: 1.Data set default name is Data Set Expected Results: 1.The name of dataset that created is odads
closed fixed
02592d0
["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/views/DefaultNodeProvider.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/preferences/ElementNamesPreferencePage.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-06-13T10:56:04Z
2006-06-13T06:26:40Z
146,796
Bug 146796 Error message pop up if display text contain non-digital char when add next item
Description: In decimal type parameter creation,display type is "list box", Error message pop up if "display text" contain non-digital char when add next item. Steps: 1.Create a new decimal parameter 2.Set display type as "list box" 3.Input one item: value:1, display text:test 4.Input another item: Value:2 Actual result: error message pop up: The display text already exists! Expected result: Input item succussfully.
closed fixed
a25db89
["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/dialogs/ParameterDialog.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-06-13T10:33:16Z
2006-06-13T09:13:20Z
146,752
Bug 146752 [Compatibility]Backward compatibility for expression
Steps to reproduce: 1.Preview the attached report(Created by designer2.0) Actual result: The following items have errors: report report: - Invalid Javascript expression: Total.sum(row["AMOUNT"]) Invalid group level: SUM data.engine.InvalidJSExpr ( 1 time(s) ) detail : org.eclipse.birt.data.engine.core.DataException: Invalid Javascript expression: Total.sum(row["AMOUNT"])Invalid group level: SUM at org.eclipse.birt.data.engine.expression.AbstractExpressionParser.compileExpression(AbstractExpressionParser.java:69) at org.eclipse.birt.data.engine.expression.ExpressionProcessor.calculate(ExpressionProcessor.java:436) at org.eclipse.birt.data.engine.executor.transform.group.GroupProcessorManager.calculateExpressionList(GroupProcessorManager.java:119) at org.eclipse.birt.data.engine.executor.transform.group.GroupInstanceFilter.doGroupFiltering(GroupInstanceFilter.java:64) at org.eclipse.birt.data.engine.executor.transform.group.GroupProcessorManager.doGroupFilteringAndSorting(GroupProcessorManager.java:78) at org.eclipse.birt.data.engine.executor.transform.MultiPassRowProcessor.populateResultSet(MultiPassRowProcessor.java:334) at org.eclipse.birt.data.engine.executor.transform.MultiPassRowProcessor.doPopulation(MultiPassRowProcessor.java:137) at org.eclipse.birt.data.engine.executor.transform.MultiPassRowProcessor.pass(MultiPassRowProcessor.java:103) at org.eclipse.birt.data.engine.executor.transform.ResultSetPopulator.populateResultSet(ResultSetPopulator.java:206) at org.eclipse.birt.data.engine.executor.transform.CachedResultSet.<init>(CachedResultSet.java:69) at org.eclipse.birt.data.engine.executor.DataSourceQuery.execute(DataSourceQuery.java:488) at org.eclipse.birt.data.engine.impl.PreparedOdaDSQuery$OdaDSQueryExecutor.executeOdiQuery(PreparedOdaDSQuery.java:257) at org.eclipse.birt.data.engine.impl.QueryExecutor.execute(QueryExecutor.java:679) at org.eclipse.birt.data.engine.impl.ServiceForQueryResults.executeQuery(ServiceForQueryResults.java:152) at org.eclipse.birt.data.engine.impl.QueryResults.getResultIterator(QueryResults.java:158) at org.eclipse.birt.report.engine.data.dte.DteResultSet.<init>(DteResultSet.java:79) at org.eclipse.birt.report.engine.data.dte.DteDataEngine.doExecuteQuery(DteDataEngine.java:113) at org.eclipse.birt.report.engine.data.dte.AbstractDataEngine.execute(AbstractDataEngine.java:214) at org.eclipse.birt.report.engine.data.dte.AbstractDataEngine.execute(AbstractDataEngine.java:204) at org.eclipse.birt.report.engine.executor.QueryItemExecutor.openResultSet(QueryItemExecutor.java:62) at org.eclipse.birt.report.engine.executor.TableItemExecutor.execute(TableItemExecutor.java:123) at org.eclipse.birt.report.engine.executor.ReportExecutorVisitor.visitTableItem(ReportExecutorVisitor.java:205) at org.eclipse.birt.report.engine.ir.TableItemDesign.accept(TableItemDesign.java:69) at org.eclipse.birt.report.engine.executor.ReportExecutor.execute(ReportExecutor.java:129) at org.eclipse.birt.report.engine.executor.ReportExecutor.execute(ReportExecutor.java:89) at org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.run(RunAndRenderTask.java:171) at org.eclipse.birt.report.service.ReportEngineService.runAndRenderReport(Unknown Source) at org.eclipse.birt.report.service.ReportEngineService.runAndRenderReport(Unknown Source) at org.eclipse.birt.report.service.BirtViewerReportService.runAndRenderReport(Unknown Source) at org.eclipse.birt.report.service.actionhandler.BirtRunAndRenderActionHandler.__execute(Unknown Source) at org.eclipse.birt.report.service.actionhandler.AbstractBaseActionHandler.execute(Unknown Source) at org.eclipse.birt.report.presentation.aggregation.layout.EngineFragment.doService(Unknown Source) at org.eclipse.birt.report.presentation.aggregation.AbstractBaseFragment.service(Unknown Source) at org.eclipse.birt.report.servlet.BirtEngineServlet.__doGet(Unknown Source) at org.eclipse.birt.report.servlet.BaseReportEngineServlet.doGet(Unknown Source) at javax.servlet.http.HttpServlet.service(HttpServlet.java:740) at org.apache.axis.transport.http.AxisServletBase.service(AxisServletBase.java:327) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:247) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:256) at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480) at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191) at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643) at org.apache.catalina.valves.CertificatesValve.invoke(CertificatesValve.java:246) at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480) at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995) at org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2422) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:180) at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643) at org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:171) at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641) at org.eclipse.tomcat.internal.EclipseErrorReportValve.invoke(EclipseErrorReportValve.java:153) at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480) at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:174) at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480) at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995) at org.apache.coyote.tomcat4.CoyoteAdapter.service(CoyoteAdapter.java:199) at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:828) at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:700) at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:584) at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:683) at java.lang.Thread.run(Thread.java:534)Caused by: org.eclipse.birt.data.engine.core.DataException: Invalid group level: SUM at org.eclipse.birt.data.engine.expression.ExpressionParseHelper.getCurrentGroupLevel(ExpressionParseHelper.java:272) at org.eclipse.birt.data.engine.expression.ExpressionParseHelper.compileAggregateExpr(ExpressionParseHelper.java:155) at org.eclipse.birt.data.engine.expression.AbstractExpressionParser.processChild(AbstractExpressionParser.java:238) at org.eclipse.birt.data.engine.expression.ExpressionParseHelper.processChild(ExpressionParseHelper.java:459) at org.eclipse.birt.data.engine.expression.AbstractExpressionParser.processScriptTree(AbstractExpressionParser.java:156) at org.eclipse.birt.data.engine.expression.AbstractExpressionParser.compileExpression(AbstractExpressionParser.java:65) ... 68 more
closed fixed
72a397d
["data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/api/querydefn/ConditionalExpression.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-06-13T10:00:17Z
2006-06-13T06:26:40Z
146,723
Bug 146723 In BIRT Report Viewer (the Web Viewer), a grouped report displays incorrect characters in the TOC
Eclipse 3.2.0 Build id: I20060602-1317 BIRT Report Designer version 2.1.0.N20060612-0630 Build id: 200606120630 In BIRT Report Viewer (the Web Viewer), a grouped report displays incorrect characters in the TOC. Steps to reproduce: 1 Open the attached Customers_grouped.rptdesign in BIRT Report Designer. 2 Choose File-->View Report in Web Viewer. 3 Choose Toggle table of contents. The table of contents displays incorrect characters for the ranges of values.
resolved fixed
337f84c
["viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/service/actionhandler/AbstractGetTOCActionHandler.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-06-13T09:04:36Z
2006-06-12T22:06:40Z
146,761
Bug 146761 All structure properties change can't be restore
Steps to reproduce: 1.New a report, extends lib.table 2.Add a structure property(such as filter, column binding...) on table 3.Choose the table, click "Restore Property" Expected result: Local propery is removed Actual result: Local property can't be removed so that "Restore Property" is always enabled
closed fixed
5c718c2
["model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/GroupPropertyHandle.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/SimpleGroupElementHandle.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-06-13T08:07:03Z
2006-06-13T06:26:40Z
146,755
Bug 146755 Wrong spelling with property name "aggregateOn"
Steps to reproduce: 1.Add column bindings with aggregateOn property 2.Switch to XML Source Expected result: Property name is "aggregateOn" Actual result: Property name is "aggregrateOn"
closed fixed
54a0f01
["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/api/elements/structures/ComputedColumn.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/parser/CompatibleRenamedPropertyState.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/parser/PropertyState.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
2006-06-13T08:03:54Z
2006-06-13T06:26:40Z