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] |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
146,526 | Bug 146526 table of contents and bookmarks in target document cannot be selected if report and target document are stored at different disk | steps to reproduce: - create a document at disk D, and move it to disk C - create a report at disk D, and edit a drill through hyperlink - select table of contents and bookmarks in the document expected behavior: - table of contents and bookmarks can be selected actual behavior: - it simply didn't | closed fixed | f8005be | ["model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/util/URIUtil.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-06-13T03:26:27Z | 2006-06-12T08:13:20Z |
146,550 | Bug 146550 Could not insert JPG image to report layout | Description: Could not insert a image whose suffix is JPG(capital) to report layout. Steps to reproduce: 1.Insert a image whose suffix is JPG to report layout, the error message is "The file you selected is not an image.". 2.While when you change the suffix to jpg, it is ok. Expect result: Insert a JPG image correctly. | closed fixed | 3e8c62c | ["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-06-13T02:48:18Z | 2006-06-12T13:46:40Z |
143,510 | Bug 143510 mysql column alias problem | I was using the following select statement as my data source: select id_case, cases.id_state, states.state, cast(summary AS CHAR) as summary, cast(descr AS CHAR) as descr, start_date, cast(client_text AS CHAR) as client_text, group_elements.name, groups.name from states, cases LEFT OUTER JOIN group_elements ON id_analist = group_elements.id_ge LEFT OUTER JOIN groups ON cases.id_group = groups.id_group where states.id_state = cases.id_state when I came across this issue. In the preview (I'm not sure if the same happens after report generation), group_elements.name and groups.name values don't show up correctly. In fact, groups.name appears as "name_9" (which of course isn't a problem) but its values are the same as group_elements.name values. Using an alias for one of the columns solves this issue. (Obviously this might be an issue with the mysql driver, but I don't think that's the case) | resolved fixed | da030e2 | ["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-06-12T13:53:50Z | 2006-05-24T17:00:00Z |
146,481 | Bug 146481 Name is not necessary for extended element | Steps to reproduce: 1.New a label named "label" in library 2.New a report, extend lib.label Expected result: No name for the extended label Actual result: "label" is added as the name of label in report. It's not reasonable because "Restore Properties" is enabled even without properties change. | closed fixed | 7a8901e | ["model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/EmptyGroupElementHandle.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/GroupElementHandle.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/SimpleGroupElementHandle.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-06-12T08:51:14Z | 2006-06-12T02:40:00Z |
146,369 | Bug 146369 Zoom in/out doesn't work in Master page | Steps to reproduce: 1.New a report 2.Switch to Master page, choose Page->Zoom In/Out Expected result: Masterpage is zoomed in/out Actual result: Layout is zoomed in/out | closed fixed | 5a27937 | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/DesignerActionBarContributor.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-06-12T08:45:19Z | 2006-06-10T06:13:20Z |
146,210 | Bug 146210 [Regression]"null" value will appear in parameter "display as" box several times | Description:"null" value will appear in parameter "display as" box several times and all of them will be set as a change-disabled default value. steps to reproduce: 1.new a parameter display type"List Box". checkbox "allow null value" 2.In "Display As" box of parameter, place cursor on first row.Input nothing. 3.Switch to second row. then place the cursor on the third row. 4.repeat step 3~~~ Actual result: Refer to the screenshot, several default null value is set.And the default value can't be removed. Expeted result: Only one "null" is allowed. | closed fixed | 3d2abd1 | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/dialogs/ParameterDialog.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-06-12T07:09:08Z | 2006-06-09T10:46:40Z |
143,889 | Bug 143889 Preview failed after set a group on the table detail row | Dscription: Create a XML data source, then create data set based on it. Drag Dataset to layout. Set group for one column. Preview, action failed. Steps: 1. New a project, named"Birt" 2. New a report 3. Create a data source D using "Test.xml" 3. Choose new data source in context menu 4. Select "XML data source", name "D" and Click on Next 5 .Click on file button after URL edit box 6. Select an xml file "c:\Test.xml" as its data source file. Click on ok to close the browser window 7. new a data set "DS" based on the data souce "D" 8. In the 'Table Mapping' select "/Root/Data_ForAll/Row" and click ">" button. And In the poped up window "Define Row Mapping Xpath Expression "select the XPth "//Row", 9. In the 'row mapping', add the column with the correspond data type under "//Row" into the row mapping . 10. drag the dataset to the layout 11. Set a group on the table detail row 12. Preview Actual result: Preview in "edit daset" Failed, error message: Error happened while running the report Preview in web viewer: Java.lang.NullPointerException org.apache.axis.AxisFault.makeFault(AxisFault.java:101) org.eclipse.birt.report.soapengine.processor.AbstractBaseComponentProcessor.process(Unknown Source) org.eclipse.birt.report.soapengine.endpoint.BirtSoapBindingImpl.getUpdatedObjects(Unknown Source) sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) java.lang.reflect.Method.invoke(Unknown Source) org.apache.axis.providers.java.RPCProvider.invokeMethod(RPCProvider.java:397) org.apache.axis.providers.java.RPCProvider.processMessage(RPCProvider.java:186) org.apache.axis.providers.java.JavaProvider.invoke(JavaProvider.java:323) org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:32) org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118) org.apache.axis.SimpleChain.invoke(SimpleChain.java:83) org.apache.axis.handlers.soap.SOAPService.invoke(SOAPService.java:453) org.apache.axis.server.AxisServer.invoke(AxisServer.java:281) org.apache.axis.transport.http.AxisServlet.doPost(AxisServlet.java:699) org.eclipse.birt.report.servlet.BirtSoapMessageDispatcherServlet.doPost(Unknown Source) javax.servlet.http.HttpServlet.service(HttpServlet.java:760) org.apache.axis.transport.http.AxisServletBase.service(AxisServletBase.java:327) javax.servlet.http.HttpServlet.service(HttpServlet.java:853) org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:247) org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193) org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:256) org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643) org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480) org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995) org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191) org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643) org.apache.catalina.valves.CertificatesValve.invoke(CertificatesValve.java:246) org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641) org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480) org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995) org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2422) org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:180) org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643) org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:171) org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641) org.eclipse.tomcat.internal.EclipseErrorReportValve.invoke(EclipseErrorReportValve.java:153) org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641) org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480) org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995) org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:174) org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643) org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480) org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995) org.apache.coyote.tomcat4.CoyoteAdapter.service(CoyoteAdapter.java:199) org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:828) org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:700) org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:584) org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:683) java.lang.Thread.run(Unknown Source) Additional exception: Any question, please feel free to let me know! Ju Zhu, ext:277 | closed fixed | 427aedc | ["data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/executor/dscache/DataSourceQuery.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-06-12T06:34:10Z | 2006-05-26T07:53:20Z |
145,965 | Bug 145965 [regression]EvaluatorException when run and render attached report | Description: EvaluatorException when run and render attached report Steps to reproduce: 1. Render attached report using Engine API: RunTask and RenderTask Result: SEVERE: unterminated string literal (<inline>#1) org.mozilla.javascript.EvaluatorException: unterminated string literal (<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:514) at org.mozilla.javascript.Parser.peekToken(Parser.java:138) at org.mozilla.javascript.Parser.primaryExpr(Parser.java:1948) at org.mozilla.javascript.Parser.memberExpr(Parser.java:1637) at org.mozilla.javascript.Parser.unaryExpr(Parser.java:1500) at org.mozilla.javascript.Parser.mulExpr(Parser.java:1429) at org.mozilla.javascript.Parser.addExpr(Parser.java:1410) at org.mozilla.javascript.Parser.shiftExpr(Parser.java:1390) at org.mozilla.javascript.Parser.relExpr(Parser.java:1364) at org.mozilla.javascript.Parser.eqExpr(Parser.java:1320) at org.mozilla.javascript.Parser.bitAndExpr(Parser.java:1309) at org.mozilla.javascript.Parser.bitXorExpr(Parser.java:1298) at org.mozilla.javascript.Parser.bitOrExpr(Parser.java:1287) at org.mozilla.javascript.Parser.andExpr(Parser.java:1275) at org.mozilla.javascript.Parser.orExpr(Parser.java:1263) at org.mozilla.javascript.Parser.condExpr(Parser.java:1246) at org.mozilla.javascript.Parser.assignExpr(Parser.java:1228) at org.mozilla.javascript.Parser.expr(Parser.java:1217) at org.mozilla.javascript.Parser.statementHelper(Parser.java:1104) at org.mozilla.javascript.Parser.statement(Parser.java:616) at org.mozilla.javascript.Parser.parse(Parser.java:347) 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:543) at org.eclipse.birt.report.engine.executor.ExecutionContext.evaluate(ExecutionContext.java:512) at org.eclipse.birt.report.engine.data.dte.DteResultSet.evaluate(DteResultSet.java:328) at org.eclipse.birt.report.engine.extension.internal.RowSet.evaluate(RowSet.java:114) at org.eclipse.birt.chart.reportitem.ChartReportItemGenerationImpl.onRowSets(ChartReportItemGenerationImpl.java:166) at org.eclipse.birt.report.engine.executor.ExtendedItemExecutor.generateContent(ExtendedItemExecutor.java:142) at org.eclipse.birt.report.engine.executor.ExtendedItemExecutor.execute(ExtendedItemExecutor.java:93) at org.eclipse.birt.report.engine.executor.ReportExecutorVisitor.visitExtendedItem(ReportExecutorVisitor.java:83) at org.eclipse.birt.report.engine.ir.ExtendedItemDesign.accept(ExtendedItemDesign.java:30) at org.eclipse.birt.report.engine.executor.GridItemExecutor.executeCell(GridItemExecutor.java:280) at org.eclipse.birt.report.engine.executor.GridItemExecutor.executeRow(GridItemExecutor.java:211) at org.eclipse.birt.report.engine.executor.GridItemExecutor.execute(GridItemExecutor.java:135) 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.RunTask.doRun(RunTask.java:218) at org.eclipse.birt.report.engine.api.impl.RunTask.run(RunTask.java:127) at org.eclipse.birt.report.tests.engine.api.RenderTaskTest.createReportDocument(RenderTaskTest.java:677) at org.eclipse.birt.report.tests.engine.api.RenderTaskTest.renderReport(RenderTaskTest.java:470) at org.eclipse.birt.report.tests.engine.api.RenderTaskTest.testRender0(RenderTaskTest.java:64) 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 junit.framework.TestCase.runTest(TestCase.java:154) at junit.framework.TestCase.runBare(TestCase.java:127) at junit.framework.TestResult$1.protect(TestResult.java:106) at junit.framework.TestResult.runProtected(TestResult.java:124) at junit.framework.TestResult.run(TestResult.java:109) at junit.framework.TestCase.run(TestCase.java:118) at org.eclipse.jdt.internal.junit.runner.junit3.JUnit3TestReference.run(JUnit3TestReference.java:128) at org.eclipse.jdt.internal.junit.runner.TestExecution.run(TestExecution.java:38) at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:460) at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:673) at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:386) at org.eclipse.pde.internal.junit.runtime.RemotePluginTestRunner.main(RemotePluginTestRunner.java:58) at org.eclipse.pde.internal.junit.runtime.CoreTestApplication.run(CoreTestApplication.java:24) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | closed fixed | de3ba5b | ["core/org.eclipse.birt.core/src/org/eclipse/birt/core/data/ExpressionUtil.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-06-12T06:10:55Z | 2006-06-08T09:46:40Z |
146,386 | Bug 146386 BIRT Viewer Sample does not shut down cleanly | Deploy BIRT WebViewerExample in Tomcat. Run a report that uses the Classic Models Sample Database. Next examine the Temp directory (depending on Tomcat setup this could be in the temp directory under Tomcat home, or it could be the system temp directory), make sure that you find a directory named similar to this: /BIRTSampleDB_1149953779438_3a78ad This is the SampleDB temp file created by the sampledb plugin. Now shut down Tomcat service. The above named directory remains. This is a bug - it means that the Report Engine's OSGi platform has not been shutdown cleanly (therefore the sampledb plugin activator's Stop method is never called). Please check if Viewer has called "org.eclipse.birt.core.framework.Platform.shutdown( )". EXPECTED RESULT: When Tomcat shuts dow, the BIRTSampleDB_xxx_xxx directory should be removed. | resolved fixed | cbb2c55 | ["viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/listener/ViewerServletContextListener.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-06-12T04:55:48Z | 2006-06-10T17:20:00Z |
146,371 | Bug 146371 [Regression]Error happens when switching to script view | Steps to reproduce: 1.New a report 2.Choose Page->Script Expected result: Switch to script view Actual result: org.eclipse.jface.util.Assert$AssertionFailedException: null argument; at org.eclipse.jface.util.Assert.isNotNull(Assert.java:150) at org.eclipse.jface.util.Assert.isNotNull(Assert.java:126) at org.eclipse.birt.report.designer.internal.ui.dialogs.ExpressionTreeSupport.addDropSupportToViewer(ExpressionTreeSupport.java:653) at org.eclipse.birt.report.designer.internal.ui.editors.script.TreeViewPalettePage.createControl(TreeViewPalettePage.java:84) at org.eclipse.birt.report.designer.internal.ui.editors.schematic.ReportMultiBookPage.setActivePage(ReportMultiBookPage.java:198) at org.eclipse.birt.report.designer.ui.editors.MultiPageReportEditor.updatePaletteView(MultiPageReportEditor.java:497) at org.eclipse.birt.report.designer.ui.editors.MultiPageReportEditor.updateRelatedViews(MultiPageReportEditor.java:585) at org.eclipse.birt.report.designer.ui.editors.MultiPageReportEditor.pageChange(MultiPageReportEditor.java:524) 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.actions.PageSetAction.run(PageSetAction.java:50) at org.eclipse.jface.action.Action.runWithEvent(Action.java:499) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:539) at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:488) at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:400) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:928) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3348) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2968) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1914) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1878) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:419) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:95) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336) at org.eclipse.core.launcher.Main.basicRun(Main.java:280) at org.eclipse.core.launcher.Main.run(Main.java:977) at org.eclipse.core.launcher.Main.main(Main.java:952) | closed fixed | b240651 | ["UI/org.eclipse.birt.report.designer.ui.editors.schematic/src/org/eclipse/birt/report/designer/internal/ui/editors/script/TreeViewPalettePage.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-06-12T03:15:30Z | 2006-06-10T06:13:20Z |
146,079 | Bug 146079 Backwar Compatibility | Reports created using version 2.01 does not work in 2.1 RC4. Chart doesnot get displayed when I try to preview the report. I am getting the following error. Failed to prepare the following query for the data set type org.eclipse.birt.report.data.oda.jdbc.SPSelectDataSet. [exec spProcedureName ?, ?, ?, ?, ?] Illegal SP Call Database Used: Sybase | resolved fixed | 81cdf97 | ["data/org.eclipse.birt.report.data.oda.jdbc/src/org/eclipse/birt/report/data/oda/jdbc/SPParameterPositionUtil.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-06-10T11:27:20Z | 2006-06-08T18:06:40Z |
145,925 | Bug 145925 exception thrown out when create attached report using engine API | the following exception was thrown out in Java console when run, render, and runandrender attached reports respectively using engine API. SEVERE: Cannot find input parameter. java.lang.UnsupportedOperationException: No named Parameter supported. at org.eclipse.birt.report.data.oda.jdbc.Statement.findInParameter(Statement.java:661) at org.eclipse.datatools.connectivity.oda.consumer.helper.OdaQuery.findInParameter(OdaQuery.java:985) at org.eclipse.birt.data.engine.odaconsumer.PreparedStatement.findInParameter(PreparedStatement.java:2649) at org.eclipse.birt.data.engine.odaconsumer.PreparedStatement.getRuntimeParameterIndexFromName(PreparedStatement.java:1549) at org.eclipse.birt.data.engine.odaconsumer.PreparedStatement.updateWithParameterHints(PreparedStatement.java:1513) at org.eclipse.birt.data.engine.odaconsumer.PreparedStatement.mergeParamHintsWithMetaData(PreparedStatement.java:1455) at org.eclipse.birt.data.engine.odaconsumer.PreparedStatement.getParameterMetaData(PreparedStatement.java:1336) at org.eclipse.birt.data.engine.executor.DataSourceQuery.getParameterMetaData(DataSourceQuery.java:433) at org.eclipse.birt.data.engine.executor.DataSourceQuery.hasOutputParams(DataSourceQuery.java:518) at org.eclipse.birt.data.engine.executor.DataSourceQuery.execute(DataSourceQuery.java:487) at org.eclipse.birt.data.engine.impl.PreparedOdaDSQuery$OdaDSQueryExecutor.executeOdiQuery(PreparedOdaDSQuery.java:257) at org.eclipse.birt.data.engine.impl.QueryExecutor.execute(QueryExecutor.java:677) at org.eclipse.birt.data.engine.impl.ServiceForQueryResults.executeQuery(ServiceForQueryResults.java:147) at org.eclipse.birt.data.engine.impl.QueryResults.getResultIterator(QueryResults.java:159) at org.eclipse.birt.report.engine.data.dte.DteResultSet.<init>(DteResultSet.java:100) at org.eclipse.birt.report.engine.data.dte.DteDataEngine.doExecuteQuery(DteDataEngine.java:121) at org.eclipse.birt.report.engine.data.dte.AbstractDataEngine.execute(AbstractDataEngine.java:214) at org.eclipse.birt.report.engine.presentation.LocalizedEmitter.executeQueries(LocalizedEmitter.java:864) at org.eclipse.birt.report.engine.presentation.LocalizedEmitter.startExtendedContent(LocalizedEmitter.java:676) at org.eclipse.birt.report.engine.presentation.LocalizedEmitter.startForeign(LocalizedEmitter.java:448) at org.eclipse.birt.report.engine.presentation.WrappedEmitter.startForeign(WrappedEmitter.java:209) at org.eclipse.birt.report.engine.presentation.DefaultPaginationEmitter.startForeign(DefaultPaginationEmitter.java:488) at org.eclipse.birt.report.engine.executor.ExtendedItemExecutor.execute(ExtendedItemExecutor.java:103) at org.eclipse.birt.report.engine.executor.ReportExecutorVisitor.visitExtendedItem(ReportExecutorVisitor.java:83) at org.eclipse.birt.report.engine.ir.ExtendedItemDesign.accept(ExtendedItemDesign.java:30) at org.eclipse.birt.report.engine.executor.TableItemExecutor.accessRow(TableItemExecutor.java:644) at org.eclipse.birt.report.engine.executor.TableItemExecutor.accessTableBand(TableItemExecutor.java:521) at org.eclipse.birt.report.engine.executor.TableItemExecutor.accessGroupHeader(TableItemExecutor.java:462) at org.eclipse.birt.report.engine.executor.ListingElementExecutor.accessQuery(ListingElementExecutor.java:185) at org.eclipse.birt.report.engine.executor.TableItemExecutor.execute(TableItemExecutor.java:158) 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.test.performance.RunRenderThread.run(RunRenderThread.java:105) | closed fixed | 73c28ba | ["data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/odaconsumer/PreparedStatement.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-06-10T02:44:06Z | 2006-06-08T07:00:00Z |
145,729 | Bug 145729 Column binding name is created inconsistently on chart | Steps to reproduce: 1.New a table binding with a data set "ds" 2.Add a chart "chart1" in table header 3.In chart dialog, check "use data set" and choose "ds", column bindings are generated automatically,and their names are the same as those in table 4.Add anthor chart "chart2", binding it in Property Editor->Binding Expected result: Column binding name for chart2 is the same as chart1 Actual result: Column binding name for chart2 is different from those for chart1, and error will happen when running the report with chart2 | closed fixed | f950072 | ["chart/org.eclipse.birt.chart.reportitem.ui/src/org/eclipse/birt/chart/reportitem/ui/ReportDataServiceProvider.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-06-09T10:10:38Z | 2006-06-07T08:46:40Z |
146,159 | Bug 146159 [Regression]Changing font operation doesn't work other than the first time | Description: The first time changing operation can work well. However, Change it again, it won't work. Steps: 1.Insert lable/text to layout or master page 2.Change the font from serif to cursive, it works well 3.Change the font again Result: The action doesn't work Additional infor: build number:200606080632 | closed fixed | 9a44d88 | ["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/dialogs/FontPreferencePage.java", "UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/schematic/editparts/ReportElementEditPart.java", "UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/util/UIUtil.java", "UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/dialogs/HighlightRuleBuilder.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-06-09T09:20:57Z | 2006-06-09T02:26:40Z |
140,767 | Bug 140767 Enhance the PreparedJointDataSourceQuery, etc. | In current implementation of PreparedJointDataSourceQuery, the method initialize(), which is called when create odi query, includes heavyweight operations such as ResultIterator population. These operations should be postponed until they are actually needed. The change need be made to PreparedJointDataSourceQuery, however, is not that straightforward. The most common way to get a ResultIterator is: 1)PreparedQuery->QueryResults ( This step will change DataSetDesign if multipass processing is needed) 2)QueryResults->ResultIterator ( This step will recover DataSetDesign to the very status before it enter step 1) The DataSetDesign (which has been defined in DataEngine) used in this procedure has been modified for purpose of multipass processing(Although the DataSetDesign apprears unchanged if we look this procedure as a whole, it does change during the multipass processing).Here comes the problem: If step 1, for certain reason, is repeated several times without step 2 is executed, then only the first iteration of step 1 can success if multipass processing is introduced, for DataSetDesign has been changed(this can happen through ui operation, say, when you preview result of a joint data set in dataSetEditor dialog). This problem should be fixed before any changes made to PreparedJointDataSourceQuery. | resolved fixed | 57eee50 | ["data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/PreparedJointDataSourceQuery.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-06-09T09:07:13Z | 2006-05-09T10:20:00Z |
132,515 | Bug 132515 Expression like "Toltal.rank(Tolta.ave(row[a]),ture,Null,1)" is return an error | Description: Add an expression like "Toltal.rank(Tolta.ave(row[a]),ture,Null,1)" is return an error.The nesting "Toltal" seem not to be work. Step to reproduce: 1.new a datasource and dataset 2.drag the dataset to layout veiw for a table 3.set a group on the table 4.Insert a data into the group header with the expression e.g. "Toltal.rank(Tolta.ave(row[a]),ture,Null,1)" Actual result: An error was thrown out Expected result: It should work correctly in order to support some requirments | closed fixed | ee19ab8 | ["data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/executor/transform/IComputedColumnsState.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/executor/transform/IExpressionProcessor.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/executor/transform/group/GroupInstanceFilter.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/executor/transform/group/GroupInstanceSorter.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/expression/ExpressionProcessor.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-06-09T08:26:56Z | 2006-03-20T07:33:20Z |
145,716 | Bug 145716 [deploy]WORKING_FOLDER_ACCESS_ONLY doesn't work for reports inside WebViewerExample folder | Description: WORKING_FOLDER_ACCESS_ONLY doesn't restrict report inside WebViewerExample folder Steps to reproduce: 1. Deploy birt 2. Set BIRT_VIEWER_WORKING_FOLDER to local folder using absolute path 3. Set WORKING_FOLDER_ACCESS_ONLY to true 4. Preview report inside WebViewerExample folder using relative path Expected result: Preview fails because the report isn't under working folder Actual result: Preview is ok | closed fixed | 8c23935 | ["viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/context/ViewerAttributeBean.java", "viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/utility/ParameterAccessor.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-06-09T06:54:15Z | 2006-06-07T08:46:40Z |
145,970 | Bug 145970 [REGRESSION] Set format in parameter dialog will lose the orginal data set by user. | Reproduce: 1. New a report scalar parameter, "p1", in the initialize dialog, set format to be uppercase. 2. New a data set with query "select * from CLASSICMODELS.CUSTOMERS where CLASSICMODELS.CUSTOMERS.CONTACTFIRSTNAME = ?". And bind the data set parameter to the report parameter "p1". 3. Insert a table into layout view, drag column [CUSTOMERNUMBER], [CONTACTLASTNAME], [CONTACTFIRSTNAME] from Data Explorer into table detail row respectively. 4. Preview. In the pop-up parameter dialog, type "Eric". Press "ok". Actually result: There was no data displayed. Expected result: There is one record whose first name is "Eric" in database. | verified fixed | 663e473 | ["viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/context/ViewerAttributeBean.java", "viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/service/actionhandler/BirtCacheParameterActionHandler.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-06-09T06:02:41Z | 2006-06-08T09:46:40Z |
145,991 | Bug 145991 [Regression]Invalid data set should not be allowed to drag or "Insert in layout" | null | closed fixed | 5dd7cf7 | ["model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/DataSetHandle.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-06-09T04:22:16Z | 2006-06-08T12:33:20Z |
145,992 | Bug 145992 [regression] drill through to report document with toc in target does not work properly | steps to reproduce: - create 1st report - add a report element with toc entry - preview in viewer - create 2nd report - add a drill through link to the report document expected behavior: - drill through can be added actual behavior: - when select toc in target, exception was thrown out | closed fixed | eb4733e | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/dialogs/HyperlinkBuilder.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-06-09T03:44:15Z | 2006-06-08T12:33:20Z |
145,698 | Bug 145698 Name change won't enable "restore property" button | Steps to reproduce: 1.New a report, extends lib.label 2.Choose the label, switch to property editor, chang its name to "aa" 3.Choose the label again Expected result: "Restore property" button is enabled Actual result: "Restore property" button is grayed out | closed fixed | ee74585 | ["model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/GroupElementHandle.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/ModuleHandle.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-06-09T03:17:08Z | 2006-06-07T06:00:00Z |
146,088 | Bug 146088 Add library context menu item not available in empty Library Explorer | Steps to reproduce: 1. Make sure there are no libraries in your resource folder. Right-click in Library Explorer. 2. If libraries exist in the resource folder, expand a library and highlight an item that is inside the library. Right-click in Library Explorer. Expected: Add Library is available in the context menu in both cases. Use Library is available in the context menu in case 2. Actual: Only Refresh is available in the context menu. It should not be necessary to select a library in order to add a library. | resolved fixed | 9c366d8 | ["UI/org.eclipse.birt.report.designer.ui.lib.explorer/src/org/eclipse/birt/report/designer/ui/lib/explorer/LibraryExplorerContextMenuProvider.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-06-09T02:24:43Z | 2006-06-08T18:06:40Z |
145,741 | Bug 145741 Could not set the value of Boolean parameter as 0 or 1 | Description: Could not set the value of report scalar boolean parameter as 0 or 1. Steps to reproduce: 1.Create a report parameter, boolean type, Combo Box display type. 2.Add the value as 0, failed. Expect result: Could set integer value to boolean type parameter. | closed fixed | 1f78f74 | ["core/org.eclipse.birt.core/src/org/eclipse/birt/core/data/DataTypeUtil.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-06-08T12:17:35Z | 2006-06-07T11:33:20Z |
145,942 | Bug 145942 [regression] use library function does not work properly | steps to reproduce: - create a library - publish to resource folder - create a report - use the library - insert -> use library, or - outline -> libraries -> use library - navigate to designer resource folder - select a library - click on open expected behavior: - library is included actual behavior: - error occurred, please refer to attached screen capture | closed fixed | 0015541 | ["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-06-08T10:31:21Z | 2006-06-08T07:00:00Z |
145,962 | Bug 145962 [regression] double click on an extended dynamic parameter cause NPE | steps to reproduce: - create a library - create a dynamic parameter - publish the library to designer resource folder - create a report using the library - drag the parameter to layout view - switch to data explorer view - double click on the parameter expected behavior: - parameter dialog should be displayed actual behavior: - NPE was thrown org.eclipse.birt.report.designer.core.runtime.GUIException: Caused by java.lang.NullPointerException. at org.eclipse.birt.report.designer.core.runtime.GUIException.createGUIException(GUIException.java:76) at org.eclipse.birt.report.designer.internal.ui.util.ExceptionHandler.handle(ExceptionHandler.java:123) at org.eclipse.birt.report.designer.internal.ui.util.ExceptionHandler.handle(ExceptionHandler.java:105) at org.eclipse.birt.report.designer.internal.ui.views.actions.AbstractElementAction.handleException(AbstractElementAction.java:132) at org.eclipse.birt.report.designer.internal.ui.views.actions.AbstractElementAction.run(AbstractElementAction.java:91) at org.eclipse.birt.report.designer.internal.ui.views.RenameListener.doubleClick(RenameListener.java:211) at org.eclipse.jface.viewers.StructuredViewer$1.run(StructuredViewer.java:796) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37) at org.eclipse.core.runtime.Platform.run(Platform.java:843) at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:44) at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:149) at org.eclipse.jface.viewers.StructuredViewer.fireDoubleClick(StructuredViewer.java:794) at org.eclipse.jface.viewers.AbstractTreeViewer.handleDoubleSelect(AbstractTreeViewer.java:1216) at org.eclipse.jface.viewers.StructuredViewer$4.widgetDefaultSelected(StructuredViewer.java:1158) at org.eclipse.jface.util.OpenStrategy.fireDefaultSelectionEvent(OpenStrategy.java:223) at org.eclipse.jface.util.OpenStrategy.access$0(OpenStrategy.java:220) at org.eclipse.jface.util.OpenStrategy$1.handleEvent(OpenStrategy.java:281) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:928) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3348) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2968) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1914) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1878) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:419) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:95) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336) at org.eclipse.core.launcher.Main.basicRun(Main.java:280) at org.eclipse.core.launcher.Main.run(Main.java:977) at org.eclipse.core.launcher.Main.main(Main.java:952) Caused by: java.lang.NullPointerException at org.eclipse.birt.report.designer.internal.ui.util.DataUtil.getColumnList(DataUtil.java:64) at org.eclipse.birt.report.designer.ui.dialogs.ParameterDialog.refreshColumns(ParameterDialog.java:1011) at org.eclipse.birt.report.designer.ui.dialogs.ParameterDialog.initValueArea(ParameterDialog.java:820) at org.eclipse.birt.report.designer.ui.dialogs.ParameterDialog.switchParamterType(ParameterDialog.java:1305) at org.eclipse.birt.report.designer.ui.dialogs.ParameterDialog.initDialog(ParameterDialog.java:775) at org.eclipse.birt.report.designer.internal.ui.dialogs.BaseDialog.open(BaseDialog.java:87) at org.eclipse.birt.report.designer.internal.ui.views.data.providers.ParameterNodeProvider.performEdit(ParameterNodeProvider.java:80) at org.eclipse.birt.report.designer.internal.ui.views.DefaultNodeProvider.performRequest(DefaultNodeProvider.java:372) 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) ... 34 more | closed fixed | f667171 | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/util/DataUtil.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-06-08T10:08:17Z | 2006-06-08T09:46:40Z |
145,749 | Bug 145749 Strange "Stack Trace" appears when navigating the controls in Enter parameter dialog by tab key | Description: Strange "Stack Trace" appears when navigating the controls in Enter parameters dialog by tab key. Steps to reproduce: 1. New a report 2. New a parameter without default value 3. Switch to Preview tab, Enter parameters dialog will pop up 4. Use tab key to navigate the controls in this dialog Expected result: Can navigate the controls correctly Actual result: A strange "Stack Trace" appears when cancle button lose focus. Please see screen shot. | closed fixed | dbe11c6 | ["viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/presentation/aggregation/layout/ParameterFragment.java", "viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/presentation/aggregation/layout/RequesterFragment.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-06-08T09:18:44Z | 2006-06-07T11:33:20Z |
145,478 | Bug 145478 Unable "Select Value" in the Join data set's filter | Step to reproduce: 1.new a join data set(please use the attached file) 2.right click the dataset and click the Edit 3.go to the Filter pane and set a filer 4.click the list of Value1 Actual result: A warning pop up and cant select Value. | closed fixed | e190b1b | ["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-06-08T08:32:16Z | 2006-06-06T07:46:40Z |
144,590 | Bug 144590 [Accessibility] BIRT custom controls should support active accessibility | Description: BIRT custom controls should support active accessibility. There are some custom controls in BIRT GUI. In Eclipse, when implementing a custom control you should also implement some or all of (as they apply to your control) org.eclipse.swt.accessibility.AccessibleListener, org.eclipse.swt.accessibility.AccessibleControlListener and org.eclipse.swt.accessibility.AccessibleTextListener. Also, the custom control can notify Active Accessibility of changes within the control using org.eclipse.swt.accessibility.Accessible methods such as setFocus(), selectionChanged(), textCaretMoved(), textChanged() and textSelectionChanged(). | closed fixed | 5ab732c | ["UI/org.eclipse.birt.report.designer.ui.editors/src/org/eclipse/birt/report/designer/ui/editors/MultiPageReportEditor.java", "UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/dialogs/PreviewLabel.java", "UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/dialogs/TableOptionDialog.java", "UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/util/graphics/ImageCanvas.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-06-08T07:57:48Z | 2006-05-31T04:33:20Z |
145,909 | Bug 145909 [regression] the layout of new map rule dialog is not well organized | steps to reproduce: - create a report - add a table/list - add a new map rule - notice new map rule dialog expected behavior: - the layout should be user friendly actual behavior: - it was simply not | closed fixed | 1cbdaba | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/dialogs/HighlightRuleBuilder.java", "UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/dialogs/MapRuleBuilder.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-06-08T03:55:59Z | 2006-06-08T01:26:40Z |
145,848 | Bug 145848 TVT3.2:TCT867: tw : "Reset Method" button is truncated in Report Editor | OS : RHEL 3.1 Must fix or not a must fix: YES Build date: 0605 Component name = BIRT Blocking: NO Language: tw Bitmap Location: V:\defects\cht Tester Name: Ivory Chang Problem Description: "Reset Method" button is truncated in Report Editor and can NOT be resized. Step: Start Eclipse Click Window->Open Perspective->Other On Navigator view, right click the project and select Import Select File System, and select the Test_Report_1.rptdesign and Test_Report_1.properties Click Finish Double click the Test_Report_1.rptdesign on Navigator view Select "Script" tab in Report Editor This article was reassigned from Category:''TVT/Testing''. | closed fixed | 25d20ab | ["UI/org.eclipse.birt.report.designer.ui.editors.schematic/src/org/eclipse/birt/report/designer/internal/ui/editors/script/JSEditor.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-06-08T02:41:58Z | 2006-06-07T19:53:20Z |
145,724 | Bug 145724 Change version after auto convert | By the request of 136536, user get warning message to confirm the auto convert. If user select yes, the file convert to newest format, but the version is still old. If user open this file again, he'll get the warning message even the file converted. | resolved fixed | 5b504d4 | ["model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/ModuleHandle.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/ModuleUtil.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/util/ModelUtil.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-06-08T02:23:12Z | 2006-06-07T08:46:40Z |
145,021 | Bug 145021 Enhance the agrregate on option in column binding dialog | 1. Check if the expression is aggregate expression by data utility class. 2. If yes, the option is ?all? and group name list 3. if not, the option disabled (or set to none?) if the column binding is in detail row. If the column binding is in group row, the option is ?None? and group name list. | resolved fixed | f93286d | ["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-06-07T10:21:58Z | 2006-06-02T06:33:20Z |
145,491 | Bug 145491 [deployment]BIRT_VIEWER_LOCALE in web.xml doesn't work | Description: BIRT_VIEWER_LOCALE in web.xml doesn't work Steps to reproduce: 1. Deploy birt 2. Set ko_kr to BIRT_VIEWER_LOCALE inside web.xml file 3. Start application server and preview report. Expected result: The default locale for report should be ko_kr Actual result: The report still used en_us locale to display datetime data. | closed fixed | c1ea505 | ["viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/utility/ParameterAccessor.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-06-07T10:15:06Z | 2006-06-06T07:46:40Z |
145,481 | Bug 145481 [RCP]Top Menu-Insert-Image, Edit Image Item dialog can not be opened. | [RCP]Top Menu-Insert-Image, Edit Image Item dialog can not be opened. Steps: 1.Select Top Menu-Insert-Image Actual Results: 1.Edit Image Item dialog can not be opened Expected Results: 1.Edit Image Item dialog can be opened | closed fixed | ffe5e5b | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/actions/BaseInsertMenuAction.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-06-07T09:59:24Z | 2006-06-06T07:46:40Z |
136,536 | Bug 136536 Warning message should be provided before converting old report design | Currently if you open the old report design in designer, it will be converted and saved silently without any warning message. Since the conversion is not reversible, user will not be able to open that design again in old designer. This may be unexpected if user isn't aware of this behavior in advance. Normally, in designer a warning message should pop up to ask user if he want to upgrade the design, if not, designer will refuse to open it. Or at least not save the design until user chooses "save" explicitly. For engine at runtime, it can supress the warning message and upgrade automatically since it wont' change the persistent data. | resolved fixed | 9e1cac9 | ["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-06-07T09:13:32Z | 2006-04-13T03:46:40Z |
145,679 | Bug 145679 [Regression]Failed to preview sqlserver data set with jtds1.1 | Steps to reproduce: 1.Add jtds_1.1.jar to JAR Files, test connection, it's ok 2.New a data set, preview result Expected result: Data can be retrieved Actual result: A BIRT exception occurred. Plug-in Provider:Eclipse.org Plug-in Name:BIRT Data Engine Plug-in ID:org.eclipse.birt.data Version:2.1.0.N20060607-0632 Error Code:odaconsumer.CannotGetParameterMetaData Error Message:Cannot get ODA driver parameter metadata. Cannot retrieve the parameter metadata. The PreparedStatement.getParameterMetaData method is not implemented. Note: If change jtds_1.1 to jtds_0.9, it works. | closed fixed | 295c659 | ["data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/executor/DataSourceQuery.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-06-07T05:01:16Z | 2006-06-07T03:13:20Z |
144,402 | Bug 144402 Report title didn't appear on PDF | null | closed fixed | 07708cd | ["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-06-07T02:19:23Z | 2006-05-30T09:06:40Z |
145,462 | Bug 145462 [regression]Chart in attached report doesn't display correctly | Description: Chart in attached report doesn't display correctly Steps to reproduce: 1. Preview attached report in Web viewer/html/pdf. 2. Deploy birt and preview attched report in Web viewer/html/pdf Expected result: Four charts display Actual result: In Web Viewer, preview is ok. The second chart disppeared when preview in pdf. While deploy birt, the second chart also disappeared in html and returned below errors: Chart (id = 29): - $NO-RB$ null null ( 1 time(s) ) detail : org.eclipse.birt.chart.exception.ChartException: $NO-RB$ null at org.eclipse.birt.chart.factory.Generator.render(Generator.java:1238) at org.eclipse.birt.chart.reportitem.ChartReportItemPresentationImpl.onRowSets(ChartReportItemPresentationImpl.java:449) at org.eclipse.birt.report.engine.presentation.LocalizedEmitter.startExtendedContent(LocalizedEmitter.java:669) at org.eclipse.birt.report.engine.presentation.LocalizedEmitter.startForeign(LocalizedEmitter.java:439) at org.eclipse.birt.report.engine.presentation.WrappedEmitter.startForeign(WrappedEmitter.java:209) at org.eclipse.birt.report.engine.presentation.DefaultPaginationEmitter.startForeign(DefaultPaginationEmitter.java:488) at org.eclipse.birt.report.engine.executor.ExtendedItemExecutor.execute(ExtendedItemExecutor.java:103) at org.eclipse.birt.report.engine.executor.ReportExecutorVisitor.visitExtendedItem(ReportExecutorVisitor.java:83) at org.eclipse.birt.report.engine.ir.ExtendedItemDesign.accept(ExtendedItemDesign.java:30) 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:689) at org.apache.axis.transport.http.AxisServletBase.service(AxisServletBase.java:327) at javax.servlet.http.HttpServlet.service(HttpServlet.java:802) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:214) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148) at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:825) at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:738) at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:526) at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:80) at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684) at java.lang.Thread.run(Thread.java:595) Caused by: java.lang.NullPointerException at org.eclipse.birt.chart.device.swing.SwingRendererImpl.registerTriggers(SwingRendererImpl.java:1552) at org.eclipse.birt.chart.device.swing.SwingRendererImpl.enableInteraction(SwingRendererImpl.java:1587) at org.eclipse.birt.chart.render.Line.renderMarker(Line.java:1024) at org.eclipse.birt.chart.render.Line.renderSeries(Line.java:601) at org.eclipse.birt.chart.render.AxesRenderer.renderPlot(AxesRenderer.java:2247) at org.eclipse.birt.chart.render.AxesRenderer.render(AxesRenderer.java:297) at org.eclipse.birt.chart.factory.Generator.render(Generator.java:1233) | closed fixed | 674478f | ["chart/org.eclipse.birt.chart.device.extension/src/org/eclipse/birt/chart/device/swing/SwingRendererImpl.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-06-06T16:19:02Z | 2006-06-06T05:00:00Z |
144,844 | Bug 144844 [regression]Exception when preview report with output parameter in Web Viewer | Description: Exception when preview report with output parameter in Web Viewer Steps to reproduce: 1. Preview attached report in Web viewer The report contains parameter from store procedure Result: report report: - There are errors evaluating script "row["op"]". Error.ScriptEvaluationError ( 1 time(s) ) detail : org.eclipse.birt.report.engine.api.EngineException: There are errors evaluating script "row["op"]". at org.eclipse.birt.report.engine.executor.ExecutionContext.evaluate(ExecutionContext.java:550) at org.eclipse.birt.report.engine.executor.ExecutionContext.evaluate(ExecutionContext.java:512) at org.eclipse.birt.report.engine.internal.document.v2.ReportContentLoaderV2.openQuery(ReportContentLoaderV2.java:701) at org.eclipse.birt.report.engine.internal.document.v2.ReportContentLoaderV2.startContent(ReportContentLoaderV2.java:772) at org.eclipse.birt.report.engine.internal.document.v2.ReportContentLoaderV2.outputPageRegion(ReportContentLoaderV2.java:378) at org.eclipse.birt.report.engine.internal.document.v2.ReportContentLoaderV2.excutePage(ReportContentLoaderV2.java:250) at org.eclipse.birt.report.engine.internal.document.v2.ReportContentLoaderV2.loadPage(ReportContentLoaderV2.java:151) at org.eclipse.birt.report.engine.internal.document.ReportContentLoader.loadPage(ReportContentLoader.java:50) at org.eclipse.birt.report.engine.api.impl.RenderTask.doRender(RenderTask.java:187) at org.eclipse.birt.report.engine.api.impl.RenderTask$PageRender.render(RenderTask.java:494) at org.eclipse.birt.report.engine.api.impl.RenderTask.render(RenderTask.java:429) at org.eclipse.birt.report.service.ReportEngineService.renderReport(Ljava.io.OutputStream;Ljavax.servlet.http.HttpServletRequest;Lorg.eclipse.birt.report.engine.api.IReportDocument;JZZLjava.util.List;Ljava.util.Locale;Z)V(Unknown Source) at org.eclipse.birt.report.service.ReportEngineService.renderReport(Ljavax.servlet.http.HttpServletRequest;Lorg.eclipse.birt.report.engine.api.IReportDocument;JZZLjava.util.List;Ljava.util.Locale;Z)Ljava.io.ByteArrayOutputStream;(Unknown Source) at org.eclipse.birt.report.service.BirtViewerReportService.getPage(Ljava.lang.String;Ljava.lang.String;Lorg.eclipse.birt.report.service.api.InputOptions;Ljava.util.List;)Ljava.io.ByteArrayOutputStream;(Unknown Source) at org.eclipse.birt.report.service.actionhandler.AbstractGetPageActionHandler.doExecution()V(Unknown Source) at org.eclipse.birt.report.service.actionhandler.AbstractGetPageActionHandler.__execute()V(Unknown Source) at org.eclipse.birt.report.service.actionhandler.AbstractBaseActionHandler.execute()V(Unknown Source) at org.eclipse.birt.report.soapengine.processor.AbstractBaseDocumentProcessor.__executeAction(Lorg.eclipse.birt.report.service.actionhandler.IActionHandler;Lorg.eclipse.birt.report.context.IContext;Lorg.eclipse.birt.report.soapengine.api.Operation;Lorg.eclipse.birt.report.soapengine.api.GetUpdatedObjectsResponse;)V(Unknown Source) at org.eclipse.birt.report.soapengine.processor.AbstractBaseComponentProcessor.executeAction(Lorg.eclipse.birt.report.service.actionhandler.IActionHandler;Lorg.eclipse.birt.report.context.IContext;Lorg.eclipse.birt.report.soapengine.api.Operation;Lorg.eclipse.birt.report.soapengine.api.GetUpdatedObjectsResponse;)V(Unknown Source) at org.eclipse.birt.report.soapengine.processor.BirtDocumentProcessor.handleGetPage(Lorg.eclipse.birt.report.context.IContext;Lorg.eclipse.birt.report.soapengine.api.Operation;Lorg.eclipse.birt.report.soapengine.api.GetUpdatedObjectsResponse;)V(Unknown Source) at jrockit.reflect.VirtualNativeMethodInvoker.invoke(Ljava.lang.Object;[Ljava.lang.Object;)Ljava.lang.Object;(Unknown Source) at java.lang.reflect.Method.invoke(Ljava.lang.Object;[Ljava.lang.Object;I)Ljava.lang.Object;(Unknown Source) Caused by: java.lang.NullPointerException at org.eclipse.birt.data.engine.impl.document.ExprResultSet.getValue(ExprResultSet.java:192) at org.eclipse.birt.data.engine.impl.document.ResultIterator.getValue(ResultIterator.java:150) at org.eclipse.birt.report.engine.data.dte.DteResultSet.getValue(DteResultSet.java:266) at org.eclipse.birt.report.engine.data.dte.NativeRowObject.get(NativeRowObject.java:81) at org.mozilla.javascript.ScriptableObject.getProperty(ScriptableObject.java:1263) at org.mozilla.javascript.ScriptRuntime.getObjectElem(ScriptRuntime.java:1301) at org.mozilla.javascript.ScriptRuntime.getObjectElem(ScriptRuntime.java:1283) at org.mozilla.javascript.gen.c126._c0(<inline>:1) at org.mozilla.javascript.gen.c126.call(Lorg.mozilla.javascript.Context;Lorg.mozilla.javascript.Scriptable;Lorg.mozilla.javascript.Scriptable;[Ljava.lang.Object;)Ljava.lang.Object;(<inline>:???) at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:304) | closed fixed | 21c3771 | ["data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/executor/DataSourceQuery.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/executor/OdaResultSet.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-06-06T10:53:30Z | 2006-06-01T08:20:00Z |
145,482 | Bug 145482 data item's display is the same as a label | After selecting a result set column for a data item, the result set column name is used to show the data item in layout editor. It will be better to show the data item as "[" + the result set column name + "]" so that it is different from a label. | resolved fixed | f5f973c | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/schematic/editparts/DataEditPart.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-06-06T08:59:30Z | 2006-06-06T07:46:40Z |
145,465 | Bug 145465 NPE is thrown out when deleting the included library in resource folder | Steps to reproduce: 1.Add a label in a library, publish the library 2.New a report, extends lib.label 3.Delete the library in resource folder 4.Refresh the report Expected result: lib.label can't find its parent, but no exception Actual result: java.lang.NullPointerException at org.eclipse.birt.report.model.api.command.LibraryReloadedEvent.<init>(LibraryReloadedEvent.java:39) at org.eclipse.birt.report.model.command.LibraryCommand.reloadLibrary(LibraryCommand.java:387) at org.eclipse.birt.report.model.api.ModuleHandle.reloadLibrary(ModuleHandle.java:1942) at org.eclipse.birt.report.designer.internal.ui.views.actions.RefreshModuleHandleAction.run(RefreshModuleHandleAction.java:107) at org.eclipse.jface.action.Action.runWithEvent(Action.java:499) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:539) at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:488) at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:400) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:928) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3348) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2968) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1914) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1878) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:419) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:95) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336) at org.eclipse.core.launcher.Main.basicRun(Main.java:280) at org.eclipse.core.launcher.Main.run(Main.java:977) at org.eclipse.core.launcher.Main.main(Main.java:952) | closed fixed | ff53935 | ["model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/command/LibraryCommand.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-06-06T08:03:34Z | 2006-06-06T05:00:00Z |
145,287 | Bug 145287 New a style on an item in library when the theme is recreated | Details: New a style on an item in library when the theme is recreated Step: 1.New a library. 2.Open the outline and delete the defaultTheme. 3.Create a new theme named newTheme. 4.Add a label. 5.Select the lable and new a style. Actual result: An error is pop up. org.eclipse.birt.report.designer.core.runtime.GUIException: Caused by java.lang.NullPointerException. at org.eclipse.birt.report.designer.core.runtime.GUIException.createGUIException(GUIException.java:76) at org.eclipse.birt.report.designer.internal.ui.util.ExceptionHandler.handle(ExceptionHandler.java:123) at org.eclipse.birt.report.designer.internal.ui.util.ExceptionHandler.handle(ExceptionHandler.java:105) at org.eclipse.birt.report.designer.internal.ui.editors.schematic.actions.AddStyleAction.run(AddStyleAction.java:107) at org.eclipse.jface.action.Action.runWithEvent(Action.java:499) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:539) at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:488) at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:400) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:928) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3348) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2968) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1914) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1878) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:419) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:95) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336) at org.eclipse.core.launcher.Main.basicRun(Main.java:280) at org.eclipse.core.launcher.Main.run(Main.java:977) at org.eclipse.core.launcher.Main.main(Main.java:952) Caused by: java.lang.NullPointerException at org.eclipse.birt.report.designer.internal.ui.editors.schematic.actions.AddStyleAction.run(AddStyleAction.java:96) | closed fixed | d23060e | ["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/editors/schematic/actions/AddStyleAction.java", "UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/schematic/actions/AddThemeStyleAction.java", "UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/schematic/actions/ApplyStyleAction.java", "UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/schematic/actions/DeleteStyleAction.java", "UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/schematic/actions/EditStyleAction.java", "UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/schematic/providers/SchematicContextMenuProvider.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-06-06T06:57:43Z | 2006-06-05T06:46:40Z |
145,303 | Bug 145303 Parameter dialog didn't show the property change in XML Source | Steps to reproduce: 1.New a string parameter with default value "aaa" 2.Switch to XML Source, change its default value to "bbb" 3.Switch to layout, open the parameter dialog in data explorer Expected result: Default value is changed to "bbb" Actual result: Default value is still "aaa" | closed fixed | 38a8ebb | ["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-06-06T03:30:38Z | 2006-06-05T09:33:20Z |
129,580 | Bug 129580 HCG_BIDI: Undesirable order of BiDi chars in Edit Text Item dialog | This is BiDi specific defect. Capital characters refer to BiDi (Hebrew/Arabic) characters. 1. Create report 2. Add text item from the palette 3. Define it as HTML/Dynamic Text 4. Add <CODE> section 5. Type inside some logical expression using BiDi characters. if ABC != "OLLEH world" then ABC = "ELLOH" Actual result: if OLLEH" =! ABC world" then ELLOH" = ABC" The order of characters is corrupted. The content of comment and variables names is mixed. | closed fixed | 0079a34 | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/util/UIUtil.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-06-06T03:04:33Z | 2006-02-27T14:20:00Z |
145,144 | Bug 145144 SVG Interactivity cannot highlight gradient colors | Create any SVG Chart with gradient colors on the series palette. Add interactivity on series to highlight them on mouseover for instance (or mouse click) The highlight doesn't work. It works for plain colors only. | resolved fixed | 04c86c9 | ["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/SVGGraphics2D.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-06-05T21:29:11Z | 2006-06-02T20:26:40Z |
144,403 | Bug 144403 Jion include scripted dataset the result set is not list in the data explorer | Description; Jion include scripted dataset, the result set is not list in the data explorer Step to reproduce: Refer to the design file attached. Jioned with any scripted dataset will cause the problem. Actual result: Refer to the screenshot. | closed fixed | 2744ee5 | ["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-06-05T07:09:17Z | 2006-05-30T09:06:40Z |
145,274 | Bug 145274 __isnull does not work properly when parameters have default value | steps to reproduce: - create a report - add a parameter with default value - preview report in web viewer - modify the url with __null pattern expected behavior: - __null takes effect actual behavior: - it simply didn't | closed fixed | deb42b3 | ["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-06-05T05:46:33Z | 2006-06-05T04:00:00Z |
145,263 | Bug 145263 [Regression]Error is thrown out when using functions in expression builder | Steps to reproduce: 1.Open Expression builder, choose one function, says Native JS Functions->Date->getFullYear() Expected result: getFullYear() is added to the Expression field Actual result: java.lang.ClassCastException at org.eclipse.birt.report.designer.ui.dialogs.ExpressionBuilder$3.doubleClick(ExpressionBuilder.java:221) at org.eclipse.jface.viewers.StructuredViewer$1.run(StructuredViewer.java:796) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37) at org.eclipse.core.runtime.Platform.run(Platform.java:843) at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:44) at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:149) at org.eclipse.jface.viewers.StructuredViewer.fireDoubleClick(StructuredViewer.java:794) at org.eclipse.jface.viewers.StructuredViewer.handleDoubleSelect(StructuredViewer.java:1051) at org.eclipse.jface.viewers.StructuredViewer$4.widgetDefaultSelected(StructuredViewer.java:1158) at org.eclipse.jface.util.OpenStrategy.fireDefaultSelectionEvent(OpenStrategy.java:223) at org.eclipse.jface.util.OpenStrategy.access$0(OpenStrategy.java:220) at org.eclipse.jface.util.OpenStrategy$1.handleEvent(OpenStrategy.java:281) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:928) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3348) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2968) at org.eclipse.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.views.attributes.widget.ExpressionCellEditor.openDialogBox(ExpressionCellEditor.java:86) at org.eclipse.jface.viewers.DialogCellEditor$2.widgetSelected(DialogCellEditor.java:240) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:90) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:928) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3348) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2968) at org.eclipse.jface.window.Window.runEventLoop(Window.java:820) at org.eclipse.jface.window.Window.open(Window.java:796) at org.eclipse.birt.report.designer.internal.ui.dialogs.BaseDialog.open(BaseDialog.java:145) at org.eclipse.birt.report.designer.internal.ui.editors.schematic.editparts.DataEditPart.performDirectEdit(DataEditPart.java:63) at org.eclipse.birt.report.designer.internal.ui.editors.schematic.editparts.ReportElementEditPart.performRequest(ReportElementEditPart.java:126) at org.eclipse.gef.tools.SelectEditPartTracker.performOpen(SelectEditPartTracker.java:187) at org.eclipse.gef.tools.SelectEditPartTracker.handleDoubleClick(SelectEditPartTracker.java:131) at org.eclipse.gef.tools.AbstractTool.mouseDoubleClick(AbstractTool.java:944) at org.eclipse.gef.tools.SelectionTool.mouseDoubleClick(SelectionTool.java:501) at org.eclipse.gef.EditDomain.mouseDoubleClick(EditDomain.java:204) at org.eclipse.gef.ui.parts.DomainEventDispatcher.dispatchMouseDoubleClicked(DomainEventDispatcher.java:285) at org.eclipse.draw2d.LightweightSystem$EventHandler.mouseDoubleClick(LightweightSystem.java:508) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:141) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:928) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3348) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2968) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1914) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1878) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:419) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:95) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336) at org.eclipse.core.launcher.Main.basicRun(Main.java:280) at org.eclipse.core.launcher.Main.run(Main.java:977) at org.eclipse.core.launcher.Main.main(Main.java:952) | closed fixed | d896bbc | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/dialogs/ExpressionBuilder.java", "UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/dialogs/ExpressionProvider.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-06-05T03:54:43Z | 2006-06-05T01:13:20Z |
145,216 | Bug 145216 Drag and drop multiple columns in Edit Data Set dialog does not work | It is possible to select multiple columns in Edit Data Set dialog, but dragging and dropping them into the query text inserts only one of the selected columns. Expected: Either only on column is selectable or all selected columns are inserted (with comma as separator). Tested with BIRT2.1RC4. | resolved fixed | 30cc7d7 | ["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-06-05T03:40:08Z | 2006-06-03T21:26:40Z |
144,077 | Bug 144077 Throw exception when generate SVG chart which has inteactive | There is a program mistake in "org.eclipse.birt.chart.device.svg" project. In "SVGInteractiveRenderer" class, "findCategorySeries" method, "getSeries( ).get( 1 )" should be changed to "getSeries( ).get( 0 )". It will throw exception when generate SVG chart which has inteactive. And i find this in 2.1RC3a. | resolved fixed | abbc5ea | ["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-06-02T18:59:18Z | 2006-05-27T17:13:20Z |
143,173 | Bug 143173 No error for recursive including when exporting a report to a library | Steps to reproduce: 1.New a library named "Lib", add a lable in it 2.New a report, extends Lib.label 3.Export the report, choose target library "Lib" Expected result: Error to warn the recursive including Actual result: The target library includes itself without error | closed fixed | 482a383 | ["model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/util/ElementExportUtil.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/util/ModelUtil.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-06-02T06:27:23Z | 2006-05-23T10:26:40Z |
145,022 | Bug 145022 Provide a utility method to help GUI enhance aggregate on. | DtE will provide a method hasAggregation(String expression) in org.eclipse.birt.core.data.ExpressionUtil, and the return value will be true when the expression is a valid JS expression and it has aggregation defined. | resolved fixed | 6d4ec38 | ["core/org.eclipse.birt.core/src/org/eclipse/birt/core/data/ExpressionParserUtility.java", "core/org.eclipse.birt.core/src/org/eclipse/birt/core/data/ExpressionUtil.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-06-02T06:22:45Z | 2006-06-02T06:33:20Z |
141,202 | Bug 141202 Enh: Invoke Binding editor from Expression Builder | After switching to the data binding scheme in 2.1, one of the common issues for a BIRT designer is that he might find out that additional binding need to be added when he is creating an expression. In the current UI he must then cancel out of the expression builder, go back to the table to create the new binding, and invoke the expression builder again. This is rather inconvenient. It is desirable that we provide a shortcut within the Expression Builder to directly add bindings to the table. One example of the sequence that demonstrate this UI deficiency: create a table that uses a data set with CITY, COUNTRY columns. Drag the data set column CITY into the table (which auto creates binding for the CITY column). Now the user wants to create a group by COUNTRY column. He inserts a group and sees the New Group dialog. In the Group On field he clicks on the (...) button to bring up the Expression Builder. He then realizes that the COUNTRY column has not been bound (since it's not available in the Availble Column Bindings list). He then has to cancel out of the expression builder and the new group dialog entirely, go to the table to add the binding for COUNTRY, and then re-do the Insert Group operation. The attached screenshot proposes an enhancement that will help improve usability. The new "Add New Binding..." option will bring out the Binding Editor for the current table, thereby enabling the user to create new bindings to be used for the expression, without having to first exit the expression builder. | resolved fixed | 7abff9a | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/dialogs/ExpressionBuilder.java", "UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/dialogs/ExpressionProvider.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-06-02T02:27:40Z | 2006-05-11T06:46:40Z |
144,179 | Bug 144179 Use the stored procedure "counterInt1(?)" will cause an exception | Description: use the store procedure "counterInt1(?)" will cause an expection Step to reproduce: 1.new a report 2.new a datasource : net.sourceforge.jtds.jdbc.Driver (v1.1) jdbc:jtds:sqlserver://spmdb:1433/gui sa/sa 3.new a data set with the dataset type SQL Stored Procedure Query 4.input {call dbo.counterInT1(?)} in the query 5.click finish Actual result: Cause an exception org.eclipse.birt.report.designer.core.runtime.GUIException: Diagnosis of org.eclipse.datatools.connectivity.oda.design.impl.DataSetDesignImpl@bc9f58{#///@response/@dataAccessDesign/@dataSetDesign} The required feature 'resultSetColumns' of 'org.eclipse.datatools.connectivity.oda.design.impl.ResultSetDefinitionImpl@1816fb6{#///@response/@dataAccessDesign/@dataSetDesign/@resultSets/@resultSetDefinitions.0}' must be set at org.eclipse.birt.report.designer.core.runtime.GUIException.createGUIException(GUIException.java:76) at org.eclipse.birt.report.designer.internal.ui.util.ExceptionHandler.handle(ExceptionHandler.java:123) at org.eclipse.birt.report.designer.internal.ui.util.ExceptionHandler.handle(ExceptionHandler.java:105) at org.eclipse.birt.report.designer.data.ui.dataset.DataSetBasePage.createSelectedDataSet(DataSetBasePage.java:632) at org.eclipse.birt.report.designer.data.ui.dataset.DefaultDataSetWizard.performFinish(DefaultDataSetWizard.java:77) at org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDialog.java:684) at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:355) at org.eclipse.jface.dialogs.Dialog$3.widgetSelected(Dialog.java:660) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:90) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:928) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3348) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2968) at org.eclipse.jface.window.Window.runEventLoop(Window.java:820) at org.eclipse.jface.window.Window.open(Window.java:796) at org.eclipse.birt.report.designer.ui.actions.NewDataSetAction.run(NewDataSetAction.java:123) at org.eclipse.jface.action.Action.runWithEvent(Action.java:499) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:539) at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:488) at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:400) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:928) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3348) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2968) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1914) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1878) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:419) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java: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(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: java.lang.IllegalStateException: Diagnosis of org.eclipse.datatools.connectivity.oda.design.impl.DataSetDesignImpl@bc9f58{#///@response/@dataAccessDesign/@dataSetDesign} The required feature 'resultSetColumns' of 'org.eclipse.datatools.connectivity.oda.design.impl.ResultSetDefinitionImpl@1816fb6{#///@response/@dataAccessDesign/@dataSetDesign/@resultSets/@resultSetDefinitions.0}' must be set at org.eclipse.datatools.connectivity.oda.design.util.DesignUtil.validateObject(DesignUtil.java:82) at org.eclipse.birt.report.model.adapter.oda.ModelOdaAdapter.createDataSetHandle(ModelOdaAdapter.java:124) at org.eclipse.birt.report.designer.data.ui.util.DTPUtil.createOdaDataSetHandle(DTPUtil.java:169) at org.eclipse.birt.report.designer.data.ui.dataset.DataSetBasePage.createDataSetODAV3(DataSetBasePage.java:653) at org.eclipse.birt.report.designer.data.ui.dataset.DataSetBasePage.createSelectedDataSet(DataSetBasePage.java:616) ... 38 more | closed fixed | a1d63df | ["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/src/org/eclipse/birt/report/data/oda/jdbc/CallStatement.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-06-01T10:19:58Z | 2006-05-29T08:06:40Z |
141,227 | Bug 141227 Prompt text on cascading parameter group can't be preview | Details: Prompt text on cascading parameter group can't be preview Description: In RC2, the prompt text on cascading parameter was planned to finished. But now it has not been used. Will it be delay to RC3? | closed fixed | a1901d2 | ["viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/presentation/aggregation/parameter/ParameterGroupFragment.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-06-01T07:54:30Z | 2006-05-11T09:33:20Z |
140,542 | Bug 140542 label can't be displayed without resource file or unmatched key | Steps to reproduce: 1.New a report, add a lable with text "aaa" 2.Add a resource file for the report, set key to "key1", value to "actuate", apply the value to the label 3.Clear the resource file in Property Editor->General->Resource File (or change the key to "abc") 4.Preview the report Expected result: 1.Display label text "aaa" on preview or 2.Give a warning message to say resource file is not found or unmatched key Actual result: Nothing displays on preview | closed fixed | c000294 | ["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-06-01T07:08:50Z | 2006-05-08T06:33:20Z |
144,825 | Bug 144825 [Regression]Can't select operator other than "equal to" during create filter for table | Steps: 1. Create new data source and data set based on the following database (Sample DB , select all the data from the table customers) 2.Drag data set to layout 3.Select table, click "filter" tab in "Property editor", add a filter for table "CustomNumber Top 10" Actual result: The default operator is "equal to". So whatever the operators I select it will be "equal to". It means that the selection action for the operator field is invalid. Please check! Thanks! Addition information: The build I used is the latest one(2006.6.1) Please check! Thanks! | closed fixed | 7ef303d | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/swt/custom/CCombo.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-06-01T05:43:12Z | 2006-06-01T02:46:40Z |
144,167 | Bug 144167 [Compatibility] Error occurs when preview an existing report design | Description: Preview an existing report design, error occurs. Error message: The following items have errors: report report: - Group key has unsupported data type: java.util.Date data.engine.BadGroupKeyType ( 1 time(s) ) detail : org.eclipse.birt.data.engine.core.DataException: Group key has unsupported data type: java.util.Date at org.eclipse.birt.data.engine.executor.transform.group.GroupByNumberRange.isSameGroup(GroupByNumberRange.java:73) at org.eclipse.birt.data.engine.executor.transform.group.GroupBy.isInSameGroup(GroupBy.java:142) at org.eclipse.birt.data.engine.executor.transform.group.GroupInformationUtil.getBreakLevel(GroupInformationUtil.java:507) at org.eclipse.birt.data.engine.executor.transform.group.GroupInformationUtil.doGrouping(GroupInformationUtil.java:440) at org.eclipse.birt.data.engine.executor.transform.SinglePassRowProcessor.pass(SinglePassRowProcessor.java:65) at org.eclipse.birt.data.engine.executor.transform.MultiPassRowProcessor.populateResultSet(MultiPassRowProcessor.java:302) at org.eclipse.birt.data.engine.executor.transform.MultiPassRowProcessor.doPopulation(MultiPassRowProcessor.java:137) at org.eclipse.birt.data.engine.executor.transform.MultiPassRowProcessor.pass(MultiPassRowProcessor.java:103) at org.eclipse.birt.data.engine.executor.transform.ResultSetPopulator.populateResultSet(ResultSetPopulator.java:206) at org.eclipse.birt.data.engine.executor.transform.CachedResultSet.<init>(CachedResultSet.java:69) at org.eclipse.birt.data.engine.executor.DataSourceQuery.execute(DataSourceQuery.java:485) at org.eclipse.birt.data.engine.impl.PreparedOdaDSQuery$OdaDSQueryExecutor.executeOdiQuery(PreparedOdaDSQuery.java:257) at org.eclipse.birt.data.engine.impl.QueryExecutor.execute(QueryExecutor.java:677) at org.eclipse.birt.data.engine.impl.ServiceForQueryResults.executeQuery(ServiceForQueryResults.java:146) at org.eclipse.birt.data.engine.impl.QueryResults.getResultIterator(QueryResults.java:155) at org.eclipse.birt.report.engine.data.dte.DteResultSet.<init>(DteResultSet.java:79) at org.eclipse.birt.report.engine.data.dte.DteDataEngine.doExecuteQuery(DteDataEngine.java:113) at org.eclipse.birt.report.engine.data.dte.AbstractDataEngine.execute(AbstractDataEngine.java:214) at org.eclipse.birt.report.engine.data.dte.AbstractDataEngine.execute(AbstractDataEngine.java:204) at org.eclipse.birt.report.engine.executor.QueryItemExecutor.openResultSet(QueryItemExecutor.java:62) at org.eclipse.birt.report.engine.executor.ListItemExecutor.execute(ListItemExecutor.java:79) at org.eclipse.birt.report.engine.executor.ReportExecutorVisitor.visitListItem(ReportExecutorVisitor.java:98) at org.eclipse.birt.report.engine.ir.ListItemDesign.accept(ListItemDesign.java:125) at org.eclipse.birt.report.engine.executor.ReportExecutor.execute(ReportExecutor.java:129) at org.eclipse.birt.report.engine.executor.ReportExecutor.execute(ReportExecutor.java:89) at org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.run(RunAndRenderTask.java:171) at org.eclipse.birt.report.service.ReportEngineService.runAndRenderReport(Unknown Source) at org.eclipse.birt.report.service.ReportEngineService.runAndRenderReport(Unknown Source) at org.eclipse.birt.report.service.BirtViewerReportService.runAndRenderReport(Unknown Source) at org.eclipse.birt.report.service.actionhandler.BirtRunAndRenderActionHandler.__execute(Unknown Source) at org.eclipse.birt.report.service.actionhandler.AbstractBaseActionHandler.execute(Unknown Source) at org.eclipse.birt.report.presentation.aggregation.layout.EngineFragment.doService(Unknown Source) at org.eclipse.birt.report.presentation.aggregation.AbstractBaseFragment.service(Unknown Source) at org.eclipse.birt.report.servlet.BirtEngineServlet.__doGet(Unknown Source) at org.eclipse.birt.report.servlet.BaseReportEngineServlet.doGet(Unknown Source) at javax.servlet.http.HttpServlet.service(HttpServlet.java:740) at org.apache.axis.transport.http.AxisServletBase.service(AxisServletBase.java:327) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:247) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:256) at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480) at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191) at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643) at org.apache.catalina.valves.CertificatesValve.invoke(CertificatesValve.java:246) at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480) at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995) at org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2422) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:180) at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643) at org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:171) at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641) at org.eclipse.tomcat.internal.EclipseErrorReportValve.invoke(EclipseErrorReportValve.java:153) at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480) at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:174) at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480) at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995) at org.apache.coyote.tomcat4.CoyoteAdapter.service(CoyoteAdapter.java:199) at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:828) at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:700) at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:584) at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:683) at java.lang.Thread.run(Thread.java:534) | closed fixed | 62cce19 | ["data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/executor/transform/group/GroupBy.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-06-01T03:40:03Z | 2006-05-29T08:06:40Z |
124,380 | Bug 124380 SVG format isn't supported by report designer | This is not charts issue but regular reports containing Image report items that point to SVG files. Error message pops up saying: "The image cannot be loaded. Reason: unsupported or unrecognized format". | resolved fixed | b7d1cc2 | ["UI/org.eclipse.birt.report.designer.core/src/org/eclipse/birt/report/designer/util/ImageManager.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-06-01T03:27:09Z | 2006-01-18T21:33:20Z |
136,538 | Bug 136538 chart cannot inherite table's columns binding when drag into table's group header | steps to reproduce: - create a table - define columns binding - insert a group - drag a chart into table's group header expected behavior: - chart can inherite table's columns binding actual behavior: - it simply couldn't | closed fixed | f07d34d | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/schematic/extensions/ExtendedElementToolExtends.java", "UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/extension/ExtendedEditPart.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-06-01T03:13:36Z | 2006-04-13T03:46:40Z |
144,511 | Bug 144511 TVT3.2:TCT786: pl: Curency symbol is on the wrong side of number | OS : RHEL 3.1 Must fix or not a must fix: YES Build date: 0529 Component name: BIRT Blocking: NO Language: pl Bitmap Location: V:\defects\pl\20.002310.jpg Tester Name: Marek Gaskiewicz Steps to recreate the problem: Click Window->Open Perspective->Other->Report Design Right click anywhere on the report design Select Style->New Style context menu Slect Format Number Select Custom Problem Description: The currency symbol should be placed on the other side of number (the right side, not left) This article was reassigned from Category:''TVT/Testing''. | closed fixed | c18fe7b | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/dialogs/FormatNumberPage.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-06-01T03:07:40Z | 2006-05-30T17:26:40Z |
143,099 | Bug 143099 TVT3.2:TCT623: The label "Preview" is truncated | OS : RHEL 3.1 Must fix or not a must fix: YES Build date: 0521 Component name = BIRT Blocking: NO Language: no Bitmap Location:name of the screen capture same as TCT number Tester Name: Ellen Elisabeth Kastodden Problem Description: The label "Preview" is truncated Start Eclipse Click Window->Open Perspective->Other On Navigator view, right click the project and select Import Select File System, and select the Test_Report_1.rptdesign and Test_Report_1.properties Click Finish Double click the Test_Report_1.rptdesign on Navigator view Double click on COLUMN_1 Click on row[?CUSTOMERBUMER"] Click on ? that appears next to it Select Native JavaScript Functions Select the Array in sub-category Select Operators Select Logical in Sub-Category Click Cancel to close Expression Builder. Click Cancel to close Select Data Binding. Open Map tab This article was reassigned from Category:''TVT/Testing''. | closed fixed | 73e9e30 | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/swt/custom/LayoutTable.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-06-01T03:05:03Z | 2006-05-22T23:20:00Z |
144,519 | Bug 144519 TVT3.2:TCT787: pl: Lists on the page are too narrow | OS : RHEL 3.1 Must fix or not a must fix: NO Build date: 0529 Component name: BIRT Blocking: NO Language: pl Bitmap Location: V:\defects\pl\.20.002210.jpg Tester Name: Marek Gaskiewicz Steps to recreate the problem: Click Window->Open Perspective->Other->Report Design Right click anywhere on the report design Select Style->New Style context menu Page Break Problem Description: The lists are too narrow. This article was reassigned from Category:''TVT/Testing''. | closed fixed | 6147a92 | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/dialogs/PageBreakPreferencePage.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-06-01T03:00:40Z | 2006-05-30T20:13:20Z |
144,489 | Bug 144489 TVT3.2:TCT781: pl: List is too narrow | OS : RHEL 3.1 Must fix or not a must fix: NO Build date: 0529 Component name: BIRT Blocking: NO Language: pl Bitmap Location: V:\defects\pl\.20.002210.jpg Tester Name: Marek Gaskiewicz Steps to recreate the problem: Click Window->Open Perspective->Other->Report Design Right click anywhere on the report design Select Style->New Style context menu Select Font Problem Description: The size list is too narrow. This article was reassigned from Category:''TVT/Testing''. | closed fixed | 72cd37b | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/dialogs/FontPreferencePage.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-06-01T02:59:41Z | 2006-05-30T17:26:40Z |
142,430 | Bug 142430 Available data set should be invisible for dynamic image | Steps to reproduce: 1.New a sample data source and data set with table "PRODUCTLINES" 2.Add a dynamic image, binding with data set 3.Click "Expression Builder" Expected result: Available data set is not listed in Category to avoid user choose it Actual result: Available data set is listed in Category but we didn't support such expression like dataSetRow["image"] | closed fixed | 579cda8 | ["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-06-01T02:35:50Z | 2006-05-18T08:13:20Z |
136,941 | Bug 136941 Del key has no effect in XML Source | Using BIRT 2.1RC0 build. To reproduce: Open or create a report design. Choose the XML Source tab. Select some text. Press the Del key. Expected: The selected text is deleted. Actual: Nothing happens. | resolved fixed | 5434b23 | ["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-06-01T02:19:57Z | 2006-04-16T20:40:00Z |
139,420 | Bug 139420 Display text for the second paramter in cascading parameter group didn't take effect in Web Viewer | Steps to reproduce: 1.Add a sample data source and a data set with table "CUSTOMERS" 2.Add a cascading parameter group with single data set mode 3.Set value for the first parameter to "CUSTOMERNUMBER", display text to "CUSTOMERNAME" 4.Set value for the second parameter to "CITY", display text to "PHONE" 5.Preview in Web Viewer Expected result: 1.The first parameter value displays as "CUSTOMERNAME" 2.The second parameter value displays as "PHONE" Actual result: 1.The first parameter value displays as "CUSTOMERNAME" 2.The second parameter value displays as "CITY" | closed fixed | d59e6e0 | ["viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/service/actionhandler/AbstractGetCascadeParameterActionHandler.java", "viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/soapengine/api/SelectItemChoice.java", "viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/soapengine/api/SelectionList.java", "viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/soapengine/endpoint/BirtSoapBindingStub.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-06-01T01:42:27Z | 2006-04-30T04:06:40Z |
132,652 | Bug 132652 Click other property will cause the previous revised value lost in Properties sheet. | Description: Click other property will cause the previous revised value lost in Properties sheet. Steps to reproduce: 1. Insert a label 2. Open Properties sheet, select the label. 3. Input 10pt in Margin left, then click Margin right. Expected result: 10pt is saved. Actual result: 10pt was lost. | closed fixed | 478d4bb | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/swt/custom/CCombo.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-05-31T10:24:20Z | 2006-03-21T08:33:20Z |
133,721 | Bug 133721 Generating PDF/Printable HTML reports with input parameters | I made improvements to the JSP for the Web Viewer to add the option to run the report with the parameters input by the users as a PDF or HTML page that is printable (using the /run?). The parameters are stored as form field and the form is submitted. This way, the user input parameters are passed to the /run? I wanted to submit my changes, but can't figure out a way to do so -- I can't go to the CVS right now... Please advice so I can give you the changes. I noticed that this feature was requested a lot on the newsgroup - and I needed it myself... So this should be integrated in the future release builds. | resolved fixed | fa678fd | ["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-05-31T10:12:29Z | 2006-03-28T21:06:40Z |
136,818 | Bug 136818 [Deployment]NPE when preview report after deploy birt.war in Weblogic9 | Description: NPE when preview report after deploy birt.war in Weblogic9 Steps to reproduce: 1. Deploy birt.war in WebLogic 9 2. Visit index.jsp and click link to view test.rptdesign. Result: Error 500--Internal Server Error java.lang.NullPointerException at org.eclipse.birt.report.service.ReportEngineService.setEngineContext(Unknown Source) at org.eclipse.birt.report.servlet.ViewerServlet.doGet(Unknown Source) at javax.servlet.http.HttpServlet.service(HttpServlet.java:743) at org.apache.axis.transport.http.AxisServletBase.service(AxisServletBase.java:327) at javax.servlet.http.HttpServlet.service(HttpServlet.java:856) at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:214) at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:120) at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:272) at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:165) at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3022) at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321) at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121) at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:1925) at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:1848) at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1288) at weblogic.work.ExecuteThread.execute(ExecuteThread.java:207) at weblogic.work.ExecuteThread.run(ExecuteThread.java:179) | closed fixed | 5bdace7 | ["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-05-29T08:07:16Z | 2006-04-14T07:33:20Z |
144,153 | Bug 144153 [regression] drill through to a report with parameter does not work properly | steps to reproduce: - use the attached report design (new_report_2.rptdesign contains a drill through link) (new_report_3.rptdesign contains a parameter without default value) - preview new_report_2.rptdesign in HTML and PDF - click on Carine expected behavior: - drill through to new_report_3.rptdesign - parameter dialog should be displayed actual behavior: - browser internal error | closed fixed | 212292c | ["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-05-29T06:18:42Z | 2006-05-29T02:33:20Z |
142,930 | Bug 142930 Preview web viewer error when insert data with own binding to list footer | Description: Preview web viewer error when insert data with own binding to list footer Steps to reproduce: 1. Insert a list, bind it to dataset 2. Insert a data item to list footer and bind it to dataset 3. Preview in web viewer/html/pdf Expected result: Preview is ok Actual result: In Web Viewer, I got below errors: Error0 : Error.ScriptEvaluationError ( 1 time(s) ) detail : org.eclipse.birt.report.engine.api.EngineException: There are errors evaluating script "row["OFFICECODE"]". at org.eclipse.birt.report.engine.executor.ExecutionContext.evaluate(ExecutionContext.java:550) at org.eclipse.birt.report.engine.executor.ExecutionContext.evaluate(ExecutionContext.java:512) at org.eclipse.birt.report.engine.internal.document.v2.ReportContentLoaderV2.openQuery(ReportContentLoaderV2.java:701) at org.eclipse.birt.report.engine.internal.document.v2.ReportContentLoaderV2.startContent(ReportContentLoaderV2.java:772) at org.eclipse.birt.report.engine.internal.document.v2.ReportContentLoaderV2.outputPageRegion(ReportContentLoaderV2.java:378) at org.eclipse.birt.report.engine.internal.document.v2.ReportContentLoaderV2.excutePage(ReportContentLoaderV2.java:250) at org.eclipse.birt.report.engine.internal.document.v2.ReportContentLoaderV2.loadPage(ReportContentLoaderV2.java:151) at org.eclipse.birt.report.engine.internal.document.ReportContentLoader.loadPage(ReportContentLoader.java:50) at org.eclipse.birt.report.engine.api.impl.RenderTask.doRender(RenderTask.java:186) at org.eclipse.birt.report.engine.api.impl.RenderTask$PageRender.render(RenderTask.java:493) at org.eclipse.birt.report.engine.api.impl.RenderTask.render(RenderTask.java:428) at org.eclipse.birt.report.service.ReportEngineService.renderReport(Unknown Source) at org.eclipse.birt.report.service.ReportEngineService.renderReport(Unknown Source) at org.eclipse.birt.report.service.BirtViewerReportService.getPage(Unknown Source) at org.eclipse.birt.report.service.actionhandler.AbstractGetPageActionHandler.doExecution(Unknown Source) at org.eclipse.birt.report.service.actionhandler.AbstractGetPageActionHandler.__execute(Unknown Source) at org.eclipse.birt.report.service.actionhandler.AbstractBaseActionHandler.execute(Unknown Source) at org.eclipse.birt.report.soapengine.processor.AbstractBaseDocumentProcessor.__executeAction(Unknown Source) at org.eclipse.birt.report.soapengine.processor.AbstractBaseComponentProcessor.executeAction(Unknown Source) at org.eclipse.birt.report.soapengine.processor.BirtDocumentProcessor.handleGetPage(Unknown Source) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.eclipse.birt.report.soapengine.processor.AbstractBaseComponentProcessor.process(Unknown Source) at org.eclipse.birt.report.soapengine.endpoint.BirtSoapBindingImpl.getUpdatedObjects(Unknown Source) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.apache.axis.providers.java.RPCProvider.invokeMethod(RPCProvider.java:397) at org.apache.axis.providers.java.RPCProvider.processMessage(RPCProvider.java:186) at org.apache.axis.providers.java.JavaProvider.invoke(JavaProvider.java:323) at org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:32) at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118) at org.apache.axis.SimpleChain.invoke(SimpleChain.java:83) at org.apache.axis.handlers.soap.SOAPService.invoke(SOAPService.java:453) at org.apache.axis.server.AxisServer.invoke(AxisServer.java:281) at org.apache.axis.transport.http.AxisServlet.doPost(AxisServlet.java:699) at org.eclipse.birt.report.servlet.BirtSoapMessageDispatcherServlet.doPost(Unknown Source) at javax.servlet.http.HttpServlet.service(HttpServlet.java:760) at org.apache.axis.transport.http.AxisServletBase.service(AxisServletBase.java:327) | closed fixed | 51b49a8 | ["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/ColumnBindingDialog.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-05-29T04:48:33Z | 2006-05-22T06:40:00Z |
142,928 | Bug 142928 Item from library is changed to a report design item after revert to report item | Details: Item from library is changed to a report design item after revert to report item. Setp: 1.New a template. 2.Use a libary contain a label. 3.Drop the label from library explorer into layout. 4.Change the label to template item. 5.Revert the template item to report item. Actual result: The label is become a report item, but a item from library. Please see the attach image. Exception result: The lable is revert a item from library. | closed fixed | 0e74dc5 | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/views/DefaultNodeProvider.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/DesignElementHandle.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/TemplateReportItemHandle.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-05-28T07:19:55Z | 2006-05-22T06:40:00Z |
144,106 | Bug 144106 [Regression]Parameter request page pops up twice while running the report with cascading parameter | Steps to reproduce: 1.Add a cascading parameter group with a parameter 2.Preview Expected result: The parameter request page just pops up once for input value Actual result: The parameter request page pops up twice when inputting parameter value | closed fixed | bd52e70 | ["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-05-28T06:13:31Z | 2006-05-28T07:06:40Z |
143,126 | Bug 143126 [Regression]Insert chart into table group header, preview, incorrectly. | Insert chart into table group header, preview, incorrectly. Steps: 1.Insert a table 2.Create a group for the table 3.Insert chart into group header, inherit table's data set 4.preivew Actual Results: 1.Chart datas are incorrectly Expected Results: 1.Chart can be previewed correctly. | closed fixed | e682543 | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/schematic/editparts/DataEditPart.java", "UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/util/ElementBuilderFactory.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-26T10:34:12Z | 2006-05-23T02:06:40Z |
143,898 | Bug 143898 [smoke][regression]Chart cannot be extended from library file | Description: Chart cannot be extended from library file Step to reproduce: 1. New a library and insert chart, publish it. 2. New a report, drag data source, dataset and chart to Layout from library 3. Save the report. Result: GUIException: caused by java.lang.reflect. invocation targetexception | closed fixed | 300be31 | ["model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/validators/ExtensionValidator.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-05-26T10:21:53Z | 2006-05-26T07:53:20Z |
143,890 | Bug 143890 [Smoke]Chart cann't preview as web view | Details: [Smoke]Chart cann't preview as web view Setp: 1.Add a chart on report design. 2.Preview as web view. Actual result: The chart can't be preview on web view. | closed fixed | e68bcb8 | ["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-26T08:19:29Z | 2006-05-26T07:53:20Z |
143,671 | Bug 143671 [Linux-As][Smoke]Parameter can't be used. | Details: [Linux-As]Parameter can't be used. Setp: 1.New a report design. 2.New a paremeter. 3.Preview and click Run Report Parameter. 4.Dialog pop up and press OK. Actual resutl: Report error. | closed fixed | 1373d48 | ["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/IBirtConstants.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/actionhandler/BirtCacheParameterActionHandler.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-26T08:03:25Z | 2006-05-25T06:53:20Z |
134,013 | Bug 134013 <property name="cachedRowCount">200</property> | Since the cache poperty is in the XML, this is taken during deployment also. WHen i design i need only few rows (say 100 rows ) But when i deploy i need all the rows SInce <property name="cachedRowCount">200</property> is part of the XML file, the output/pdf shows only what is specified during design phase. The documentation shows, during deployment this setting will not be considered, but i found the other way- during design and deployment. Hari Nair | resolved fixed | 17113a4 | ["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/src/org/eclipse/birt/report/viewer/utilities/WebViewer.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-05-26T06:44:21Z | 2006-03-30T09:13:20Z |
142,893 | Bug 142893 Text key not found when library and report use different resource files | The following scenario was tested with BIRT 2.1RC2: - New library, assign resource file "r1.properties" which contains key/value-pair "k1=v1" - New label in library, set text key of label to "k1" - New report, assign resource file "r2.properties" which does not contain key/value-pair "k1=v1" - Drag and drop label from library to report body - Preview Expected result: - Report shows "v1" Actual result: - Report shows nothing. If key/value-pair "k1=v1" is added to r2.properties, than "v1" is shown. | resolved fixed | b45a98d | ["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/LabelHandle.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/ModuleHandle.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/ScalarParameterHandle.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/StructureHandle.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/TemplateParameterDefinitionHandle.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/TextItemHandle.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/util/ModelUtil.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-05-26T06:33:25Z | 2006-05-20T15:46:40Z |
142,137 | Bug 142137 Style name can't be changed to None in Property Editor after delete the style | Steps to reproduce: 1.New a style named "S1", apply it on a label 2.Delete "S1" 3.Switch to Property Editor, change label style to None Expected result: Style is changed to None Actual result: Style is still "S1" till change it with context menu | closed fixed | e80ad7f | ["model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/command/StyleCommand.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-05-26T03:22:00Z | 2006-05-17T04:26:40Z |
143,689 | Bug 143689 Add build script to PDF plugin | PDF chart renderer plugin should havea buildXXX.xml script. | closed fixed | c3f00e0 | ["chart/org.eclipse.birt.chart.device.pdf/src/org/eclipse/birt/chart/device/pdf/PDFInteractiveRenderer.java", "chart/org.eclipse.birt.chart.device.pdf/src/org/eclipse/birt/chart/device/pdf/PDFRendererImpl.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-05-25T12:41:24Z | 2006-05-25T12:26:40Z |
143,104 | Bug 143104 TVT3.2:TCT639: AR: BIRT: Expression builder should be unmirrored. | OS: Windows XP Must Fix: No. Build Date: 0522 Component: BIRT Blocking: No Language: AR Tester name: Omar Bahy Scenario: 1- Import a report Design, i.e, Test_Report_1.rptdesign 2- Double click on Column_1. 3- Click on row ["CUSTOMERNUMBER"] 4- Click ont he empty box that apears next to it to open the expression builder. Problem: - expression builder text window should be unmirrored to maintain expression readability. This article was reassigned from Category:''TVT/Testing''. | closed fixed | 9919375 | ["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/ui/dialogs/ExpressionBuilder.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-25T09:35:56Z | 2006-05-22T23:20:00Z |
143,659 | Bug 143659 [Accessibility] Press Tab key will cause eclipse crash when focus isn't on any report item in Editor view | Press Tab key will cause eclipse crash when focus isn't on any report item in Editor view Steps to reproduce: 1. New a report 2. Click the blank area in Layout of Editor view 3. Press Tab key Expected result: Something in layout will get focus Actual result: Eclipse crashed | closed fixed | 9bbd64a | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/parts/ReportFocusTraverseManager.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-05-25T07:52:15Z | 2006-05-25T06:53:20Z |
142,104 | Bug 142104 Cannot place data set field on master page | Bugzilla 122419 says this is fixed. I am using RC2, and I can't insert a data set field in the master page header or footer. | resolved fixed | 680c047 | ["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-25T06:26:35Z | 2006-05-16T22:53:20Z |
135,252 | Bug 135252 [Regression]Focus will lost when switching to script view | Steps to reproduce: 1.Select a data set 2.Click "Script" tab Expected result: Script view for the data set shows up Actual result: The focus on data set lost | closed fixed | ded2c6d | ["UI/org.eclipse.birt.report.designer.ui.editors.schematic/src/org/eclipse/birt/report/designer/ui/editors/pages/ReportScriptFormPage.java", "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-25T05:51:00Z | 2006-04-06T13:26:40Z |
143,068 | Bug 143068 Update the way that viewer sets the image cache folder. | Use this code segment below to set image cache folder. HTMLRenderContext ctx = new HTMLRenderContext(); ctx.setImageDirectory("images"); HashMap map = new HashMap(); map.put(EngineConstants.APPCONTEXT_HTML_RENDER_CONTEXT, ctx); task.setAppContext(map); The one related to 132063 | resolved fixed | 91726ad | ["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-25T02:29:05Z | 2006-05-22T20:33:20Z |
142,800 | Bug 142800 TVT3.2:TCT576: AR: BIRT: New Data Set Wizard | OS: Windows XP. Must Fix: YES. Blocking: No. Build Date: 0518 Component: BIRT - New Data Set Wizard. Language: AR Tester Name: Omar Bahy Scenario: 1- Right click on data set and choose "New Data Set". Click Finish 2- Inspect the SQL statement box. Problem: SQL statement box should be unmirrored to maintain readability. This article was reassigned from Category:''TVT/Testing''. | closed fixed | 36af27e | ["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-25T02:07:38Z | 2006-05-19T17:33:20Z |
110,681 | Bug 110681 Reportlet | Web pages often use HTML tables instead to organize and position their content. In order to provide more flexibility for integrating report content into the customer web pages, it becomes necessary to introduce a new set of formats that return content as Reportlets or partial DHTML pages. These reportlets can then be included within web pages generated by the customers web application. This project focuses on producing content that is easily embeddable within an overall HTML page. | resolved fixed | 66aad6d | ["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/presentation/aggregation/layout/EngineFragment.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/BirtGetReportletActionHandler.java", "viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/service/api/IViewerReportService.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-25T00:09:56Z | 2005-09-26T18:40:00Z |
142,462 | Bug 142462 Cannot create bindings for data set output parameters | Define a JDBC Stored Procedure data set with at least one data set output parameter. Bind this data set to a table. Edit data binding for the table and add a new binding. In the expression builder, under "Available Data Sets", only the columns for the data set are shown as available. The output parameters are not shown. This is a regression against 2.0. This bug makes data set parameters unusable. | resolved fixed | e43fc69 | ["UI/org.eclipse.birt.report.designer.core/src/org/eclipse/birt/report/designer/core/IReportElementConstants.java", "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/DataUtil.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-24T10:44:42Z | 2006-05-18T11:00:00Z |
142,757 | Bug 142757 TVT3.2:TCT522: HUN: BIRT - Scrollbar needed | Subject : hu : Scrollbar needed Testcase/Filename : : 20.0060 Category : : TVT/Testing Priority 2 OS : RHEL 3.1 Must fix or not a must fix: YES Build date:16/05 Blocking: NO Language: hu Bitmap Location: V:\defects\hu\20.001060.jpg Tester Name: Gabor Kiss Problem Description: Creating a new report from Business Intelligence and Reporting Tools, the 2nd window containes Report Templates frame, which is not resizable. Please see the attached screenshot. Steps: 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 This article was reassigned from Category:''TVT/Testing''. Spanish version has the same problem. Please check. Thanks, Enric Arau Spanish Tester | closed fixed | 137b993 | ["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-24T10:06:14Z | 2006-05-19T14:46:40Z |
142,939 | Bug 142939 Invalid interval will cause incorrect group action. | Description: Invalid interval will cause incorrect group action. Steps to reproduce: 1. Insert a list 2. Add a group, key is string type column, set interval to year, range to 3 3. Preview Expected result: Error msg about invald interval and ignore the invalid interval. Actual result: No error msg and only return one group with all datarows. | closed fixed | bfd6039 | ["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-24T10:06:13Z | 2006-05-22T09:26:40Z |
132,914 | Bug 132914 "Invalid page number" error message is hard coded. | "Invalid page number" error message is hard coded in DocumentProcessor.java. This must be externalized into *.properties file. If there are other hard coded error messages, please also externalize. | resolved fixed | 6f20051 | ["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/BirtContext.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/layout/FramesetFragment.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/ParameterGroupFragment.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/resource/ResourceConstants.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/AbstractBaseActionHandler.java", "viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/service/actionhandler/AbstractExtractResultSetActionHandler.java", "viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/service/actionhandler/AbstractGetCascadeParameterActionHandler.java", "viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/service/actionhandler/AbstractGetPageActionHandler.java", "viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/service/actionhandler/AbstractQueryExportActionHandler.java", "viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/service/actionhandler/AbstractRenderImageActionHandler.java", "viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/service/actionhandler/BirtChangeParameterActionHandler.java", "viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/service/actionhandler/BirtExtractDataActionHandler.java", "viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/service/actionhandler/BirtGetPageActionHandler.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/BirtRunAndRenderActionHandler.java", "viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/soapengine/endpoint/BirtSoapBindingImpl.java", "viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/soapengine/processor/AbstractBaseComponentProcessor.java", "viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/soapengine/processor/BaseProcessorFactory.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-05-24T08:16:27Z | 2006-03-22T23:26:40Z |
136,973 | Bug 136973 Refresh problem-column name in chart builder | Description: Use flat file datasource, if change the column name in flat file, the column name will changed in data explorer but not refreshed in chart builder accordingly. Only restart Eclipse will get the correct information. | closed fixed | 60782e7 | ["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/QueryExecutionHelper.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-05-24T08:08:23Z | 2006-04-17T10:33:20Z |
141,959 | Bug 141959 Changing data set didn't clean old column bindings | Steps to reproduce: 1.Add two data sets, "ds1" and "ds2" 2.Add a table, binding with "ds1". All "ds1" column bindings generate automatically, that's good 3.Change "ds1" to None Expected result: All "ds1" column bindings should be cleaned Actual result: All "ds1" column bindings are still there. If changing to "ds2", "ds2" column bindings will be added after them. | closed fixed | d8e8821 | ["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-24T07:59:56Z | 2006-05-16T09:00:00Z |
142,902 | Bug 142902 oda.xml plugin incorrectly make internal classes visible | In the MANIFEST.MF file of the org.eclipse.birt.report.data.oda.xml plugin, the following packages are exported: org.eclipse.birt.report.data.oda.xml org.eclipse.birt.report.data.oda.xml.util org.eclipse.birt.report.data.oda.xml.ui This declaration makes all classes in these packages part of the public API, for which we must always maintain backward compatibility in future release. However almost all classes in these packages are infact internal implemetation classes which should not be used by other plugins. This plugin should be restructured so that: (1) public API classes (which could include the Constants class which contains public constants of interest to xml driver users) should be moved to a package with "api" in its name. (2) All non-public packages should be removed from the export list of the manifest file. | resolved fixed | 9df77e1 | ["data/org.eclipse.birt.report.data.oda.xml/src/org/eclipse/birt/report/data/oda/xml/impl/Connection.java", "data/org.eclipse.birt.report.data.oda.xml/src/org/eclipse/birt/report/data/oda/xml/impl/DataSetMetaData.java", "data/org.eclipse.birt.report.data.oda.xml/src/org/eclipse/birt/report/data/oda/xml/impl/DataTypes.java", "data/org.eclipse.birt.report.data.oda.xml/src/org/eclipse/birt/report/data/oda/xml/impl/Driver.java", "data/org.eclipse.birt.report.data.oda.xml/src/org/eclipse/birt/report/data/oda/xml/impl/Query.java", "data/org.eclipse.birt.report.data.oda.xml/src/org/eclipse/birt/report/data/oda/xml/impl/ResultSet.java", "data/org.eclipse.birt.report.data.oda.xml/src/org/eclipse/birt/report/data/oda/xml/impl/ResultSetMetaData.java", "data/org.eclipse.birt.report.data.oda.xml/src/org/eclipse/birt/report/data/oda/xml/util/RelationInformation.java", "data/org.eclipse.birt.report.data.oda.xml/src/org/eclipse/birt/report/data/oda/xml/util/SaxParserComplexNestedQueryHelper.java", "data/org.eclipse.birt.report.data.oda.xml/src/org/eclipse/birt/report/data/oda/xml/util/SaxParserConsumer.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-05-24T07:18:43Z | 2006-05-21T02:53:20Z |
142,859 | Bug 142859 Data elements should not appear in grey in layout editor | Most elements in a report are data elements. Displaying them in grey makes it hard to read. | resolved fixed | 513900c | ["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/schematic/editparts/DataEditPart.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-05-24T02:09:38Z | 2006-05-19T20:20:00Z |
140,620 | Bug 140620 Chart scripting errors are ignored | Write a chart with an invalid script, the execution simply ignores the script. This makes it difficult to debug scripting. The error message is also not precise and needs improvements. | resolved fixed | e6a196f | ["chart/org.eclipse.birt.chart.device.extension/src/org/eclipse/birt/chart/device/image/JavaxImageIOWriter.java", "chart/org.eclipse.birt.chart.device.extension/src/org/eclipse/birt/chart/device/swing/ShapedAction.java", "chart/org.eclipse.birt.chart.device.extension/src/org/eclipse/birt/chart/device/swing/SwingEventHandler.java", "chart/org.eclipse.birt.chart.device.extension/src/org/eclipse/birt/chart/device/swing/SwingRendererImpl.java", "chart/org.eclipse.birt.chart.device.swt/src/org/eclipse/birt/chart/device/swt/SwtEventHandler.java", "chart/org.eclipse.birt.chart.device.swt/src/org/eclipse/birt/chart/device/swt/SwtRendererImpl.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/device/IDeviceRenderer.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/event/ArcRenderEvent.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/event/PrimitiveRenderEvent.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/event/WrappedInstruction.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/factory/Generator.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/log/Logger.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/component/Axis.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/component/ComponentPackage.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/component/impl/ComponentFactoryImpl.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/component/impl/ComponentPackageImpl.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/component/impl/EStringToDataSetMapEntryImpl.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/component/util/ComponentAdapterFactory.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/component/util/ComponentSwitch.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/data/DataPackage.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/data/DataSet.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/data/impl/DataFactoryImpl.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/data/impl/DataPackageImpl.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/script/ScriptHandler.java", "chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/reportitem/ChartReportItemImpl.java", "chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/wizard/TaskSelectData.java", "core/org.eclipse.birt.core.ui/src/org/eclipse/birt/core/ui/frameworks/errordisplay/ErrorDialog.java", "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/executor/ExecutionContext.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/i18n/MessageConstants.java"] | Birt | https://github.com/eclipse/birt | eclipse/birt | java | null | null | null | 2006-05-23T21:46:38Z | 2006-05-08T17:40:00Z |
142,689 | Bug 142689 All the shadow colors can not be take effect. | All the background shadow colors can not be take effect. Steps: 1.Create a chart 2.Open chart builder, go to "Format Chart" tab, select "Chart Area", click "Title Format", set shadow color to red 3.Preview Actual Resutls: 1.Shadow color can not be displayed Expected Results: 1.Shadow color can be displayed | closed fixed | 7749562 | ["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-23T18:05:49Z | 2006-05-19T06:26:40Z |
142,673 | Bug 142673 Support UI preference to limit report preview max rows | UI will add a new preference to limit report preview max rows, and viewer should support it when preview report in designer. | resolved fixed | efd532b | ["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-23T09:13:15Z | 2006-05-19T00:53:20Z |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.