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] |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
142,694 |
Bug 142694 Ability to set a default name for file when getting preview as pdf
|
Actually the name of file, in preview as pdf, is always: "run[1].pdf". It would be very useful to have the ability to set a differente default name for file. Even the name of file could be resulting from an input parameter. This enhancement serves to user having to create a lot of reports, in Report Designer, and every time he have to write the name of report before to save in pdf.
|
resolved fixed
|
0706402
|
["viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/presentation/aggregation/layout/EngineFragment.java"]
|
Birt
|
https://github.com/eclipse/birt
|
eclipse/birt
|
java
| null | null | null | 2006-05-23T09:01:39Z | 2006-05-19T06:26:40Z |
141,255 |
Bug 141255 No error for the incompatible parameter value
|
Steps to reproduce: 1.New a decimal parameter, set the default value to "aaa" 2.Preview the report by "Preview" tab Expected result: Error to say the incompatible parameter value Actual result: Parameter request page keeps poping up till input the decimal value Note: if preview in Web Viewer, error will be thrown out, but no exception description.
|
closed fixed
|
67113f2
|
["UI/org.eclipse.birt.report.designer.ui.preview/src/org/eclipse/birt/report/designer/ui/preview/editors/ReportPreviewFormPage.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/presentation/aggregation/parameter/ComboBoxParameterFragment.java", "viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/presentation/aggregation/parameter/RadioButtonParameterFragment.java", "viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/presentation/aggregation/parameter/ScalarParameterFragment.java", "viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/service/actionhandler/BirtCacheParameterActionHandler.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-05-23T08:14:34Z | 2006-05-11T09:33:20Z |
142,432 |
Bug 142432 MasterPage from library can't be restored to modify
|
Details: MasterPage from library can't be restored to modify Step: 1.New a library named lib1, and insert a masterpage named lib-mp. 2.Publish the library into resource folder. 3.New a report design and use lib1. 4.Drop the lib-mp from library explorer into outline of report design. 5.Double click lib-mp, and switch to Property editro tab. 6.Click restore. Actual result: Pop up an error message and said that the master page cannot specify size the page type is not custom.
|
closed fixed
|
0f3cd1a
|
["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/SimpleGroupElementHandle.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/command/NameCommand.java"]
|
Birt
|
https://github.com/eclipse/birt
|
eclipse/birt
|
java
| null | null | null | 2006-05-23T08:07:01Z | 2006-05-18T08:13:20Z |
142,798 |
Bug 142798 TVT3.2:TCT580: pl: Truncation in Report form.
|
OS : RHEL 3.1 Must fix or not a must fix: YES Build date: 0518 Component name: BRIT Blocking: NO Language: pl Bitmap Location: V:\defects\pl\20.001170.jpg Tester Name: Marek Gaskiewicz Steps to recreate the problem: Open New Project dialog from Eclipse File menu Select Business Intelligence and Reporting Tools Click Next Type any Project name on Report Project dialog and Click Finish Open Associated Perspective dialog is displayed. Click Yes From the menu, select File->New->Report Click Next Select Blank Report Select Side by Side Chart & Listing Click Next to display Set Template Property From the menu, select File->New->Template Click Next Click Finish Problem Description: There's a text truncation on newly generated form (see screenshot). This article was reassigned from Category:''TVT/Testing''.
|
closed fixed
|
0f206d8
|
["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/schematic/figures/ListBandControlFigure.java"]
|
Birt
|
https://github.com/eclipse/birt
|
eclipse/birt
|
java
| null | null | null | 2006-05-23T07:06:39Z | 2006-05-19T17:33:20Z |
143,105 |
Bug 143105 Invalid "row" binding reference does not generate an error
|
Open the attached report. The data item in the second column is bound to an invalid expression row["junk"] (no binding by the name junk exists). No error is generated when this report is run. The 2nd column simply shows empty values. EXPECTED: erroneous "row" references must be reported as error.
|
resolved fixed
|
a37320c
|
["data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/expression/ExprEvaluateUtil.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/script/JSResultSetRow.java"]
|
Birt
|
https://github.com/eclipse/birt
|
eclipse/birt
|
java
| null | null | null | 2006-05-23T06:30:40Z | 2006-05-22T23:20:00Z |
142,691 |
Bug 142691 Switch between the window of two design file. The display of the binding list is abnormal.
|
Description: Switch the window of between two design file. The display of the binding list is abnormal. Step to reproduce: please refer to the screenshot Actual result: The first design files binding data set list will display the second ones.
|
closed fixed
|
1c18199
|
["UI/org.eclipse.birt.report.designer.ui.editors/src/org/eclipse/birt/report/designer/ui/editors/MultiPageReportEditor.java"]
|
Birt
|
https://github.com/eclipse/birt
|
eclipse/birt
|
java
| null | null | null | 2006-05-23T06:19:58Z | 2006-05-19T06:26:40Z |
142,624 |
Bug 142624 TVT3.2:TCT559: tw : Buttons are truncated on Manage JDBC Drivers panel
|
OS : RHEL 3.1 Must fix or not a must fix: YES Build date: 0516 Component name = BIRT Blocking: NO Language: tw Bitmap Location: V:\defects\cht Tester Name: Ivory Chang Problem Description: The bottom parts of characters for "Add", "Restore" & "delete" buttons are truncated. They can NOT be resized. Step: Select Window->Show View->Data Explorer menu Right click Data Source and select New Data Source context menu. Click Next Click Back Select JDBC Data Source Click Next Click Manage Drivers button This article was reassigned from Category:''TVT/Testing''.
|
closed fixed
|
b32dbfd
|
["data/org.eclipse.birt.report.data.oda.jdbc.ui/src/org/eclipse/birt/report/data/oda/jdbc/ui/dialogs/JdbcDriverManagerDialog.java"]
|
Birt
|
https://github.com/eclipse/birt
|
eclipse/birt
|
java
| null | null | null | 2006-05-23T05:47:06Z | 2006-05-18T19:20:00Z |
140,969 |
Bug 140969 In library,delete item inside grid should not transfer current view.
|
Description: In library,delete item inside grid should not transfer current view. steps to reproduce: 1. New a library 2. Insert a grid. 3. Insert items to grid cell. 4. Select one item in grid and press delete Expected result: Focus is on grid for next operation. Actual result: Grid disppeared, focus changed to whole library.
|
closed fixed
|
8906c76
|
["UI/org.eclipse.birt.report.designer.ui.lib/src/org/eclipse/birt/report/designer/ui/editors/LibraryLayoutEditor.java"]
|
Birt
|
https://github.com/eclipse/birt
|
eclipse/birt
|
java
| null | null | null | 2006-05-23T05:44:10Z | 2006-05-10T03:00:00Z |
142,091 |
Bug 142091 Cannot group rows using row["__rowNum"]
|
See attached report. The report is a simple listing report, and I want to insert a page break after every 10 rows. To accomplish this, I create a group which groups on row["__rowNum"], then set the interval to 10. When I preview the report, it displays an error: Error0 : data.engine.InvalidGroupKey ( 1 time(s) ) detail : org.eclipse.birt.data.engine.core.DataException: Group key "rowCount" in group 1 cannot depend on column bindings defined in the group lower than itself. ... I tried defining the data binding at the table and the group level. Both methods return the same error.
|
resolved fixed
|
4e3f37d
|
["data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/expression/ExpressionCompilerUtil.java"]
|
Birt
|
https://github.com/eclipse/birt
|
eclipse/birt
|
java
| null | null | null | 2006-05-23T05:39:46Z | 2006-05-16T20:06:40Z |
141,969 |
Bug 141969 Error when get value from IDataExtractionTask with filter
|
Description: Error when get value from IDataExtractionTask with filter Steps to reproduce: 1. Set filter for DataExtractionTask 2. Extract data from report document 3. Get filtered data Pls see attached java class and report design. Result: org.eclipse.birt.data.engine.core.DataException: Invalid field name: OFFICECODE at org.eclipse.birt.data.engine.executor.ResultObject.getFieldValue(ResultObject.java:139) at org.eclipse.birt.data.engine.expression.ExprEvaluateUtil.evaluateCompiledExpression(ExprEvaluateUtil.java:149) at org.eclipse.birt.data.engine.expression.ExprEvaluateUtil.evaluateExpression(ExprEvaluateUtil.java:61) at org.eclipse.birt.data.engine.impl.BindingColumnsEvalUtil.evaluateValue(BindingColumnsEvalUtil.java:106) at org.eclipse.birt.data.engine.impl.BindingColumnsEvalUtil.getColumnsValue(BindingColumnsEvalUtil.java:76) at org.eclipse.birt.data.engine.impl.ResultIterator.getValue(ResultIterator.java:390) at org.eclipse.birt.report.engine.api.impl.DataIterator.getValue(DataIterator.java:52) at org.eclipse.birt.report.tests.engine.api.DataExtractionTaskTest.testDataExtractionWithFilter(DataExtractionTaskTest.java:73) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at junit.framework.TestCase.runTest(TestCase.java:154) at junit.framework.TestCase.runBare(TestCase.java:127) at junit.framework.TestResult$1.protect(TestResult.java:106) at junit.framework.TestResult.runProtected(TestResult.java:124) at junit.framework.TestResult.run(TestResult.java:109) at junit.framework.TestCase.run(TestCase.java:118) at junit.framework.TestSuite.runTest(TestSuite.java:208) at junit.framework.TestSuite.run(TestSuite.java:203) at org.eclipse.jdt.internal.junit.runner.junit3.JUnit3TestReference.run(JUnit3TestReference.java:128) at org.eclipse.jdt.internal.junit.runner.TestExecution.run(TestExecution.java:38) at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:457) at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:670) at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:386) at org.eclipse.pde.internal.junit.runtime.RemotePluginTestRunner.main(RemotePluginTestRunner.java:58) at org.eclipse.pde.internal.junit.runtime.CoreTestApplication.run(CoreTestApplication.java:24) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336) at org.eclipse.core.launcher.Main.basicRun(Main.java:280) at org.eclipse.core.launcher.Main.run(Main.java:977) at org.eclipse.core.launcher.Main.main(Main.java:952)
|
closed fixed
|
cd97ea7
|
["data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/BindingColumnsEvalUtil.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/document/viewing/ExprMetaUtil.java"]
|
Birt
|
https://github.com/eclipse/birt
|
eclipse/birt
|
java
| null | null | null | 2006-05-23T05:21:19Z | 2006-05-16T11:46:40Z |
130,946 |
Bug 130946 Switch to ICU collator class in JdbcDriverManagerDialog
|
Class org.eclipse.birt.report.data.oda.jdbc.ui.JdbcDriverManagerDialog uses java.text.Collator. This should be converted to using ICU4J (icu.text.Collator). Since the ICU classes are somewhat different some code rewrite is needed in this class.
|
resolved fixed
|
f56460d
|
["data/org.eclipse.birt.report.data.oda.jdbc.ui/src/org/eclipse/birt/report/data/oda/jdbc/ui/dialogs/JdbcDriverManagerDialog.java"]
|
Birt
|
https://github.com/eclipse/birt
|
eclipse/birt
|
java
| null | null | null | 2006-05-22T05:15:31Z | 2006-03-08T17:46:40Z |
142,403 |
Bug 142403 3D line chart, set marker shape to special shape, interactivity can not take effect.
|
3D line chart, set marker shape to special shape, interactivity can not take effect. Steps: 1.Create a 3D line chart 2.Open chart builder, go to "Format chart" tab, select Value(Y) series, add a interactivity, click "Markers", select the last one 3.Preview Actual Results: 1.Interactivity can not be take effect Expected Results: 1.Interactivity can be take effect correctly.
|
closed fixed
|
b81ab26
|
["chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/render/MarkerRenderer.java"]
|
Birt
|
https://github.com/eclipse/birt
|
eclipse/birt
|
java
| null | null | null | 2006-05-22T03:46:00Z | 2006-05-18T02:40:00Z |
134,662 |
Bug 134662 An unfriendly message pop up when input a very large number in filter Top N
|
Description: May be Top N value should be less than 100000 but the error message to user is not friendly enough. Step to reproduce: 1.new a datasource and a dataset 2.in the dataset add a filter with top N 3.enter 3655566 in top n 4.click the "Preview Results" Actual result: An error message tell that "data.engine.InvalidTopBottomN100000" Expected result: It had better tell user the Top N's rage of the input
|
closed fixed
|
aa12153
|
["data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/script/NEvaluator.java"]
|
Birt
|
https://github.com/eclipse/birt
|
eclipse/birt
|
java
| null | null | null | 2006-05-22T03:08:43Z | 2006-04-04T05:53:20Z |
142,129 |
Bug 142129 "Export Data" dialog title should be exported to *.properties file.
|
Text for "Export Data" dialog title cannot be found in the properties file. There is one "Export Data" in BirtResource.properties, but this is for the toolbar and has been translated. Please check the sreen shot for detail.
|
resolved fixed
|
3d31c20
|
["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/AbstractBaseFragment.java", "viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/presentation/aggregation/IFragment.java", "viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/presentation/aggregation/dialog/DialogContainerFragment.java", "viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/presentation/aggregation/dialog/ExceptionDialogFragment.java", "viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/presentation/aggregation/dialog/ExportReportDialogFragment.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/presentation/aggregation/dialog/SimpleExportDataDialogFragment.java", "viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/resource/ResourceConstants.java", "viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/service/ReportEngineService.java"]
|
Birt
|
https://github.com/eclipse/birt
|
eclipse/birt
|
java
| null | null | null | 2006-05-22T02:37:51Z | 2006-05-17T01:40:00Z |
142,675 |
Bug 142675 [Regression]Query change is not saved without "Preview Results"
|
Steps to reproduce: 1.New a sample data source and a data set with table "CUSTOMERS" 2.Edit the data set, change table to "ORDERS", click "OK" Expected result: Query text is changed Actual result: Changed query is not saved unless click "Preview Results" before click "OK"
|
closed fixed
|
84db9cd
|
["model/org.eclipse.birt.report.model.adapter.oda/src/org/eclipse/birt/report/model/adapter/oda/ModelOdaAdapter.java"]
|
Birt
|
https://github.com/eclipse/birt
|
eclipse/birt
|
java
| null | null | null | 2006-05-19T07:59:36Z | 2006-05-19T03:40:00Z |
137,359 |
Bug 137359 Provide run-time capability to use externalized data source connection info
|
I don't see a lot of practicality in creating flat file datasets that you can only filter at the report design level. In order to make this useful, we need to be able to filter (where clause) by a user selected parameter. This is especially problematic because there really isn't any good way to allow for a user to pull database connection information from a file. I have very similar databases and tables and it would be very very nice to allow the report at runtime to tell the rptdesign file what database connection url to use. Everybody I've spoken to says to do this with a parameter, but that is very insecure. Who the heck wants database login information being passed around in visible URLs. The better approach would be to have the user select the environment that he wants to query (dev, qa, live) and then I'd map that with a where clause into a flat file to find the database connection information. Something like Dev, server, user, password, database. "Dev" would be selected by a user parameter and then I'd find out the connection information by finding the correct row in the flat file. Without this capability, I cannot deploy this to my client as they'll never accept anything so insecure. This is a must fix asap in my opinion. I'm submitting this as an enhancement as technically that's the proper thing for me to do, but I'd really prefer to submit this as a blocker. Thanks.
|
closed fixed
|
d7761f8
|
["core/org.eclipse.birt.core/src/org/eclipse/birt/core/data/Constants.java", "data/org.eclipse.birt.report.data.oda.jdbc/src/org/eclipse/birt/report/data/oda/jdbc/Connection.java", "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-05-18T20:51:13Z | 2006-04-18T19:53:20Z |
142,376 |
Bug 142376 Set initial AggregateOn selection based on group level of data item
|
Create a table with a group. The following is the most common operation sequence for a user to insert an aggregate into the header of that group: (1) Insert a data item to the header of the group (2) In the ensuring "Select Data Binding" dialog, insert a new data binding and then edit the expression to create the aggregate. Note that in Step (2), the "AggregateOn" field is currently initially set at "None", which is almost certainly wrong since the user is creating an expression to be used in a header element. The user must then manually set the AggregateOn field to match the group level of the data item using the new expression. This is rather inconvenient. Desirable behavior for the "Select Data Binding" dialog when the user inserts a new expression: * If the dialog is invoked to select a data binding for a Data Item placed in the header or footer of a group G, the new expression's AggregateOn field should be initially set to group G. * If the dialog is invoked to select a data binding for a Data Item placed in the table/list header or footer, the new expression's AggregateOn field should be initially set to "Overall". * In all other cases, the initial AggregateOn should be "None" (as it is today)
|
resolved fixed
|
22fc35a
|
["UI/org.eclipse.birt.report.designer.core/src/org/eclipse/birt/report/designer/util/DEUtil.java", "UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/dnd/InsertInLayoutUtil.java", "UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/util/DataUtil.java", "UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/dialogs/ColumnBindingDialog.java"]
|
Birt
|
https://github.com/eclipse/birt
|
eclipse/birt
|
java
| null | null | null | 2006-05-18T10:42:36Z | 2006-05-17T23:53:20Z |
142,404 |
Bug 142404 [smoke][regression] dynamic parameter does not work properly
|
steps to reproduce: - create a report - create a data source - create a data set using the data set - create a dynamic parameter bound to the data set - preview report expected behavior: - dynamic parameter works properly actual behavior: - it simply didn't, there are no values listed in drop down box
|
closed fixed
|
d39b88f
|
["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/GetParameterDefinitionTask.java"]
|
Birt
|
https://github.com/eclipse/birt
|
eclipse/birt
|
java
| null | null | null | 2006-05-18T10:04:32Z | 2006-05-18T02:40:00Z |
137,176 |
Bug 137176 It takes unacceptable long time to render a report
|
Description: Get the attached report design, preview in report designer. It takes unacceptable long time to render a report, and users could not get the output finally. Even during the rending, the computer could not do anything else.
|
closed fixed
|
c7b046b
|
["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/ReportEngineService.java", "viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/utility/ParameterAccessor.java"]
|
Birt
|
https://github.com/eclipse/birt
|
eclipse/birt
|
java
| null | null | null | 2006-05-18T09:55:58Z | 2006-04-18T08:46:40Z |
142,401 |
Bug 142401 [Smoke]Auto text selection of master page can't be found in library
|
Details: [Smoke]Auto text selection of master page can't be found Description: In library, switch to master page tab, and open the palette. I can't find the selection of auto text
|
closed fixed
|
e634288
|
["UI/org.eclipse.birt.report.designer.ui.editors/src/org/eclipse/birt/report/designer/ui/editors/MultiPageReportEditor.java"]
|
Birt
|
https://github.com/eclipse/birt
|
eclipse/birt
|
java
| null | null | null | 2006-05-18T07:33:25Z | 2006-05-18T02:40:00Z |
142,382 |
Bug 142382 The id/iid are not associated with chart's containing table.
|
id/iid is still associated with <img> even after enable the vertical bar.
|
resolved fixed
|
cb61399
|
["engine/org.eclipse.birt.report.engine.emitter.html/src/org/eclipse/birt/report/engine/emitter/html/HTMLReportEmitter.java"]
|
Birt
|
https://github.com/eclipse/birt
|
eclipse/birt
|
java
| null | null | null | 2006-05-18T07:21:49Z | 2006-05-17T23:53:20Z |
138,562 |
Bug 138562 Splite extendsexcpetion to seperate sub class
|
The suggestion is Parent invalid Cycle extends Different type extends Not top level extends
|
resolved fixed
|
0d103f5
|
["model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/ElementFactory.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/IVersionInfo.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/command/CircularExtendsException.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/command/ExtendsException.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/command/ExtendsForbiddenException.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/command/InvalidParentException.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/command/WrongTypeException.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/validators/ElementExtendsValidator.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/core/DesignElement.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/elements/OdaDataSet.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/elements/OdaDataSource.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/extension/ModelExtensibilityProvider.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/ReportElementState.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/plugin/OdaExtensibilityProvider.java", "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-05-18T06:44:40Z | 2006-04-26T05:40:00Z |
142,144 |
Bug 142144 [Smoke][regression]Style cannot be modified and applied.
|
Description: Style cannot be modified and applied. Steps to reproduce: 1. New a style. 2. Edit it in StyleBuilder and click OK 3. Insert a label, right click and apply the style. Result: After step2, Style name already exist, please chosse a different name. In step3, The created style is gray.
|
closed fixed
|
9e8e66a
|
["UI/org.eclipse.birt.report.designer.ui.editors.schematic/src/org/eclipse/birt/report/designer/ui/editors/schematic/action/MasterPageAction.java", "UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/actions/MenuUpdateAction.java"]
|
Birt
|
https://github.com/eclipse/birt
|
eclipse/birt
|
java
| null | null | null | 2006-05-18T04:27:42Z | 2006-05-17T04:26:40Z |
132,943 |
Bug 132943 Cache Data Set Metadata in Report Design
|
In BIRT 2.0, Report Designer must be able to connect to a Data Set's external data source in order for the data set to be usable for the design session. This is because the Data Set metadata is not cached. It is desirable for us to allow offline design sessions even if the data source is not available. To do this, we need to (1) Cache a data set's metadata in the report design when the data set is first defined, or every time that its definition is updated. ROM/DE already has the API to handle cached metadata persistence. We need to enable this feature in report designer. (2)When a data set is first open for use in a design session, designer should attempt to obtain the data set's metadata from the external source. If this fails, the cached metadata is used. If it succeeds, the cached metadata should be updated if it is out of date.
|
resolved fixed
|
020856e
|
["data/org.eclipse.birt.report.data.oda.jdbc.ui/src/org/eclipse/birt/report/data/oda/jdbc/ui/editors/SQLDataSetEditorPage.java", "data/org.eclipse.birt.report.data.oda.jdbc.ui/src/org/eclipse/birt/report/data/oda/jdbc/ui/provider/JdbcMetaDataProvider.java", "data/org.eclipse.birt.report.data.oda.jdbc.ui/src/org/eclipse/birt/report/data/oda/jdbc/ui/util/DriverLoader.java", "data/org.eclipse.birt.report.data.oda.jdbc.ui/src/org/eclipse/birt/report/data/oda/jdbc/ui/util/ExceptionDialog.java", "data/org.eclipse.birt.report.data.oda.jdbc.ui/src/org/eclipse/birt/report/data/oda/jdbc/ui/util/JarFile.java", "data/org.eclipse.birt.report.data.oda.jdbc.ui/src/org/eclipse/birt/report/data/oda/jdbc/ui/util/JdbcDriverConfigUtil.java", "data/org.eclipse.birt.report.data.oda.jdbc.ui/src/org/eclipse/birt/report/data/oda/jdbc/ui/util/JdbcToolKit.java", "data/org.eclipse.birt.report.data.oda.jdbc.ui/src/org/eclipse/birt/report/data/oda/jdbc/ui/util/Utility.java"]
|
Birt
|
https://github.com/eclipse/birt
|
eclipse/birt
|
java
| null | null | null | 2006-05-18T03:55:58Z | 2006-03-23T05:00:00Z |
142,132 |
Bug 142132 [regression] cascading parameter does not work properly
|
steps to reproduce: - use attached report, which contains a group of cascading parameters - preview report expected behavior: - cascading parameter works properly actual behavior: - it simply didn't - i tried several combination, the 3rd value were always empty
|
closed fixed
|
13cc7c6
|
["viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/service/actionhandler/AbstractGetCascadeParameterActionHandler.java"]
|
Birt
|
https://github.com/eclipse/birt
|
eclipse/birt
|
java
| null | null | null | 2006-05-18T01:26:29Z | 2006-05-17T01:40:00Z |
141,214 |
Bug 141214 Sript: Set label outline thinkness, label can be changed to bolder.
|
Sript: Set label outline thinkness, label can be changed to bolder. Steps: 1.Create a bar chart 2.Script: function beforeDrawAxisLabel(axis, label, scriptContext) { importPackage(Packages.org.eclipse.birt.chart.model.attribute); if (axis.getType() == AxisType.TEXT_LITERAL) label.setVisible(false); else { label.getCaption().getColor( ).set( 208, 32, 0); label.getCaption().getFont().setItalic(true); label.getCaption().getFont().setRotation(30); label.getCaption().getFont().setStrikethrough(true); label.getCaption().getFont().setSize(14); label.getCaption().getFont().setName("Arial"); label.getOutline().setVisible(true); label.getOutline().setThickness(3); } } 3.Preview Actual Results: 1.Labels can be changed to bolder(see the attchment) Expected Results: 1.Lables can not be changed to bolder.
|
closed fixed
|
166397a
|
["chart/org.eclipse.birt.chart.device.svg/src/org/eclipse/birt/chart/device/svg/SVGGraphics2D.java"]
|
Birt
|
https://github.com/eclipse/birt
|
eclipse/birt
|
java
| null | null | null | 2006-05-17T14:01:29Z | 2006-05-11T06:46:40Z |
136,261 |
Bug 136261 Data Set Editor's Output Columns may fail to get Result Set Columns Definition
|
In the Data Set Editor, when a user selects the Output Columns page, the current implementation executes the data set query to obtain the result set meta data directly from the ODA runtime driver. This happens even when an ODA custom page has already provided the result set columns definition. Similar direct access is done for the Parameters (input and output)pages. At design-time, an ODA host designer should normally go through an ODA custom designer to obtain its data set design's metadata, including the result set columns and data set parameters definition. This is much more reliable than having an ODA host designer directly retrieve metadata from the ODA runtime driver, when an ODA custom designer knows better on how to properly obtain its metadata. For example, direct query execution to get result set metadata now fails when a result set must be identified by name; or when additional property values are needed. If the underlying data source has changed and affects the data set design, an user should go thru the ODA custom designer page first, which would then update the DataSetDesign metadata info. That means the metadata info used by the OutputColumns, Parameters and OutputParameters pages should first base on the updated data set handle's result set columns definition, etc. if available.
|
resolved fixed
|
9cc83ed
|
["data/org.eclipse.birt.report.data.oda.jdbc.ui/src/org/eclipse/birt/report/data/oda/jdbc/ui/editors/SQLDataSetEditorPage.java"]
|
Birt
|
https://github.com/eclipse/birt
|
eclipse/birt
|
java
| null | null | null | 2006-05-17T10:45:10Z | 2006-04-12T02:46:40Z |
141,961 |
Bug 141961 All default column binding names for data are the same
|
Steps to reproduce: 1.Add a data. In the pops up window, add a column binding, "[result_set_col_name]" is given as the default column binding name 2.Add another column binding Expected result: Another different column binding name is given Actual result: The same column binding name is given An exception occurred. Plug-in Provider:Eclipse.org Plug-in Name:BIRT Model Plug-in ID:org.eclipse.birt.report.model Version:2.1.0.N20060516-1213 Error Code:Error.PropertyValueException.VALUE_EXISTS Error Message:The value "[result_set_col_name]" already exists.
|
closed fixed
|
37de1bb
|
["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/dialogs/ColumnBindingDialog.java"]
|
Birt
|
https://github.com/eclipse/birt
|
eclipse/birt
|
java
| null | null | null | 2006-05-17T10:00:05Z | 2006-05-16T09:00:00Z |
141,951 |
Bug 141951 Export data throw NPE when target document doesn't exist
|
Description: Export data doesn't work when deploy birt in WebSphere6 Steps to reproduce: 1. Deploy birt in WebSphere6 2. Preview report and click Export Data Result: java.lang.NullPointerException Stack Trace: org.apache.axis.AxisFault.makeFault(AxisFault.java:101) org.eclipse.birt.report.soapengine.processor.AbstractBaseComponentProcessor.process(Unknown Source) org.eclipse.birt.report.soapengine.endpoint.BirtSoapBindingImpl.getUpdatedObjects(Unknown Source) sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) sun.reflect.NativeMethodAccessorImpl
|
closed fixed
|
f84fb59
|
["viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/service/BirtViewerReportService.java"]
|
Birt
|
https://github.com/eclipse/birt
|
eclipse/birt
|
java
| null | null | null | 2006-05-17T09:51:27Z | 2006-05-16T09:00:00Z |
128,317 |
Bug 128317 group header and footer checkboxes
| null |
resolved fixed
|
09b81f3
|
["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/dialogs/GroupDialog.java"]
|
Birt
|
https://github.com/eclipse/birt
|
eclipse/birt
|
java
| null | null | null | 2006-05-17T08:47:13Z | 2006-02-16T22:46:40Z |
141,979 |
Bug 141979 NPE when click name in Select Data Binding dialog.
|
Description: NPE when click name in Select Data Binding dialog. Steps to reproduce: 1. Insert a data item 2. Click the cell right below Name Expected result: NO errors Actual result: java.lang.NullPointerException at org.eclipse.jface.viewers.TableEditorImpl.activateCellEditor(TableEditorImpl.java:78) at org.eclipse.jface.viewers.TableEditorImpl.activateCellEditor(TableEditorImpl.java:146) at org.eclipse.jface.viewers.TableEditorImpl.handleMouseDown(TableEditorImpl.java:276) at org.eclipse.jface.viewers.TableViewer$2.mouseDown(TableViewer.java:675) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:133) 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:145) at org.eclipse.birt.report.designer.internal.ui.editors.schematic.editparts.DataEditPart.performDirectEdit(DataEditPart.java:61) at org.eclipse.birt.report.designer.ui.actions.BaseInsertMenuAction$1.run(BaseInsertMenuAction.java:200) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:123) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3325) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2971) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1914) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1878) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:419) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143) 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
|
91f01da
|
["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/dialogs/ColumnBindingDialog.java"]
|
Birt
|
https://github.com/eclipse/birt
|
eclipse/birt
|
java
| null | null | null | 2006-05-17T07:02:41Z | 2006-05-16T11:46:40Z |
135,444 |
Bug 135444 The Title of the report cann't be refresh
|
Description: The Title of the report cann't be refresh Steps to reproduce: 1. The Title property should appear as the HTML browser title when viewing a report. 2. set 'Birt Report' in the Title property, preview and it's ok 3. rename the title to 'Report' and save Actual result: The title is still 'Birt Report' Expected result: The title should be 'Report'
|
closed fixed
|
0069876
|
["viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/context/BaseAttributeBean.java", "viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/context/ViewerAttributeBean.java", "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-05-17T06:31:48Z | 2006-04-07T03:20:00Z |
131,622 |
Bug 131622 UI - Autotext enhancments - Support Total Page count
|
Engine will support total page count. We need to make the UI changes to support the total page count.
|
resolved fixed
|
d6203ac
|
["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/internal/document/v2/ReportContentLoaderV2.java"]
|
Birt
|
https://github.com/eclipse/birt
|
eclipse/birt
|
java
| null | null | null | 2006-05-17T02:59:18Z | 2006-03-14T01:33:20Z |
141,706 |
Bug 141706 Interactivity on SVG chart didn't work in Viewer
|
Steps to reproduce: 1.New a SVG chart, add an interactivity on chart title 2.Preview report in Web Viewer and click chart title Expected result: Link to the target page Actual result: Interactivity didn't work
|
closed fixed
|
93ecc55
|
["chart/org.eclipse.birt.chart.device.svg/src/org/eclipse/birt/chart/device/svg/SVGInteractiveRenderer.java"]
|
Birt
|
https://github.com/eclipse/birt
|
eclipse/birt
|
java
| null | null | null | 2006-05-16T16:35:01Z | 2006-05-15T02:26:40Z |
141,950 |
Bug 141950 Selection of select value in data set filter is error
|
Details: Selection of select value in data set filter is error Step: 1.New a report design. 2.Create a sample datasource and dataset. 3.Switch to filter. 4.Select a value in expression. 5.Drop the list of the value1 and select <select value...> Actual result: No value is appear and pop up an error. It said that "An expression has not been set"
|
closed fixed
|
6d8ca57
|
["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/data/ui/util/DataSetProvider.java"]
|
Birt
|
https://github.com/eclipse/birt
|
eclipse/birt
|
java
| null | null | null | 2006-05-16T12:05:37Z | 2006-05-16T09:00:00Z |
141,186 |
Bug 141186 [Automation] Rewrite build files for test plugins and integrate with build
|
BIRT test framework has changed. QA's test plug-ins also need some changes. We need to rewrite the build scripts for each test plug-ins. Here is the requirements: 1. Public targets Each build file should define the several public targets: a) UnitTest b) APIJavadoc c) Clean d) Report 2. Private targets Follow the names: e) compileTest (depend on f) ) f) buildDependents g) utest (for develop usage, depend on b),c),d) ) 3. Integration Work with build team, integrate the test with daily build, we should be able to see the log and test result from our build page. 4. Misc 1) Move reusable logic or script code into our "org.eclipse.birt.tests.core" plugin 2) The caller(daily build) should be able to redirect all the outputs like logs, reports etc. These path should be defined as variables.
|
closed fixed
|
2a0bc8d
|
["testsuites/org.eclipse.birt.report.tests.engine/src/org/eclipse/birt/report/tests/engine/AllTests.java"]
|
Birt
|
https://github.com/eclipse/birt
|
eclipse/birt
|
java
| null | null | null | 2006-05-16T10:09:22Z | 2006-05-11T04:00:00Z |
136,564 |
Bug 136564 Use a parameter from library, format can be inherited.
|
Use a parameter from library, format can be inherited. Steps: 1.Create a library named lib1, create a parameter named p1, string, default value: "abc", formatted as Uppercase 2.Create a report, use the lib1, drag the p1 from lib1 to the layout 3.Preview Actual Results: 1.P1 can not be formatted as Uppercase Expected Results: 1.P1 can be formatted as uppercase
|
closed fixed
|
93723d1
|
["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/dialogs/CascadingParametersDialog.java", "UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/dialogs/FormatBuilder.java", "UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/dialogs/ParameterDialog.java", "UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/dialogs/TextEditor.java"]
|
Birt
|
https://github.com/eclipse/birt
|
eclipse/birt
|
java
| null | null | null | 2006-05-16T07:27:08Z | 2006-04-13T06:33:20Z |
141,709 |
Bug 141709 The Interface "IScalarParameterModel" should provide a "TEXT_ID_PROP" member.
|
In order to provide the "Localization" function in Property Editor of Parameter, it requires to implement a "ScalarParameterI18nPage" Class similar to the Class of "LabelI18nPage", and it consequently needs to "IScalarParameterModel" provide a "TEXT_ID_PROP" member for "ScalarParameterHandle" Class.
|
resolved fixed
|
27a5435
|
["model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/ScalarParameterHandle.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/elements/interfaces/IScalarParameterModel.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-05-16T07:20:44Z | 2006-05-15T05:13:20Z |
139,383 |
Bug 139383 Nest query with data set parameter binding will cause an error message
|
Description: Nest query with data set parameter binding will cause an error message. Steps to reproduce: 1.New a sampledb data source and dataset, and input select distinct CLASSICMODELS.CUSTOMERS.STATE from CLASSICMODELS.CUSTOMERS in the Query of dataset. 2.New another sampledb data source and dataset, and input select *from CLASSICMODELS.CUSTOMERS where CLASSICMODELS.CUSTOMERS.STATE=? in the Query of dataset. Go to the parameters pane and set a default value CA to the param1. 3. Drag the first dataset to the layout to get a 1*2 table.(refer to the attached design file) 4. Drag the second dataset to the detail row and get a table nest table(inner table have its binding) 5. Choose the inner table and go to the binding tab, click the button Dataset Parameter Binding 6. Set the param1 value: row._outer["STATE"] 7. Save and preview it Actual result: A error occurred: Error0 : data.engine.UnexpectedError ( 19 time(s) ) detail : org.eclipse.birt.data.engine.core.DataException: Data engine operation failed due to an unexpected exception. Error evaluating Javascript expression. Script engine error: TypeError: Cannot read property "STATE" from null Script source: source, line: 0, text:row._outer["STATE"] at org.eclipse.birt.data.engine.impl.PreparedOdaDSQuery$OdaDSQueryExecutor.evaluateInputParameterValue(PreparedOdaDSQuery.java:351) at org.eclipse.birt.data.engine.impl.PreparedOdaDSQuery$OdaDSQueryExecutor.getMergedParameters(PreparedOdaDSQuery.java:309) at org.eclipse.birt.data.engine.impl.PreparedOdaDSQuery$OdaDSQueryExecutor.populateOdiQuery(PreparedOdaDSQuery.java:216) at org.eclipse.birt.data.engine.impl.QueryExecutor.prepareExecution(QueryExecutor.java:213) at org.eclipse.birt.data.engine.impl.PreparedQuery.doPrepare(PreparedQuery.java:357) at org.eclipse.birt.data.engine.impl.PreparedDataSourceQuery.execute(PreparedDataSourceQuery.java:182) 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: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:122) 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.TableItemExecutor.accessRow(TableItemExecutor.java:618) at org.eclipse.birt.report.engine.executor.TableItemExecutor.accessTableBand(TableItemExecutor.java:506) at org.eclipse.birt.report.engine.executor.TableItemExecutor.accessDetail(TableItemExecutor.java:418) at org.eclipse.birt.report.engine.executor.ListingElementExecutor.accessQuery(ListingElementExecutor.java:130) at org.eclipse.birt.report.engine.executor.TableItemExecutor.execute(TableItemExecutor.java:151) 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.ViewerServlet.__doGet(Unknown Source) at org.eclipse.birt.report.servlet.BirtSoapMessageDispatcherServlet.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(Unknown Source)Caused by: org.eclipse.birt.core.exception.CoreException: Error evaluating Javascript expression. Script engine error: TypeError: Cannot read property "STATE" from null Script source: source, line: 0, text:row._outer["STATE"] at org.eclipse.birt.core.script.JavascriptEvalUtil.wrapRhinoException(JavascriptEvalUtil.java:280) at org.eclipse.birt.core.script.JavascriptEvalUtil.evaluateRawScript(JavascriptEvalUtil.java:104) at org.eclipse.birt.data.engine.expression.ExprEvaluateUtil.doEvaluateRawExpression(ExprEvaluateUtil.java:221) at org.eclipse.birt.data.engine.expression.ExprEvaluateUtil.evaluateRawExpression2(ExprEvaluateUtil.java:201) at org.eclipse.birt.data.engine.impl.ExecutorHelper.evaluate(ExecutorHelper.java:67) at org.eclipse.birt.data.engine.impl.PreparedOdaDSQuery$OdaDSQueryExecutor.evaluateInputParameterValue(PreparedOdaDSQuery.java:343) ... 65 moreCaused by: org.mozilla.javascript.EcmaError: TypeError: Cannot read property "STATE" from null at org.mozilla.javascript.ScriptRuntime.constructError(ScriptRuntime.java:3240) at org.mozilla.javascript.ScriptRuntime.constructError(ScriptRuntime.java:3230) at org.mozilla.javascript.ScriptRuntime.typeError(ScriptRuntime.java:3246) at org.mozilla.javascript.ScriptRuntime.typeError2(ScriptRuntime.java:3265) at org.mozilla.javascript.ScriptRuntime.undefReadError(ScriptRuntime.java:3278) at org.mozilla.javascript.ScriptRuntime.getObjectElem(ScriptRuntime.java:1281) at org.mozilla.javascript.gen.c44._c0(source:0) at org.mozilla.javascript.gen.c44.call(source) at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:304) at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:2769) at org.mozilla.javascript.gen.c44.call(source) at org.mozilla.javascript.gen.c44.exec(source) at org.eclipse.birt.core.script.JavascriptEvalUtil.evaluateRawScript(JavascriptEvalUtil.java:97) ... 69 more
|
closed fixed
|
705fc0f
|
["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/dialogs/ParameterBindingPage.java"]
|
Birt
|
https://github.com/eclipse/birt
|
eclipse/birt
|
java
| null | null | null | 2006-05-16T05:34:05Z | 2006-04-29T08:40:00Z |
139,352 |
Bug 139352 It is not synchronize after the key and value on localization in layout
|
Steps to reproduce: 1. New a report design and new a properties file. 2. Add a label and input label. 3. Switch to Property editor Localization 4. Click ... and add a key-key1, value-label2 5. Click ... and select the key of key1. Modify the value to label3 and press add, OK. Actual result: The content of label in lay out is label2, but lable3.
|
closed fixed
|
d44b32d
|
["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/dialogs/ResourceEditDialog.java"]
|
Birt
|
https://github.com/eclipse/birt
|
eclipse/birt
|
java
| null | null | null | 2006-05-16T05:30:41Z | 2006-04-29T03:06:40Z |
141,064 |
Bug 141064 Remove group level data binding
|
This bug covers the engine part of the task to remove group level data binding. After the hange, all binding expressions will be defined on the table level, and each binding expression will have an AggregateOn field to explicitly define the group level for that expression.
|
resolved fixed
|
dc2c00a
|
["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/data/dte/ReportQueryBuilder.java"]
|
Birt
|
https://github.com/eclipse/birt
|
eclipse/birt
|
java
| null | null | null | 2006-05-16T02:33:00Z | 2006-05-10T16:53:20Z |
140,974 |
Bug 140974 bad assert in ScalarParameterFragment
|
The following assert appears around line 98 in org.eclipse.birt.report.viewer.aggregation.parameter.ScalarParameterFragment assert paramDefaultValueObj instanceof String; If the report does not have a default value for the parameter in the report, then this assert fails even though the code that follows it explicitly handles a null value. Since null is a valid value, the assert should be assert (paramDefaultValueObj == null) || (paramDefaultValueObj instanceof String);
|
resolved fixed
|
7dde20c
|
["viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/presentation/aggregation/parameter/ScalarParameterFragment.java", "viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/utility/ParameterAccessor.java", "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-05-16T02:10:12Z | 2006-05-10T05:46:40Z |
140,805 |
Bug 140805 Bidi3.2: Unable to display HTML files when clicking on chart title in the report preview window
|
OS: RHEL 4.0 Build id: I20060428-1315 Description: Unable to display HTML files when clicking on the chart title in the report preview window. Steps to recreate the problem: 1. Create a report project. 2. Create a new report, and insert a chart inside this report. 3. Open Edit Chart->Format Chart tab, select Chart Area, and click Title Interactivity button. On the Interaction Editor, click Edit Base URL button and edit the location field to select any HTML file. 4. Click Add button and click OK to close the dialog. Then, click Finish button on Edit Chart dialog and preview the report. 5. On the report preview, click the Chart Title. Expected output: When clicking on the chart title, the HTML file specified above should be displayed. Actual output: When clicking on the chart title, the HTML file specified above isn't displayed. An error message is displayed indicating that either the link to the document is broken or the corresponding feature is not available, see the attached figure for more illustration. N.B: This is a non bidi defect, however it blocks bidi testing activities.
|
closed fixed
|
0925dea
|
["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-05-15T10:15:36Z | 2006-05-09T15:53:20Z |
139,365 |
Bug 139365 The result of grouping is wrong
|
Description: The result of grouping is wrong. Step to reproduce: Steps to reproduce: 1. New a report. 2. Create a data source and a data set based on the report. 3. Drag the dataset to the layout, and set two groups on the table. The first level group information: Group key: CITY Interval type: prefix Range: 1 The second level group information: Group key: CUSTOMERNUMBER Interval type: Interval Range: 4 4. Save and preview. (Please refer to the attached design file) Actual result: The result of grouping is wrong. Expected result: In the second level group, the CUSTOMERNUMBER 157, 303, 357, 323 shouldnt in a group. They must be regard as single group according to the conditional of the second level group.
|
closed fixed
|
c5d3787
|
["data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/executor/transform/group/GroupBy.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/QueryExecutor.java"]
|
Birt
|
https://github.com/eclipse/birt
|
eclipse/birt
|
java
| null | null | null | 2006-05-15T08:09:59Z | 2006-04-29T05:53:20Z |
137,378 |
Bug 137378 Remove duplicated implementation from BIRT oda.flatfile.ui
|
The BIRT oda.flatfile.ui currently duplicates/copies the implementation of DTP oda.flatfile.ui, which makes it difficult to maintain. Also, it is confusing to the open source community, seeing 2 versions of almost the same implementation in BIRT and DTP. The BIRT oda.flatfile.ui plugin should either be removed, or have it either directly use or extend the DTP oda.flatfile.ui implementation; similar to BIRT oda.flatfile extending DTP oda.flatfile.
|
resolved fixed
|
5739a9d
|
["UI/org.eclipse.birt.report.designer.core/src/org/eclipse/birt/report/designer/core/DesignerConstants.java"]
|
Birt
|
https://github.com/eclipse/birt
|
eclipse/birt
|
java
| null | null | null | 2006-05-15T05:57:46Z | 2006-04-18T22:40:00Z |
141,248 |
Bug 141248 Script: Set axis title background color, axis title can be covered.
|
Script: Set axis title background color, axis title can be covered. Steps: 1.Create a bar chart 2.Script:function beforeDrawAxisTitle(axis, title, scriptContext) { importPackage(Packages.org.eclipse.birt.chart.model.attribute); importPackage(Packages.org.eclipse.birt.chart.model.attribute.impl); { if (axis.getType() == AxisType.LINEAR_LITERAL) title.setVisible(false);} title.getCaption().getColor( ).set( 208, 32, 0); title.getCaption().getFont().setItalic(true); title.getCaption().getFont().setRotation(30); title.getCaption().getFont().setStrikethrough(true); title.getCaption().getFont().setSize(14); title.getCaption().getFont().setName("Arial"); title.getOutline().setVisible(true); title.getOutline().setThickness(3); title.setBackground(ColorDefinitionImpl.ORANGE()); } 3.Preview Actual Results: 1.Axis title can be covered Expected Results: 1.Axis title is visible.
|
closed fixed
|
e7ef370
|
["chart/org.eclipse.birt.chart.device.svg/src/org/eclipse/birt/chart/device/svg/SVGGraphics2D.java", "chart/org.eclipse.birt.chart.device.svg/src/org/eclipse/birt/chart/device/svg/SVGTextRenderer.java"]
|
Birt
|
https://github.com/eclipse/birt
|
eclipse/birt
|
java
| null | null | null | 2006-05-12T20:06:15Z | 2006-05-11T09:33:20Z |
141,488 |
Bug 141488 Mouse icon didn't change with interactivity in SVG chart
|
Steps to reproduce: 1.New a SVG chart, add a interactivity on chart title 2.Preview the report Expected result: Mouse icon will change(to the hand shape) when hovering the chart title Actual result: Mouse icon didn't change but it will link to the target report by clicking the chart title
|
closed fixed
|
dcb8bd6
|
["chart/org.eclipse.birt.chart.device.svg/src/org/eclipse/birt/chart/device/svg/SVGInteractiveRenderer.java"]
|
Birt
|
https://github.com/eclipse/birt
|
eclipse/birt
|
java
| null | null | null | 2006-05-12T14:44:50Z | 2006-05-12T07:46:40Z |
141,486 |
Bug 141486 Dynamic text in table that inside the grid
|
Description: Data item in table that inside the grid Step: 1.New a report design. Create a sample datasource and dataset. 2.Add a grid 3.Add a data item in cell(1,1), new a column named col1, "new Date()" in expression. 4.Add a table and binding the dataset. 5.Add a Dynamic text into table detial. 6.Open the expression, and select "Avaliable column binding"-"grid"-"col1" Actual result: Preview and pop up the error message. Error0 : Error.ScriptEvaluationError ( 23 time(s) ) detail : org.eclipse.birt.report.engine.api.EngineException: There are errors evaluating script "row._outer["test"]". at org.eclipse.birt.report.engine.executor.ExecutionContext.evaluate(ExecutionContext.java:542) at org.eclipse.birt.report.engine.executor.ExecutionContext.evaluate(ExecutionContext.java:504) at org.eclipse.birt.report.engine.executor.MultiLineItemExecutor.execute(MultiLineItemExecutor.java:94) at org.eclipse.birt.report.engine.executor.ReportExecutorVisitor.visitMultiLineItem(ReportExecutorVisitor.java:128) at org.eclipse.birt.report.engine.ir.MultiLineItemDesign.accept(MultiLineItemDesign.java:66) at org.eclipse.birt.report.engine.executor.TableItemExecutor.accessRow(TableItemExecutor.java:618) at org.eclipse.birt.report.engine.executor.TableItemExecutor.accessTableBand(TableItemExecutor.java:506) at org.eclipse.birt.report.engine.executor.TableItemExecutor.accessDetail(TableItemExecutor.java:418) at org.eclipse.birt.report.engine.executor.ListingElementExecutor.accessQuery(ListingElementExecutor.java:130) at org.eclipse.birt.report.engine.executor.TableItemExecutor.execute(TableItemExecutor.java:151) 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.GridItemExecutor.executeCell(GridItemExecutor.java:273) at org.eclipse.birt.report.engine.executor.GridItemExecutor.executeRow(GridItemExecutor.java:204) at org.eclipse.birt.report.engine.executor.GridItemExecutor.execute(GridItemExecutor.java:128) at org.eclipse.birt.report.engine.executor.ReportExecutorVisitor.visitGridItem(ReportExecutorVisitor.java:190) at org.eclipse.birt.report.engine.ir.GridItemDesign.accept(GridItemDesign.java:117) 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:595)Caused by: org.mozilla.javascript.EvaluatorException: Can't find the column: _outer at org.eclipse.birt.report.engine.data.dte.NativeRowObject.get(NativeRowObject.java:78) at org.mozilla.javascript.ScriptableObject.getProperty(ScriptableObject.java:1263) at org.mozilla.javascript.ScriptRuntime.getObjectProp(ScriptRuntime.java:1332) at org.mozilla.javascript.ScriptRuntime.getObjectProp(ScriptRuntime.java:1321) at org.mozilla.javascript.gen.c215._c0(<inline>:1) at org.mozilla.javascript.gen.c215.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.c215.call(<inline>) at org.mozilla.javascript.gen.c215.exec(<inline>) at org.eclipse.birt.core.script.ScriptContext.eval(ScriptContext.java:224) at org.eclipse.birt.report.engine.executor.ExecutionContext.evaluate(ExecutionContext.java:535) ... 62 more
|
closed fixed
|
ad7eb01
|
["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/data/dte/NativeRowObject.java"]
|
Birt
|
https://github.com/eclipse/birt
|
eclipse/birt
|
java
| null | null | null | 2006-05-12T10:14:38Z | 2006-05-12T07:46:40Z |
141,482 |
Bug 141482 [Smoke][Regression]Style didn't take effect in Web Viewer and PDF
|
Steps to reproduce: 1.New a report, add a label 2.New a style, set background color to red 3.Apply style on label 4.Preview in Web Viewer and PDF Expected result: Background color of label is red Actual result: Style didn't take effect in Viewer and PDF
|
closed fixed
|
71b41f8
|
["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/content/impl/AbstractContent.java"]
|
Birt
|
https://github.com/eclipse/birt
|
eclipse/birt
|
java
| null | null | null | 2006-05-12T09:12:12Z | 2006-05-12T05:00:00Z |
136,571 |
Bug 136571 Drop property is displayed in Property Editor for all kinds of cells.
|
Description: Drop property displayed in Property Editor for all kinds of cells. Drop property is only supported by cells in group but it is listed in every kinds of cells even in grid cell which will mislead users.
|
closed fixed
|
00e473c
|
["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-05-12T08:43:51Z | 2006-04-13T06:33:20Z |
130,494 |
Bug 130494 "Baseline" vertical alignment displays different between HTML and PDF
|
Description: Please get the attached design file. Preview in HTML and PDF, you will get two ways to display "Baseline" vertical alignment. Steps to reproduce: 1.Create a flatfile datasource, and create dataset. 2.Get the attached designfile. Expected Result: User could get the same display result from HTML and PDF.
|
closed fixed
|
a4d0bd0
|
["model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/ErrorDetail.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/elements/DesignChoiceConstants.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/parser/CompatibleVerticalAlignState.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-05-12T07:17:26Z | 2006-03-06T04:40:00Z |
140,751 |
Bug 140751 using a grid in a table does not update row value
| null |
resolved fixed
|
8541880
|
["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/dnd/InsertInLayoutUtil.java"]
|
Birt
|
https://github.com/eclipse/birt
|
eclipse/birt
|
java
| null | null | null | 2006-05-12T07:05:01Z | 2006-05-09T07:33:20Z |
134,665 |
Bug 134665 report become dirty after previewing data set
|
steps to reproduce: - create a report - create a data source - create a data set - save the report - open the data set - preview results expected behavior: - the state of the report remains unchanged actual behavior: - the state of the report changed, as the report became dirty
|
closed fixed
|
e15199a
|
["data/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/impl/DataSetMetaDataHelper.java"]
|
Birt
|
https://github.com/eclipse/birt
|
eclipse/birt
|
java
| null | null | null | 2006-05-12T06:31:30Z | 2006-04-04T05:53:20Z |
136,230 |
Bug 136230 Support for report parameter in dataset parameter definition ( default value )
|
Currently we do not allow user to set 'report parameter' as the default value in the 'dataset parameter' definition - If the dataset is executed, the default value of the report parameters are used. If a report parameter does not have a default value, then the default value for the report parameter type should be used. - Right now the dataset editor UI shows errors for the above use case. Note: This is also required for the cascading parameter enchancment feature
|
resolved fixed
|
6b54c22
|
["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/data/ui/dataset/DataSetViewData.java", "UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/data/ui/util/DataSetProvider.java", "UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/data/ui/util/Utility.java", "UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/odadatasource/wizards/AbstractDataSetWizard.java", "UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/odadatasource/wizards/AbstractDataSourceConnectionWizard.java", "UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/odadatasource/wizards/DefaultExtendedDataSetWizard.java", "UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/odadatasource/wizards/DefaultExtendedDataSourceWizard.java"]
|
Birt
|
https://github.com/eclipse/birt
|
eclipse/birt
|
java
| null | null | null | 2006-05-12T05:55:43Z | 2006-04-12T00:00:00Z |
139,110 |
Bug 139110 GUI enhancement to support create subquery more conveniently.
|
Description: GUI enhancement to support create subquery more conveniently. Steps to reproduce: Subquery means insert table/list inside another table/list item, and the inner table/list item doesn't has its own dataset binding. In latest build, if you want to creat a subquery structure, you have to use dataSetRow as binding expression for data items in inner table/list item. For example: 1. Insert a list, generate column data binding for it. 2. Add a group for the list. 3. Insert table to list group header which is used to display data rows in list group. Dont' bind table to dataset. 4. Insert a data to table detail row. 5. New a binding column for data, click to Open Expression Builder. The issue is that only "Availabel column bindings" is listed in Category but no "Available Data Sets". So I have to type dataSetRow[".."] by myself to generate correct subquery. For users, maybe they will mistakenly use "Available column bindings" which will generate expression like row._outer[".."] and get wrong result. So it is recommended to add "Available Data Sets" in Expression Builder for such case.
|
closed fixed
|
635273c
|
["UI/org.eclipse.birt.report.designer.core/src/org/eclipse/birt/report/designer/util/DEUtil.java", "UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/dialogs/BindingExpressionProvider.java"]
|
Birt
|
https://github.com/eclipse/birt
|
eclipse/birt
|
java
| null | null | null | 2006-05-12T02:50:46Z | 2006-04-28T02:06:40Z |
140,754 |
Bug 140754 Can't turn to the right station when use drill-through
|
Details: Can't turn to the right station when use drill-through Step: 1.New a report design named R1. 2.Add two label. 3.Add page break and set the bookmark as "a" on the second label. 4.New another report design named R2. 5.Add a label in R2 and set the hyperlink to R1-"a". Actual result: Preview R2 and click the hyperlink. I find that it only open R1, but turn to the state of the second label.
|
closed fixed
|
d0f8654
|
["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/HTMLActionHandler.java"]
|
Birt
|
https://github.com/eclipse/birt
|
eclipse/birt
|
java
| null | null | null | 2006-05-12T02:36:11Z | 2006-05-09T10:20:00Z |
139,391 |
Bug 139391 [Regression]Chart interactivity didn't work well
|
Steps to reproduce: 1.Add a chart, add a drill-through interactivity to chart title 2.Preview in Web Viewer, click chart title Expected result: Link to the target report, and the report display in a new window correctly Actual result: Link to the target report in the "_self" window, and display the target report incorrectly (see the sreenshot)
|
closed fixed
|
cefa158
|
["chart/org.eclipse.birt.chart.device.svg/src/org/eclipse/birt/chart/device/svg/EventHandlers.java", "chart/org.eclipse.birt.chart.device.svg/src/org/eclipse/birt/chart/device/svg/SVGInteractiveRenderer.java"]
|
Birt
|
https://github.com/eclipse/birt
|
eclipse/birt
|
java
| null | null | null | 2006-05-11T15:35:14Z | 2006-04-29T11:26:40Z |
140,860 |
Bug 140860 ResourceLocator does not locate externalized strings stored in .properties files
|
I have been investigating the support to add my custom resource locator to find my externalized properties files and I want to make sure that I will have the right support. I looked at the BIRT code and found that org.eclipse.birt.report.model.core.BundleHelper does not use the IResourceLocator to find the .properties file. Instead it has a "msgFolder" attribute that holds the directory path of the resource files. However this is not going to work for me. I would like the BundleHelper class to make a call to the IResourceLocator to find the .properties files. Could the component owner change this bug to the right component.
|
closed fixed
|
af05780
|
["model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/core/BundleHelper.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-05-11T09:12:40Z | 2006-05-09T18:40:00Z |
140,746 |
Bug 140746 Available data sets in dynamic text is error
|
Details: Available data sets in dynamic text is error Step: 1.New a data source and data set 2.Add a dynamic text and binding the data set 3.Double click the dynamic text 4.Select Available data sets 5.Select Data set 6.Double click a column of data set - "dataSetRow["EMPLOYEENUMBER"]" Actual result: Preview and pop up the error message. Error0 : Error.ScriptEvaluationError ( 1 time(s) ) detail : org.eclipse.birt.report.engine.api.EngineException: There are errors evaluating script "dataSetRow["EMPLOYEENUMBER"]". at org.eclipse.birt.report.engine.executor.ExecutionContext.evaluate(ExecutionContext.java:542) at org.eclipse.birt.report.engine.executor.ExecutionContext.evaluate(ExecutionContext.java:504) at org.eclipse.birt.report.engine.executor.MultiLineItemExecutor.execute(MultiLineItemExecutor.java:94) at org.eclipse.birt.report.engine.executor.ReportExecutorVisitor.visitMultiLineItem(ReportExecutorVisitor.java:128) at org.eclipse.birt.report.engine.ir.MultiLineItemDesign.accept(MultiLineItemDesign.java:66) 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:595)Caused by: org.mozilla.javascript.EcmaError: ReferenceError: "dataSetRow" is not defined. (<inline>#1) at org.mozilla.javascript.ScriptRuntime.constructError(ScriptRuntime.java:3240) at org.mozilla.javascript.ScriptRuntime.constructError(ScriptRuntime.java:3230) at org.mozilla.javascript.ScriptRuntime.notFoundError(ScriptRuntime.java:3303) at org.mozilla.javascript.ScriptRuntime.name(ScriptRuntime.java:1566) at org.mozilla.javascript.gen.c185._c0(<inline>:1) at org.mozilla.javascript.gen.c185.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.c185.call(<inline>) at org.mozilla.javascript.gen.c185.exec(<inline>) at org.eclipse.birt.core.script.ScriptContext.eval(ScriptContext.java:224) at org.eclipse.birt.report.engine.executor.ExecutionContext.evaluate(ExecutionContext.java:535) ... 50 more
|
closed fixed
|
4cdb2b9
|
["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/schematic/editparts/TextDataEditPart.java"]
|
Birt
|
https://github.com/eclipse/birt
|
eclipse/birt
|
java
| null | null | null | 2006-05-11T09:10:22Z | 2006-05-09T07:33:20Z |
136,740 |
Bug 136740 Error exporting data from a grouped report.
| null |
resolved fixed
|
f8c3259
|
["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-05-11T06:27:05Z | 2006-04-13T20:26:40Z |
139,263 |
Bug 139263 org.eclipse.birt.report.data.adaptor plugin has incorrect spelling
|
The correct spelling for adaptor is adapter. See the org.eclipse.birt.data.oda.adapter.dtp for the correct spelling.
|
resolved fixed
|
890212b
|
["data/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/Activator.java", "data/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/api/AdapterException.java", "data/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/api/DataRequestSession.java", "data/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/api/DataSessionContext.java", "data/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/api/IDataAdapterFactory.java", "data/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/api/IModelAdapter.java", "data/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/i18n/AdapterResourceHandle.java", "data/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/i18n/ResourceConstants.java", "data/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/impl/DataAdapterFactory.java", "data/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/impl/DataRequestSessionImpl.java", "data/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/impl/DataSetMetaDataHelper.java", "data/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/impl/ModelAdapter.java", "data/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/impl/QueryExecutionHelper.java", "data/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/impl/ResultMetaData.java", "data/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/internal/adapter/ColumnAdapter.java", "data/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/internal/adapter/ComputedColumnAdapter.java", "data/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/internal/adapter/ConditionAdapter.java", "data/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/internal/adapter/DataAdapterUtil.java", "data/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/internal/adapter/ExpressionAdapter.java", "data/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/internal/adapter/FilterAdapter.java", "data/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/internal/adapter/GroupAdapter.java", "data/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/internal/adapter/InputParamBindingAdapter.java", "data/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/internal/adapter/JointDataSetAdapter.java", "data/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/internal/adapter/OdaDataSetAdapter.java", "data/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/internal/adapter/OdaDataSourceAdapter.java", "data/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/internal/adapter/ParameterAdapter.java", "data/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/internal/adapter/ScriptDataSetAdapter.java", "data/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/internal/adapter/ScriptDataSourceAdapter.java", "data/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/internal/adapter/SortAdapter.java", "data/org.eclipse.birt.report.data.adapter/test/org/eclipse/birt/report/data/adapter/internal/script/DataAdapterTopLevelScopeTest.java"]
|
Birt
|
https://github.com/eclipse/birt
|
eclipse/birt
|
java
| null | null | null | 2006-05-11T03:26:32Z | 2006-04-28T18:46:40Z |
137,165 |
Bug 137165 Stream closed exception
|
My report generates one simple chart. The data to this chart are generated by my servlet as XML. When I launch this report in web-based viewer (/birt/frameset?__report=) report is working, but when I launch it as standalone HTML (/birt/run?__report=) the viewer return exception: java.lang.RuntimeException: Stream closed at org.eclipse.birt.report.data.oda.xml.util.SaxParser.run(SaxParser.java:108) at java.lang.Thread.run(Thread.java:534)
|
resolved fixed
|
cef4f7d
|
["data/org.eclipse.birt.report.data.oda.xml/src/org/eclipse/birt/report/data/oda/xml/util/SaxParserConsumer.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-05-11T02:56:25Z | 2006-04-18T08:46:40Z |
140,976 |
Bug 140976 assert condition off by one in ReportEngineService
|
The following assertion appears around line 516 in org.eclipse.birt.report.viewer\birt\WEB-INF\classes\org\eclipse\birt\report\services\ReportEngineService.java assert pageNumber > 0 && pageNumber < reportDocument.getPageCount( ); However, since page numbers start at 1 instead of 0, pageNumber could equal reportDocument.getPageCount(). So the assertion should be assert pageNumber > 0 && pageNumber <= reportDocument.getPageCount( );
|
resolved fixed
|
8989efb
|
["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"]
|
Birt
|
https://github.com/eclipse/birt
|
eclipse/birt
|
java
| null | null | null | 2006-05-11T02:37:42Z | 2006-05-10T05:46:40Z |
140,705 |
Bug 140705 Insert group does not work properly when cache preference is set
|
When cache preference is set, insert group does not work properly. Steps to reproduce problem: In Birt report designer: New a report design, data source, data set; Insert a table, drag several columns into table; Set cache preference for data set: check checkbox "Cache dataset data for report view"; Select "Cache and use first [] rows"; Enter '100' as row count. PREVIEW report; Insert group, Preview report again ---> problem happens: only header line will show up. All details are missing. Sample report is also attached.
|
resolved fixed
|
5cf8338
|
["data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/executor/DataSourceAndDataSet.java"]
|
Birt
|
https://github.com/eclipse/birt
|
eclipse/birt
|
java
| null | null | null | 2006-05-10T11:32:23Z | 2006-05-08T23:13:20Z |
129,792 |
Bug 129792 BIDI3.2: [HCG] HTML/Web/PDF viewers are not mirrored
|
This is very specific BiDi issue related to the ability of the product to mirror its interface (and sometimes alter other aspects of its behavior) when Eclipse is started with option "-dir rtl" 1. Start eclipse with "-dir rtl" option 2. Create any Report 3. Preview it using Web/HTML/PDF options Result: The layout of report as it appear in the Eclipse in the Layout tab and as it appears in HTML/PDF are different. While on Layout tab the report is mirrored on HTML/PDF it is not.
|
resolved fixed
|
7369cd6
|
["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/api/HTMLRenderOption.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/IHTMLRenderOption.java"]
|
Birt
|
https://github.com/eclipse/birt
|
eclipse/birt
|
java
| null | null | null | 2006-05-10T10:56:56Z | 2006-02-28T15:20:00Z |
140,985 |
Bug 140985 Cancel button in parameter dialog doesn't work
|
Description: Cancel button in parameter dialog doesn't work Steps to reproduce: 1. New a parameter 2. Preview and click Cancel Expected result: Transfer to layout Actual result: Nothing happened.
|
closed fixed
|
b74c769
|
["UI/org.eclipse.birt.report.designer.ui.preview/src/org/eclipse/birt/report/designer/ui/preview/editors/ReportPreviewFormPage.java"]
|
Birt
|
https://github.com/eclipse/birt
|
eclipse/birt
|
java
| null | null | null | 2006-05-10T08:55:31Z | 2006-05-10T05:46:40Z |
140,972 |
Bug 140972 [Smoke]Multiple master page doesn't work.
|
Description: Multiple master page doesn't work. Steps to reproduce: 1. Insert another master page 2. Double click to edit it Result: java.lang.ClassCastException at org.eclipse.birt.report.designer.core.model.schematic.HandleAdapterFactory.getLibraryHandleAdapter(HandleAdapterFactory.java:289) at org.eclipse.birt.report.designer.core.model.schematic.HandleAdapterFactory.getLibraryHandleAdapter(HandleAdapterFactory.java:304) at org.eclipse.birt.report.designer.core.model.schematic.HandleAdapterFactory.getDesignElementHandleAdapter(HandleAdapterFactory.java:76) at org.eclipse.birt.report.designer.internal.lib.editparts.EmptyEditPart.creatDesignElementHandleAdapter(EmptyEditPart.java:100) at org.eclipse.birt.report.designer.internal.ui.editors.schematic.editparts.ReportElementEditPart.<init>(ReportElementEditPart.java:99) at org.eclipse.birt.report.designer.internal.lib.editparts.EmptyEditPart.<init>(EmptyEditPart.java:39) at org.eclipse.birt.report.designer.internal.lib.editparts.LibraryMasterPageGraphicalPartFactory$1.<init>(LibraryMasterPageGraphicalPartFactory.java:44) at org.eclipse.birt.report.designer.internal.lib.editparts.LibraryMasterPageGraphicalPartFactory.createEditPart(LibraryMasterPageGraphicalPartFactory.java:38) at org.eclipse.gef.ui.parts.AbstractEditPartViewer.setContents(AbstractEditPartViewer.java:594) at org.eclipse.birt.report.designer.internal.ui.editors.schematic.layout.AbstractReportGraphicalEditorWithFlyoutPalette.initializeGraphicalViewer(AbstractReportGraphicalEditorWithFlyoutPalette.java:434) at org.eclipse.birt.report.designer.internal.ui.editors.schematic.layout.ReportMasterPageEditor.initializeGraphicalViewer(ReportMasterPageEditor.java:45) at org.eclipse.birt.report.designer.internal.ui.editors.parts.GraphicalEditorWithFlyoutPalette.createGraphicalViewer(GraphicalEditorWithFlyoutPalette.java:559) at org.eclipse.birt.report.designer.internal.ui.editors.schematic.layout.AbstractReportGraphicalEditorWithRuler.createGraphicalViewer(AbstractReportGraphicalEditorWithRuler.java:60) at org.eclipse.gef.ui.parts.GraphicalEditor.createPartControl(GraphicalEditor.java:163) at org.eclipse.birt.report.designer.internal.ui.editors.parts.GraphicalEditorWithFlyoutPalette.createPartControl(GraphicalEditorWithFlyoutPalette.java:402) at org.eclipse.birt.report.designer.ui.editors.pages.ReportMasterPageEditorFormPage.createPartControl(ReportMasterPageEditorFormPage.java:261) at org.eclipse.ui.forms.editor.FormEditor.pageChange(FormEditor.java:462) at org.eclipse.birt.report.designer.ui.editors.MultiPageReportEditor.pageChange(MultiPageReportEditor.java:481) at org.eclipse.ui.forms.editor.FormEditor.setActivePage(FormEditor.java:596) at org.eclipse.ui.forms.editor.FormEditor.setActivePage(FormEditor.java:502) at org.eclipse.birt.report.designer.ui.editors.MultiPageReportEditor.handleOpenMasterPage(MultiPageReportEditor.java:882) at org.eclipse.birt.report.designer.ui.editors.MultiPageReportEditor.performRequest(MultiPageReportEditor.java:870) at org.eclipse.birt.report.designer.core.util.mediator.ReportMediator.notifyRequest(ReportMediator.java:128) at org.eclipse.birt.report.designer.internal.ui.views.outline.DesignerOutlinePage$2.widgetDefaultSelected(DesignerOutlinePage.java:218) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:97) 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:143) 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
|
411737d
|
["UI/org.eclipse.birt.report.designer.ui.editors/src/org/eclipse/birt/report/designer/ui/editors/MultiPageReportEditor.java"]
|
Birt
|
https://github.com/eclipse/birt
|
eclipse/birt
|
java
| null | null | null | 2006-05-10T08:54:33Z | 2006-05-10T03:00:00Z |
140,963 |
Bug 140963 Double quotation should be added to image from resource path automatically.
|
Description: Double quotation should be added to image automatically after select it from resource path. Steps to reproduce: 1. Insert a image 2. Select image file from BIRT resource path folder and click OK 3. Preview. Expected result: After click OK, double quotation should be added to image file automatically. Preview is ok without errors. Actual result: There are errors on the report page: -There are error(s) in Image : 5 Error0 : Error.ScriptEvaluationError ( 1 time(s) ) detail : org.eclipse.birt.report.engine.api.EngineException: There are errors evaluating script "mine.jpg". at org.eclipse.birt.report.engine.executor.ExecutionContext.evaluate(ExecutionContext.java:542) at org.eclipse.birt.report.engine.executor.ExecutionContext.evaluate(ExecutionContext.java:504) at org.eclipse.birt.report.engine.executor.ImageItemExecutor.handleURIImage(ImageItemExecutor.java:192) at org.eclipse.birt.report.engine.executor.ImageItemExecutor.handleImage(ImageItemExecutor.java:145)
|
closed fixed
|
54542e4
|
["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-05-10T06:07:49Z | 2006-05-10T03:00:00Z |
131,928 |
Bug 131928 tabs in the sql editor for a dataset break the syntax highlighting for the next keyword
|
if you type in the query like this (where <tab> is a press of the tab key) select name from user <tab>inner join address on address.user_id = user.id the syntax highlighting does not apply the correct colour to the word "inner" if you change the <tab> to a space the colour is displayed correctly.
|
resolved fixed
|
6f20f8b
|
["data/org.eclipse.birt.report.data.oda.jdbc.ui/src/org/eclipse/birt/report/data/oda/jdbc/ui/editors/SQLKeywordRule.java"]
|
Birt
|
https://github.com/eclipse/birt
|
eclipse/birt
|
java
| null | null | null | 2006-05-10T03:42:19Z | 2006-03-15T13:40:00Z |
132,644 |
Bug 132644 getAllTocs(), getAllBookMarks() should be in ModuleHandle but not ReportDesignHandle
|
Steps to reproduce: 1.New a library, add a label with bookmark "a" 2.New another label, add "Internal Bookmark" hyperlink on it Expected result: "a" will be listed in the bookmark list Actual result: No bookmark will be returned coz getAllBookMarks() can only be used in ReportDesignHandle Note: getAllTocs() has the same problem
|
closed fixed
|
a779e04
|
["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-05-10T03:34:18Z | 2006-03-21T08:33:20Z |
132,622 |
Bug 132622 Published template won't display in the template wizard
|
Steps to reproduce: 1.New a template 2.Open Preferences->BIRT->Template, change the default path to the root where eclipse exists. For example: the default path is /D:/eclipse/plugins/org.eclipse.birt.report.designer.ui_2.1.0.N20060319-2230/templates/ , change it to /D: without slash "/" following the comma ":" 3.Publish the template as name "aa" 4.New a report with the template wizard Expected result: Template "aa" will display in the template wizard Actual result: Template "aa" is not in the template wizard, but it did exists in d:/
|
closed fixed
|
288dc07
|
["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/wizards/WizardTemplateChoicePage.java"]
|
Birt
|
https://github.com/eclipse/birt
|
eclipse/birt
|
java
| null | null | null | 2006-05-10T03:21:06Z | 2006-03-21T03:00:00Z |
140,538 |
Bug 140538 Can't save by auto when it is preview after create the 2nd parameter
|
Details: Can't save by auto when it is preview after create the 2nd parameter Step: 1.New a report design. 2.Create the 1st parameter and preview. 3.Create the 2nd parameter and preview. Actual result: After step 2, it is ok. After step 3, if I have not press save button, it will not save by auto.
|
closed fixed
|
e1379dc
|
["UI/org.eclipse.birt.report.designer.ui.preview/src/org/eclipse/birt/report/designer/ui/preview/editors/ReportPreviewFormPage.java"]
|
Birt
|
https://github.com/eclipse/birt
|
eclipse/birt
|
java
| null | null | null | 2006-05-10T01:24:40Z | 2006-05-08T06:33:20Z |
140,534 |
Bug 140534 [Smoke]Can't changed the value of parameter use show report parameter
|
Details: [Smoke]Can't changed the value of parameter use show report parameter Step: 1. New a parameter. 2. Change display type to list box. 3. Insert some value into selection value and set the first value to default value. 4. Drop the parameter inro layout 5. Preview and press show report parameter, change the value and press OK. Actual result: The value can't be changed.
|
closed fixed
|
8c77650
|
["viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/context/BaseAttributeBean.java", "viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/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/presentation/aggregation/parameter/ComboBoxParameterFragment.java", "viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/presentation/aggregation/parameter/RadioButtonParameterFragment.java", "viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/presentation/aggregation/parameter/ScalarParameterFragment.java", "viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/soapengine/endpoint/BirtSoapBindingImpl.java"]
|
Birt
|
https://github.com/eclipse/birt
|
eclipse/birt
|
java
| null | null | null | 2006-05-09T09:46:12Z | 2006-05-08T06:33:20Z |
140,395 |
Bug 140395 IImage.getID() return null on chart images
|
When I use image.getID() to retrieve ID of chart image, it always returns null.
|
resolved fixed
|
119088c
|
["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/Image.java"]
|
Birt
|
https://github.com/eclipse/birt
|
eclipse/birt
|
java
| null | null | null | 2006-05-09T08:20:11Z | 2006-05-05T17:26:40Z |
138,175 |
Bug 138175 bookmark link set in drill through link should be saved in Hyperlink Options dialog.
|
Description: bookmark link set in drill through link should be saved in Hyperlink Options dialog. Steps to reproduce: 1. Define a drill through link with target bookmark selected. 2. Reopen Hyperlink Options dialog Result: The selected bookmark is gone but it is saved in xml source. Expected result: Target bookmark displayed in Hyperlink Options dialog.
|
closed fixed
|
08b800d
|
["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-05-09T06:56:43Z | 2006-04-24T06:26:40Z |
139,648 |
Bug 139648 BIRT Resouce deployment issue - Wrong relative path generated.
|
- Set the BIRT Resource Path using Windows->Preference to E:\birt\birtResources - Copy base.rptlibrary, testlibrary.rptlibrary files to the above location. - Now the library explorer will show all the two libraries. - Create a report design and add the report items from the libraries. - Open the XMLSource view of the report design. The relative paths to the library are not correct. <list-property name="libraries"> <structure> <property name="fileName">../../birtResources/base.rptlibrary</property> <property name="namespace">base</property> </structure> <structure> <property name="fileName">../../birtResources/testlibrary.rptlibrary</property> <property name="namespace">testlibrary</property> </structure> </list-property>
|
resolved fixed
|
815327d
|
["UI/org.eclipse.birt.report.designer.core/src/org/eclipse/birt/report/designer/util/DEUtil.java", "UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/util/UIUtil.java", "UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/views/actions/ImportLibraryAction.java"]
|
Birt
|
https://github.com/eclipse/birt
|
eclipse/birt
|
java
| null | null | null | 2006-05-09T02:46:36Z | 2006-05-02T00:33:20Z |
139,409 |
Bug 139409 Properties file with multi-catalog
|
Details: Properties file with multi-catalog Step: 1. Set the resource folder as c:/source 2. Create a folder in resource folder: c:/source/properties/ 3. New a report design and create a properties in c:/source/properties/ 4. Add a label ans switch to Locatization, press ... 5. Add a key and value. Actual result: It said that the properties file is read-only and I can not add some key.
|
closed fixed
|
9c0eba1
|
["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/dialogs/ResourceEditDialog.java"]
|
Birt
|
https://github.com/eclipse/birt
|
eclipse/birt
|
java
| null | null | null | 2006-05-08T06:54:56Z | 2006-04-30T04:06:40Z |
139,346 |
Bug 139346 Using isTopN in table inside list group header doesn't work.
|
Description: Using isTopN in table inside list group header doesn't work. Steps to reproduce: 1.Insert a list with a group 2.Insert a table to list group header 3.Using Total.isTopN(row[],2,null,0) as filter expression in table item. 4.Preview Result: Only the first group displayed top 2 records, other groups kept display all records.
|
closed fixed
|
2309e10
|
["data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/QueryExecutor.java"]
|
Birt
|
https://github.com/eclipse/birt
|
eclipse/birt
|
java
| null | null | null | 2006-05-08T05:02:34Z | 2006-04-29T03:06:40Z |
139,388 |
Bug 139388 Tooltip keeps displaying after mouse click and can find no way to make it disappear.
|
Description: Tooltip keeps displaying after mouse click and can find no way to make it disappear. Steps to reproduce: 1. Insert a chart 2. Add interactivity for it so that when mouse click chart area, tooltip shows 3. Preview, and click mouse in chart area Result: Tooltip shows always. I can find no way to make tooltip disappear.
|
closed fixed
|
aba11a2
|
["chart/org.eclipse.birt.chart.device.svg/src/org/eclipse/birt/chart/device/svg/EventHandlers.java", "chart/org.eclipse.birt.chart.device.svg/src/org/eclipse/birt/chart/device/svg/SVGInteractiveRenderer.java"]
|
Birt
|
https://github.com/eclipse/birt
|
eclipse/birt
|
java
| null | null | null | 2006-05-01T16:57:45Z | 2006-04-29T08:40:00Z |
136,820 |
Bug 136820 viewer supports render report in pdf format
| null |
closed fixed
|
90b8be2
|
["viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/IBirtConstants.java", "viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/context/BaseAttributeBean.java", "viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/context/ViewerAttributeBean.java", "viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/presentation/aggregation/layout/FramesetFragment.java", "viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/service/BirtViewerReportService.java", "viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/service/ReportEngineService.java", "viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/service/actionhandler/BirtRenderReportActionHandler.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-04-29T08:23:35Z | 2006-04-14T07:33:20Z |
139,355 |
Bug 139355 Error occurs when preview a image and dataset
|
Decription: Insert a image from resource folder, and insert a dataset to layout for preview. Error occurs. Steps to reproduce: 1.Create a sample datasource, and a dataset with "select * from customers". 2.Pull the dataset to the layout. Insert a image from BIRT resource folder, which type is gif. 3.Error occurs when preview. Error log: -Image OO iIo: 88 iIo 0 : Error.ScriptEvaluationError ( 1 I IeI EAI: org.eclipse.birt.report.engine.api.EngineException: A 12A347EEA6B21CC1A9A6232E2630911CA0A8A.GIFE3o i at org.eclipse.birt.report.engine.executor.ExecutionContext.evaluate(ExecutionContext.java:525) at org.eclipse.birt.report.engine.executor.ExecutionContext.evaluate(ExecutionContext.java:487) at org.eclipse.birt.report.engine.executor.ImageItemExecutor.handleURIImage(ImageItemExecutor.java:192) at org.eclipse.birt.report.engine.executor.ImageItemExecutor.handleImage(ImageItemExecutor.java:145) at org.eclipse.birt.report.engine.executor.ImageItemExecutor.execute(ImageItemExecutor.java:121) at org.eclipse.birt.report.engine.executor.ReportExecutorVisitor.visitImageItem(ReportExecutorVisitor.java:221) at org.eclipse.birt.report.engine.ir.ImageItemDesign.accept(ImageItemDesign.java:91) 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.ViewerServlet.__doGet(Unknown Source) at org.eclipse.birt.report.servlet.BirtSoapMessageDispatcherServlet.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: missing exponent (<inline>#1) at org.mozilla.javascript.DefaultErrorReporter.runtimeError(DefaultErrorReporter.java:95) at org.mozilla.javascript.DefaultErrorReporter.error(DefaultErrorReporter.java:82) at org.mozilla.javascript.Parser.addError(Parser.java:120) at org.mozilla.javascript.TokenStream.getToken(TokenStream.java:470) at org.mozilla.javascript.Parser.peekToken(Parser.java:138) at org.mozilla.javascript.Parser.parse(Parser.java:332) at org.mozilla.javascript.Parser.parse(Parser.java:287) at org.mozilla.javascript.Context.compileImpl(Context.java:2349) at org.mozilla.javascript.Context.compileString(Context.java:1372) at org.mozilla.javascript.Context.compileString(Context.java:1361) at org.eclipse.birt.core.script.ScriptContext.eval(ScriptContext.java:221) at org.eclipse.birt.report.engine.executor.ExecutionContext.evaluate(ExecutionContext.java:518) ... 52 more
|
closed fixed
|
3fa4746
|
["UI/org.eclipse.birt.report.designer.core/src/org/eclipse/birt/report/designer/core/model/schematic/ImageHandleAdapter.java"]
|
Birt
|
https://github.com/eclipse/birt
|
eclipse/birt
|
java
| null | null | null | 2006-04-29T07:47:51Z | 2006-04-29T03:06:40Z |
135,207 |
Bug 135207 parameter dialog is not displayed when drill through to a PDF report that contains parameter with no default value
|
steps to reproduce: - create 1st report - add a report parameter (no default value) - create 2nd report - add a label "link" - edit hyperlink property (type: drill-through, target report format: PDF) - preview 1st report - click on "link" expected behavior: - parameter dialog should be displayed - target report is rendered in PDF format actual behavior: - "Some required parameter values are not set or set to incompatible data type." was displayed instead.
|
closed fixed
|
86bf21b
|
["viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/presentation/aggregation/layout/EngineFragment.java", "viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/servlet/ViewerServlet.java"]
|
Birt
|
https://github.com/eclipse/birt
|
eclipse/birt
|
java
| null | null | null | 2006-04-29T07:15:33Z | 2006-04-06T07:53:20Z |
139,343 |
Bug 139343 [regression]Can not use __document to preview report document when deploy birt.
|
Summary: [regression]Can not use __document to preview report document when deploy birt. Steps to reproduce: 1. Deploy birt 2. Render a report document 3. Preview the report document by using __document Result: The design file C:\apps\jakarta-tomcat-5.5.7\webapps\birt060428\ has error and can not be run.
|
closed fixed
|
593a2a2
|
["viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/context/BaseAttributeBean.java", "viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/service/BirtViewerReportDesignHandle.java", "viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/service/BirtViewerReportService.java"]
|
Birt
|
https://github.com/eclipse/birt
|
eclipse/birt
|
java
| null | null | null | 2006-04-29T03:22:57Z | 2006-04-29T03:06:40Z |
138,828 |
Bug 138828 Export data column are disordered
|
Steps to reproduce: 1.Add a sample data source and a data set with table "CUSTOMERS" 2.Preview in Web Viewer 3.Click "Export data", choose columns "CUSTOMERNAME","PHONE","CITY","STATE" to be exported, click "OK" Expected result: The exported columns is alphabetic order or the same order as selected columns Actual result: The exported columns is disordered. they are "STATE","CITY","CUSTOMERNAME","PHONE".
|
closed fixed
|
da66584
|
["viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/service/BirtViewerReportService.java", "viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/service/ReportEngineService.java", "viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/service/actionhandler/BirtExtractDataActionHandler.java", "viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/service/api/IViewerReportService.java"]
|
Birt
|
https://github.com/eclipse/birt
|
eclipse/birt
|
java
| null | null | null | 2006-04-29T01:48:08Z | 2006-04-27T03:53:20Z |
139,114 |
Bug 139114 [Smoke] Cascading parameter could not work
|
Description: Create a 5 level cascading parameter, pull them all to the layout. Only the first parameter allow user to select the value, others are disabled. Steps to reproduce: 1.Create a flatfile datasource and dataset. Get the attached file. 2.Create a 5 level cascading parameters, pull them to the report layout. Preview, in the "Input Parameter" dialog, only the toppest level of parameter allow the user to select the value, others are all disabled.
|
closed fixed
|
6865765
|
["viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/service/actionhandler/AbstractGetCascadeParameterActionHandler.java"]
|
Birt
|
https://github.com/eclipse/birt
|
eclipse/birt
|
java
| null | null | null | 2006-04-28T13:10:10Z | 2006-04-28T02:06:40Z |
139,125 |
Bug 139125 Preview the Cascading parameter in the web viewer,it will be added "html" after the value automaticly
|
Description: see the picture attached.Preview the design file in web viewer, and you will find all parameter value is added "html" after. Step to reproduce: 1. Use the design file attached 2. Preview it in web viewer with choosing "CA" -> "B****" Actual result; Like the picture shows, the value of parameter is so odd
|
closed fixed
|
80d5215
|
["viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/presentation/aggregation/parameter/ComboBoxParameterFragment.java", "viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/presentation/aggregation/parameter/RadioButtonParameterFragment.java", "viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/presentation/aggregation/parameter/ScalarParameterFragment.java"]
|
Birt
|
https://github.com/eclipse/birt
|
eclipse/birt
|
java
| null | null | null | 2006-04-28T12:07:16Z | 2006-04-28T04:53:20Z |
137,817 |
Bug 137817 NPE while generating PDF report
|
Got this excecption when generating a big PDF report. The PDF report fails and a browser error page is displayed: WARNING: D:\workspaces\runtime-workspace\.metadata\.plugins\com.ibm.xtools.analysis.reporting\reports\codereview_severity_summary\codereview_severity_summary.pdf (The system cannot find the path specified) java.io.FileNotFoundException: D:\workspaces\runtime-workspace\.metadata\.plugins\com.ibm.xtools.analysis.reporting\reports\codereview_severity_summary\codereview_severity_summary.pdf (The system cannot find the path specified) at java.io.FileOutputStream.open(Native Method) at java.io.FileOutputStream.<init>(FileOutputStream.java:201) at java.io.FileOutputStream.<init>(FileOutputStream.java:153) at org.eclipse.birt.report.engine.emitter.pdf.PDFEmitter.initialize(PDFEmitter.java:186) at org.eclipse.birt.report.engine.layout.impl.ReportLayoutEngine.initialize(ReportLayoutEngine.java:381) at org.eclipse.birt.report.engine.presentation.WrappedEmitter.initialize(WrappedEmitter.java:44) at org.eclipse.birt.report.engine.presentation.LocalizedEmitter.initialize(LocalizedEmitter.java:129) at org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.createContentEmitter(RunAndRenderTask.java:145) at org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.run(RunAndRenderTask.java:174) at com.ibm.xtools.analysis.reporting.internal.editor.ReportEditor$1.runInWorkspace(ReportEditor.java:167) at org.eclipse.core.internal.resources.InternalWorkspaceJob.run(InternalWorkspaceJob.java:38) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:58)
|
resolved fixed
|
2657866
|
["engine/org.eclipse.birt.report.engine.emitter.pdf/src/org/eclipse/birt/report/engine/emitter/pdf/PDFEmitter.java"]
|
Birt
|
https://github.com/eclipse/birt
|
eclipse/birt
|
java
| null | null | null | 2006-04-28T03:21:29Z | 2006-04-20T19:06:40Z |
138,732 |
Bug 138732 getValue fails
|
The following script fails on Data Element OnCreate if( this.getValue() < 70000){ this.getStyle().backgroundColor = "Purple"; }
|
resolved fixed
|
8869109
|
["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/DataItemExecutor.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/ImageItemExecutor.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/TextItemExecutor.java"]
|
Birt
|
https://github.com/eclipse/birt
|
eclipse/birt
|
java
| null | null | null | 2006-04-28T03:06:56Z | 2006-04-26T19:33:20Z |
136,041 |
Bug 136041 [Regression]the dataset property binding can not work
|
Description: the dataset property binding can not work Steps to reproduce: 1. new a datasource and a dataset 2. new a report parameter 3. double click the dataset, set to the parameter to the dataset property binding. Actual result: java.lang.NoSuchMethodError: java.math.BigDecimal.<init>(J)V at org.eclipse.birt.report.model.api.elements.structures.PropertyBinding.setID(PropertyBinding.java:186) at org.eclipse.birt.report.model.api.DesignElementHandle.setPropertyBinding(DesignElementHandle.java:2169) at org.eclipse.birt.report.designer.data.ui.datasource.PropertyBindingPage.performOk(PropertyBindingPage.java:328) at org.eclipse.birt.report.designer.ui.dialogs.properties.AbstractPropertyDialog.okPressed(AbstractPropertyDialog.java:570) at org.eclipse.birt.report.designer.ui.dialogs.properties.AbstractPropertyDialog.okPressed(AbstractPropertyDialog.java:555) at org.eclipse.birt.report.designer.data.ui.dataset.DataSetEditor.okPressed(DataSetEditor.java:428) at org.eclipse.birt.report.designer.ui.dialogs.properties.AbstractPropertyDialog.buttonPressed(AbstractPropertyDialog.java:437) at org.eclipse.jface.dialogs.Dialog$3.widgetSelected(Dialog.java:645) 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:925) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3287) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2907) at org.eclipse.jface.window.Window.runEventLoop(Window.java:811) at org.eclipse.jface.window.Window.open(Window.java:789) at org.eclipse.birt.report.designer.internal.ui.dialogs.BaseDialog.open(BaseDialog.java:145) at org.eclipse.birt.report.designer.internal.ui.views.data.providers.DataSetNodeProvider.performEdit(DataSetNodeProvider.java:198) at org.eclipse.birt.report.designer.internal.ui.views.DefaultNodeProvider.performRequest(DefaultNodeProvider.java:351) at org.eclipse.birt.report.designer.internal.ui.views.actions.EditAction.doAction(EditAction.java:79) at org.eclipse.birt.report.designer.internal.ui.views.actions.AbstractElementAction.run(AbstractElementAction.java:64) at org.eclipse.birt.report.designer.internal.ui.views.RenameListener.doubleClick(RenameListener.java:211) at org.eclipse.jface.viewers.StructuredViewer$1.run(StructuredViewer.java:759) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37) at org.eclipse.core.runtime.Platform.run(Platform.java:816) at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:44) at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:148) at org.eclipse.jface.viewers.StructuredViewer.fireDoubleClick(StructuredViewer.java:757) at org.eclipse.jface.viewers.StructuredViewer.handleDoubleSelect(StructuredViewer.java:991) at org.eclipse.jface.viewers.StructuredViewer$4.widgetDefaultSelected(StructuredViewer.java:1098) at org.eclipse.jface.util.OpenStrategy.fireDefaultSelectionEvent(OpenStrategy.java:220) at org.eclipse.jface.util.OpenStrategy.access$0(OpenStrategy.java:217) at org.eclipse.jface.util.OpenStrategy$1.handleEvent(OpenStrategy.java:276) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:925) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3287) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2907) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1899) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1863) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:417) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:106) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:99) 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:374) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:169) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at org.eclipse.core.launcher.Main.invokeFramework(Main.java:338) at org.eclipse.core.launcher.Main.basicRun(Main.java:282) at org.eclipse.core.launcher.Main.run(Main.java:977) at org.eclipse.core.launcher.Main.main(Main.java:952)
|
closed fixed
|
49f4d8f
|
["model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/elements/structures/PropertyBinding.java"]
|
Birt
|
https://github.com/eclipse/birt
|
eclipse/birt
|
java
| null | null | null | 2006-04-27T08:55:22Z | 2006-04-11T04:33:20Z |
138,838 |
Bug 138838 [Regression]Localization can't be set
|
Steps to reproduce: 1.New a report, add a Resource file "a.properties" for it 2.Add a label, select it, switch to property editor 3.Choose Localization, set key to "a", value to "actuate", add them to the resource file. 4.Select the key and value, click "OK" Expected result: "a=acutate" is added to the resource file and display text of lable is "actuate" Actual result: Read-Only File Encountered: File "XX\XX\a.properties_en_US.properties" is read-only, please make sure it can be written first. Note: the path for the resource file in the exception(XX\XX\a.properties_en_US.properties) is not the resource folder but the current workspace
|
closed fixed
|
c5b824f
|
["UI/org.eclipse.birt.report.designer.core/src/org/eclipse/birt/report/designer/core/model/schematic/ImageHandleAdapter.java", "UI/org.eclipse.birt.report.designer.ui.lib.explorer/src/org/eclipse/birt/report/designer/ui/lib/explorer/LibraryExplorerView.java", "UI/org.eclipse.birt.report.designer.ui.lib.explorer/src/org/eclipse/birt/report/designer/ui/lib/explorer/LibraryExplorerViewPage.java", "UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/dialogs/resource/ResourceFileFolderSelectionDialog.java", "UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/dialogs/resource/ResourceSelectionValidator.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-04-27T07:54:37Z | 2006-04-27T06:40:00Z |
138,733 |
Bug 138733 getExpressionValue fails
|
The following script fails on Row OnCreate if (this.getRowData().getExpressionValue("row[CREDITLIMIT]") > 80000 ){ this.getStyle().backgroundColor = "red"; }
|
resolved fixed
|
eb7c601
|
["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/script/internal/instance/ReportElementInstance.java"]
|
Birt
|
https://github.com/eclipse/birt
|
eclipse/birt
|
java
| null | null | null | 2006-04-27T06:53:28Z | 2006-04-26T19:33:20Z |
137,142 |
Bug 137142 Type in chart interactivity doesn't work.
|
Description: Type in chart interactivity doesn't work. Steps to reproduce 1. Insert a chart. 2. Set Title interactivity or other interactivity, set type to Mouse click, set Action Show Tooltip. 3. Preview. Expected result: When click mouse, tooltip shows. Actual result: When mouse moved over, tooltip showed.
|
closed fixed
|
cbe2ac5
|
["chart/org.eclipse.birt.chart.device.svg/src/org/eclipse/birt/chart/device/svg/SVGInteractiveRenderer.java"]
|
Birt
|
https://github.com/eclipse/birt
|
eclipse/birt
|
java
| null | null | null | 2006-04-26T15:19:04Z | 2006-04-18T06:00:00Z |
132,618 |
Bug 132618 Drill-Through forces pagination... frameset forces pagination
| null |
resolved fixed
|
96e7a71
|
["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/service/ReportEngineService.java"]
|
Birt
|
https://github.com/eclipse/birt
|
eclipse/birt
|
java
| null | null | null | 2006-04-26T10:27:05Z | 2006-03-21T03:00:00Z |
138,556 |
Bug 138556 New a report, system switch the XML page
|
New a report, system switch the XML page Steps: 1.Create a new report design file Actual Results: 1.System will switch the XML page Expected Results: 1.System will switch the layout page
|
closed fixed
|
546229f
|
["UI/org.eclipse.birt.report.designer.ui.ide/src/org/eclipse/birt/report/designer/internal/ui/ide/adapters/NewLibraryWizardAdapterFactory.java", "UI/org.eclipse.birt.report.designer.ui.ide/src/org/eclipse/birt/report/designer/ui/ide/wizards/NewReportWizard.java", "UI/org.eclipse.birt.report.designer.ui.ide/src/org/eclipse/birt/report/designer/ui/ide/wizards/NewTemplateWizard.java", "UI/org.eclipse.birt.report.designer.ui.rcp/src/org/eclipse/birt/report/designer/ui/internal/rcp/wizards/NewReportTemplateWizard.java", "UI/org.eclipse.birt.report.designer.ui.rcp/src/org/eclipse/birt/report/designer/ui/internal/rcp/wizards/NewReportWizard.java", "UI/org.eclipse.birt.report.designer.ui.rcp/src/org/eclipse/birt/report/designer/ui/internal/rcp/wizards/WizardNewLibraryCreationPage.java"]
|
Birt
|
https://github.com/eclipse/birt
|
eclipse/birt
|
java
| null | null | null | 2006-04-26T09:21:41Z | 2006-04-26T02:53:20Z |
137,415 |
Bug 137415 The dataset can not be edit when the report is created by the old version birt
|
Description: The dataset can not be edit when the report is created by the old version birt Steps to reproduce: 1. download the attached design file 2. double click the dataset Actual result: In the first to clicking the dataset, update message is appeared. The second time to clicking the dataset, an error is thrown out. org.eclipse.birt.data.engine.core.DataException: Cannot open the connection for the driver: org.eclipse.birt.report.data.oda.jdbc Missing properties in Connection.open(Properties). at org.eclipse.birt.data.engine.odaconsumer.ConnectionManager.openConnection(ConnectionManager.java:136) at org.eclipse.birt.data.engine.executor.DataSource.newConnection(DataSource.java:120) at org.eclipse.birt.data.engine.executor.DataSource.open(DataSource.java:108) at org.eclipse.birt.data.engine.impl.DataSourceRuntime.openOdiDataSource(DataSourceRuntime.java:206) at org.eclipse.birt.data.engine.impl.QueryExecutor.openDataSource(QueryExecutor.java:247) at org.eclipse.birt.data.engine.impl.QueryExecutor.prepareExecution(QueryExecutor.java:197) at org.eclipse.birt.data.engine.impl.PreparedQuery.doPrepare(PreparedQuery.java:350) at org.eclipse.birt.data.engine.impl.PreparedDataSourceQuery.execute(PreparedDataSourceQuery.java:181) at org.eclipse.birt.data.engine.impl.PreparedDataSourceQuery.execute(PreparedDataSourceQuery.java:164) at org.eclipse.birt.report.designer.internal.ui.util.DataSetManager.execute(DataSetManager.java:320) at org.eclipse.birt.report.designer.internal.ui.util.DataSetManager.getColumns(DataSetManager.java:260) at org.eclipse.birt.report.designer.internal.ui.util.DataSetManager.getColumns(DataSetManager.java:196) at org.eclipse.birt.report.designer.internal.ui.util.DataSetManager.refresh(DataSetManager.java:160) at org.eclipse.birt.report.designer.internal.ui.views.data.DataViewTreeViewerPage$5.run(DataViewTreeViewerPage.java:491) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:123) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3323) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2969) 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:143) 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:376) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:169) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336) at org.eclipse.core.launcher.Main.basicRun(Main.java:280) at org.eclipse.core.launcher.Main.run(Main.java:977) at org.eclipse.core.launcher.Main.main(Main.java:952) Caused by: org.eclipse.birt.report.data.oda.jdbc.JDBCException: Missing properties in Connection.open(Properties). at org.eclipse.birt.report.data.oda.jdbc.Connection.open(Connection.java:108) at org.eclipse.datatools.connectivity.oda.consumer.helper.OdaConnection.open(OdaConnection.java:230) at org.eclipse.birt.data.engine.odaconsumer.ConnectionManager.openConnection(ConnectionManager.java:124) ... 35 more
|
closed fixed
|
59e2e2f
|
["data/org.eclipse.birt.report.data.oda.sampledb.ui/src/org/eclipse/birt/report/data/oda/sampledb/ui/SampleDataSetEditor.java"]
|
Birt
|
https://github.com/eclipse/birt
|
eclipse/birt
|
java
| null | null | null | 2006-04-26T08:24:39Z | 2006-04-19T01:26:40Z |
131,628 |
Bug 131628 Dynamic pick list enhancements - BIRT designer UI changes
| null |
resolved fixed
|
ffe25c8
|
["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/dialogs/CascadingParametersDialog.java"]
|
Birt
|
https://github.com/eclipse/birt
|
eclipse/birt
|
java
| null | null | null | 2006-04-26T06:56:19Z | 2006-03-14T01:33:20Z |
138,552 |
Bug 138552 [Smoke][Regression]The web viewer can not work
|
Description: The web viewer can not work Steps to reproduce: 1. new a report 2. new a label and input something in the label 3. save and preview with the web viewer Actual result: Nothing is displayed.
|
closed fixed
|
181bda3
|
["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-04-26T05:57:09Z | 2006-04-26T02:53:20Z |
132,942 |
Bug 132942 Create adaptor plugin for Data Engine to support BIRT requests
|
BIRT Data Engine is not designed to be dependent on the birt.model plugin (in order to promote reuse of this component). This has necessitated the class org.eclipse.birt.report.engine.adaptor.ModelDteApiAdaptor in order for BIRT components to issue BIRT model-based requests. This class currently reside in the Engine plugin. Going forward we should introduce a new plugin to act as an adaptor of DtE for use with BIRT. This plugin will introduce a BIRT data engine adaptor API which will allow BIRT ROM objects to be directly given as parameters for data requests, thereby obsoleting the need for the ModelDteApiAdaptor class. Some features of the DataSetManager class (currently in designer.ui) can also be moved into this new adaptor plugin.
|
resolved fixed
|
d555745
|
["data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/api/querydefn/JointDataSetDesign.java"]
|
Birt
|
https://github.com/eclipse/birt
|
eclipse/birt
|
java
| null | null | null | 2006-04-25T23:01:43Z | 2006-03-23T05:00:00Z |
138,294 |
Bug 138294 If a TemplateReportItem is set to invisible, it should be invisible in HTML output
|
If a TemplateReportItem is set to invisible, it should be invisible in HTML output. Right now, even if it is set to invisible, it still shows up in preview in HTML format.
|
resolved fixed
|
79a5499
|
["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/ReportItemExecutor.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/StyledItemExecutor.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/TemplateExecutor.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-04-25T11:34:01Z | 2006-04-24T23:06:40Z |
136,833 |
Bug 136833 Group key is affected by Generate All button in group.
|
Description: Group key is affected by Generate All button in group. Steps to reproduce: 1. Insert a list 2. Add a group, select a group key, then click Generate All button. Actual result: Group key disappeared, you have to reset it.
|
closed fixed
|
0fd3c3b
|
["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/dialogs/GroupDialog.java"]
|
Birt
|
https://github.com/eclipse/birt
|
eclipse/birt
|
java
| null | null | null | 2006-04-25T09:53:54Z | 2006-04-14T13:06:40Z |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.