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
unknown
report_datetime
unknown
417,305
Bug 417305 A sample chart has no data
null
verified fixed
3f913aa
["chart/org.eclipse.birt.chart.examples/src/org/eclipse/birt/chart/examples/view/models/WorkingWithBIRTDataEngine.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2013-09-16T13:28:55Z"
"2013-09-16T08:26:40Z"
417,291
Bug 417291 [Compatibility]List containining data item can not be rendered
Verision:4.3.1\v20130913-1501 Steps to reproduce 1,Open attached report in os birt 2,Report has a list containing a data item binding data set. 3,Preview report and check the result. Expected Result:Data can be rendered. Actual result:Exception is thrown out when previewing report. Error info: org.eclipse.birt.report.service.api.ReportServiceException: Error happened while running the report. at org.eclipse.birt.report.service.ReportEngineService.throwDummyException(ReportEngineService.java:1115) at org.eclipse.birt.report.service.ReportEngineService.runAndRenderReport(ReportEngineService.java:943) at org.eclipse.birt.report.service.BirtViewerReportService.runAndRenderReport(BirtViewerReportService.java:973) at org.eclipse.birt.report.service.actionhandler.BirtGetPageAllActionHandler.__execute(BirtGetPageAllActionHandler.java:131) at org.eclipse.birt.report.service.actionhandler.AbstractBaseActionHandler.execute(AbstractBaseActionHandler.java:90) at org.eclipse.birt.report.soapengine.processor.AbstractBaseDocumentProcessor.__executeAction(AbstractBaseDocumentProcessor.java:47) at org.eclipse.birt.report.soapengine.processor.AbstractBaseComponentProcessor.executeAction(AbstractBaseComponentProcessor.java:143) at org.eclipse.birt.report.soapengine.processor.BirtDocumentProcessor.handleGetPageAll(BirtDocumentProcessor.java:183) 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.birt.report.soapengine.processor.AbstractBaseComponentProcessor.process(AbstractBaseComponentProcessor.java:112) at org.eclipse.birt.report.soapengine.endpoint.BirtSoapBindingImpl.getUpdatedObjects(BirtSoapBindingImpl.java:66) 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.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:454) 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(BirtSoapMessageDispatcherServlet.java:265) at javax.servlet.http.HttpServlet.service(HttpServlet.java:755) at org.apache.axis.transport.http.AxisServletBase.service(AxisServletBase.java:327) at javax.servlet.http.HttpServlet.service(HttpServlet.java:848) at org.eclipse.birt.report.servlet.BirtSoapMessageDispatcherServlet.service(BirtSoapMessageDispatcherServlet.java:122) at org.eclipse.equinox.http.registry.internal.ServletManager$ServletWrapper.service(ServletManager.java:180) at org.eclipse.equinox.http.servlet.internal.ServletRegistration.service(ServletRegistration.java:61) at org.eclipse.equinox.http.servlet.internal.ProxyServlet.processAlias(ProxyServlet.java:128) at org.eclipse.equinox.http.servlet.internal.ProxyServlet.service(ProxyServlet.java:60) at javax.servlet.http.HttpServlet.service(HttpServlet.java:848) at org.eclipse.equinox.http.jetty.internal.HttpServerManager$InternalHttpServiceServlet.service(HttpServerManager.java:386) at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:669) at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:457) at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:229) at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1075) at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:384) at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193) at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1009) at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116) at org.eclipse.jetty.server.Server.handle(Server.java:368) at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:489) at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:953) at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:1014) at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:861) at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235) at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82) at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:628) at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:52) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608) at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543) at java.lang.Thread.run(Unknown Source) Caused by: org.eclipse.birt.report.engine.api.EngineException: Error happened while running the report. at org.eclipse.birt.report.engine.api.impl.EngineTask.handleFatalExceptions(EngineTask.java:2363) at org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.doRun(RunAndRenderTask.java:191) at org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.run(RunAndRenderTask.java:77) at org.eclipse.birt.report.service.ReportEngineService.runAndRenderReport(ReportEngineService.java:937) ... 57 more Caused by: java.lang.NullPointerException at org.eclipse.birt.report.engine.executor.ListingElementExecutor.getMaxPageBreakInterval(ListingElementExecutor.java:72) at org.eclipse.birt.report.engine.executor.ListingElementExecutor.initializeContent(ListingElementExecutor.java:91) at org.eclipse.birt.report.engine.executor.ListItemExecutor.execute(ListItemExecutor.java:68) at org.eclipse.birt.report.engine.internal.executor.dup.SuppressDuplicateItemExecutor.execute(SuppressDuplicateItemExecutor.java:43) at org.eclipse.birt.report.engine.internal.executor.wrap.WrappedReportItemExecutor.execute(WrappedReportItemExecutor.java:46) at org.eclipse.birt.report.engine.internal.executor.l18n.LocalizedReportItemExecutor.execute(LocalizedReportItemExecutor.java:34) at org.eclipse.birt.report.engine.layout.html.HTMLBlockStackingLM.layoutNodes(HTMLBlockStackingLM.java:65) at org.eclipse.birt.report.engine.layout.html.HTMLPageLM.layout(HTMLPageLM.java:92) at org.eclipse.birt.report.engine.layout.html.HTMLReportLayoutEngine.layout(HTMLReportLayoutEngine.java:100) at org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.doRun(RunAndRenderTask.java:181)
verified fixed
9ba6545
["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/ListingElementExecutor.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2013-09-16T03:27:45Z"
"2013-09-16T02:53:20Z"
414,088
Bug 414088 Error in code of PageArea.createRoot
This seems to me like a copy&paste error in the code: protected void createRoot( ) { ... pageRoot.setBoxStyle( boxStyle ); rootLeft = getDimensionValue( pageContent, pageContent.getMarginLeft( ), pageContentWidth ); rootTop = getDimensionValue( pageContent, pageContent.getMarginTop( ), pageContentWidth ); rootLeft = Math.max( 0, rootLeft ); ... Consider the line "rootTop = ...". Shouldn't this read rootTop = getDimensionValue( pageContent, pageContent.getMarginTop( ), pageContentHeight ); instead?
resolved fixed
4b8e886
["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/nLayout/area/impl/PageArea.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2013-09-09T23:36:19Z"
"2013-07-31T05:53:20Z"
320,365
Bug 320365 Excel emitter don't use reportContext timezone
- Create a blank report ; - Insert a "Data" Object of type "Date Time" without databinding. Write "new Date();" for the javascript expression ; - When invoking your report from the web viewer, configure a timezone with "__timezone" parameter. For instance, for me, "&__timezone=Europe/Paris" (GMT+2) ; - My JVM uses UTC ; - When using frameset servlet, in my browser, i have the right date. For instance 19/07/2010 18:19 (pattern is dd/MM/yyyy HH:mm). ; - When exporting to excel, I obtain a UTC date. For instance : 19/07/2010 16:19 (same pattern) ; - All others emitters are good. I get this issue only with excel. It seems that in jar org.eclipse.birt.report.engine.emitter.prototype.excel.xxx.jar, file org.eclipse.birt.report.engine.emitter.excel.ExcelUtil, method #formatDate, when formatting date as a String with a SimpleDateFormat, you don't use any timezone. Maybe the issue is here. public static String formatDate( Object data ) { SimpleDateFormat dateFormat = new SimpleDateFormat("yyyy-MM-dd'T'HH:mm:ss", Locale.ENGLISH ); Date date = getDate( data ); if(date == null) { return null; } return dateFormat.format( date ); } An ugly solution is to set the default TimeZone in your initialize script : com.ibm.icu.util.TimeZone.setDefault(reportContext.getTimeZone());
verified fixed
99c1428
["engine/org.eclipse.birt.report.engine.emitter.prototype.excel/src/org/eclipse/birt/report/engine/emitter/excel/ExcelUtil.java", "engine/org.eclipse.birt.report.engine.emitter.prototype.excel/src/org/eclipse/birt/report/engine/emitter/excel/ExcelXmlWriter.java", "engine/org.eclipse.birt.report.engine.emitter.prototype.excel/src/org/eclipse/birt/report/engine/emitter/excel/layout/ExcelContext.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2013-09-09T22:40:37Z"
"2010-07-20T10:00:00Z"
405,749
Bug 405749 Typo in variable name: linkToSalarParameter
In the class org.eclipse.birt.report.designer.data.ui.dataset.DataSetParametersPage.ParameterInputDialog, the field linkToSalarParameter appears to have a typo in it's name. "Salar" isn't a word (AFIAK) -- presumably what was meant was "linkToScalarParameter". It's a very minor issue, but I thought it worth tossing into a bug report so it won't get forgotten.
resolved fixed
bdfd53b
["UI/org.eclipse.birt.report.designer.ui.data/src/org/eclipse/birt/report/designer/data/ui/dataset/DataSetParametersPage.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2013-09-09T07:16:57Z"
"2013-04-15T21:06:40Z"
416,105
Bug 416105 Docx output: leading and trailing whitespaces of a label are removed
I have two simple labels in my report. The first label has my given name as value with a space at the end "Martin ". The second labels value is my lastname "Burgler". If I generate the report as docx output the whitespace is removed. I get as result "MartinBurgler". If I use pdf or doc as output format the result is as expected "Martin Burgler".
resolved fixed
e02fdb1
["engine/org.eclipse.birt.report.engine.emitter.pptx/src/org/eclipse/birt/report/engine/emitter/pptx/writer/Slide.java", "engine/org.eclipse.birt.report.engine.emitter.wpml/src/org/eclipse/birt/report/engine/emitter/wpml/writer/AbstractWordXmlWriter.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2013-09-06T23:51:28Z"
"2013-08-29T07:06:40Z"
415,915
Bug 415915 NPE in MultiPageReportEditor.isSaveAsAllowed
Due to getActivePageInstance() being able to return null if no page is active, isSaveAsAllowed will fail if this occurs, as it does when the whole application is closed with the close button. Here's the log: !ENTRY org.eclipse.e4.ui.workbench 4 0 2013-08-26 13:28:43.478 !MESSAGE Exception occurred while unrendering: org.eclipse.e4.ui.model.application.ui.basic.impl.TrimmedWindowImpl@123db25 (elementId: IDEWindow, tags: [topLevel], contributorURI: platform:/plugin/org.eclipse.ui.workbench) (widget: null, renderer: null, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null) (label: null, iconURI: null, tooltip: null, context: TrimmedWindowImpl (IDEWindow) Context, variables: [], x: -1114, y: 80, width: 1024, height: 768) !STACK 0 java.lang.NullPointerException at org.eclipse.birt.report.designer.ui.editors.MultiPageReportEditor.isSaveAsAllowed(MultiPageReportEditor.java:585) at org.eclipse.ui.internal.handlers.SaveAsHandler.evaluate(SaveAsHandler.java:64) at org.eclipse.ui.internal.handlers.AbstractSaveHandler$1.evaluate(AbstractSaveHandler.java:45) at org.eclipse.ui.internal.services.EvaluationReference.evaluate(EvaluationReference.java:94) at org.eclipse.ui.internal.services.EvaluationReference.evaluate(EvaluationReference.java:131) at org.eclipse.ui.internal.services.EvaluationReference.changed(EvaluationReference.java:125) at org.eclipse.e4.core.internal.contexts.TrackableComputationExt.update(TrackableComputationExt.java:110) at org.eclipse.e4.core.internal.contexts.EclipseContext.processScheduled(EclipseContext.java:328) at org.eclipse.e4.core.internal.contexts.EclipseContext.remove(EclipseContext.java:302) at org.eclipse.ui.internal.services.EvaluationService$1.changed(EvaluationService.java:71) at org.eclipse.e4.core.internal.contexts.TrackableComputationExt.update(TrackableComputationExt.java:110) at org.eclipse.e4.core.internal.contexts.EclipseContext.processScheduled(EclipseContext.java:328) at org.eclipse.e4.core.internal.contexts.EclipseContext.set(EclipseContext.java:342) at org.eclipse.e4.core.internal.contexts.EclipseContext.deactivate(EclipseContext.java:640) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.clearContext(PartRenderingEngine.java:936) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeRemoveGui(PartRenderingEngine.java:920) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.access$3(PartRenderingEngine.java:828) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$8.run(PartRenderingEngine.java:823) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.removeGui(PartRenderingEngine.java:808) at org.eclipse.ui.internal.WorkbenchWindow.hardClose(WorkbenchWindow.java:1598) at org.eclipse.ui.internal.WorkbenchWindow.busyClose(WorkbenchWindow.java:1231) at org.eclipse.ui.internal.WorkbenchWindow.access$14(WorkbenchWindow.java:1198) at org.eclipse.ui.internal.WorkbenchWindow$10.run(WorkbenchWindow.java:1261) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70) at org.eclipse.ui.internal.WorkbenchWindow.close(WorkbenchWindow.java:1259) at org.eclipse.ui.internal.Workbench$14.run(Workbench.java:1096) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42) at org.eclipse.ui.internal.Workbench.busyClose(Workbench.java:1079) at org.eclipse.ui.internal.Workbench.access$19(Workbench.java:1024) at org.eclipse.ui.internal.Workbench$19.run(Workbench.java:1327) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70) at org.eclipse.ui.internal.Workbench.close(Workbench.java:1325) at org.eclipse.ui.internal.Workbench.close(Workbench.java:1298) at org.eclipse.ui.internal.WorkbenchWindow.busyClose(WorkbenchWindow.java:1227) at org.eclipse.ui.internal.WorkbenchWindow.access$14(WorkbenchWindow.java:1198) at org.eclipse.ui.internal.WorkbenchWindow$10.run(WorkbenchWindow.java:1261) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70) at org.eclipse.ui.internal.WorkbenchWindow.close(WorkbenchWindow.java:1259) at org.eclipse.ui.internal.WorkbenchWindow.close(WorkbenchWindow.java:1271) at org.eclipse.ui.internal.WorkbenchWindow$6.close(WorkbenchWindow.java:474) at org.eclipse.e4.ui.workbench.renderers.swt.WBWRenderer$12.shellClosed(WBWRenderer.java:612) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:98) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1057) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1081) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1066) at org.eclipse.swt.widgets.Decorations.closeWidget(Decorations.java:309) at org.eclipse.swt.widgets.Decorations.WM_CLOSE(Decorations.java:1697) at org.eclipse.swt.widgets.Control.windowProc(Control.java:4613) at org.eclipse.swt.widgets.Canvas.windowProc(Canvas.java:340) at org.eclipse.swt.widgets.Decorations.windowProc(Decorations.java:1627) at org.eclipse.swt.widgets.Shell.windowProc(Shell.java:2075) at org.eclipse.swt.widgets.Display.windowProc(Display.java:4977) at org.eclipse.swt.internal.win32.OS.DefWindowProcW(Native Method) at org.eclipse.swt.internal.win32.OS.DefWindowProc(OS.java:2544) at org.eclipse.swt.widgets.Shell.callWindowProc(Shell.java:498) at org.eclipse.swt.widgets.Control.windowProc(Control.java:4706) at org.eclipse.swt.widgets.Canvas.windowProc(Canvas.java:340) at org.eclipse.swt.widgets.Decorations.windowProc(Decorations.java:1627) at org.eclipse.swt.widgets.Shell.windowProc(Shell.java:2075) at org.eclipse.swt.widgets.Display.windowProc(Display.java:4977) at org.eclipse.swt.internal.win32.OS.DefWindowProcW(Native Method) at org.eclipse.swt.internal.win32.OS.DefWindowProc(OS.java:2544) at org.eclipse.swt.widgets.Shell.callWindowProc(Shell.java:498) at org.eclipse.swt.widgets.Control.windowProc(Control.java:4706) at org.eclipse.swt.widgets.Canvas.windowProc(Canvas.java:340) at org.eclipse.swt.widgets.Decorations.windowProc(Decorations.java:1627) at org.eclipse.swt.widgets.Shell.windowProc(Shell.java:2075) at org.eclipse.swt.widgets.Display.windowProc(Display.java:4977) at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method) at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:2549) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3757) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRenderingEngine.java:1113) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:997) at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:138) at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:610) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:567) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150) at org.eclipse.birt.report.designer.ui.rcp.DesignerApplication.run(DesignerApplication.java:38) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:354) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:181) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:636) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:591) at org.eclipse.equinox.launcher.Main.run(Main.java:1450) at org.eclipse.equinox.launcher.Main.main(Main.java:1426)
resolved fixed
a48d3ba
["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
"2013-09-04T17:50:35Z"
"2013-08-26T20:46:40Z"
415,922
Bug 415922 TVT/DVT4.3:TCT74: TVT_CN: Extra Mnemonic Key Found
<response_by> Eric Ma at 2013.08.26.22.19.41 </response_by> Build Label: 20130815-1400 Language: S.Chinese/English Steps To Recreate Problem: ****Perform test case 05.000.000 - PREREQUISITE SETUP first before proceeding**** Double-Click Eclipse icon on desktop then Click OK button in Workspace Launcher panel. Click on Window -> Open Perspective -> Report Design Expand the BIRT TVT project in the Navigator Window *********************************************************************************************************************************************************************************************** Double Click on Test_Report_4.rtpdesign on the Navigator Window Click Window -> Show View -> Data Explorer Expand Data Sources > Double click on Data Source_Flat Click Browse > Absolute path > select W:\TVT Test Files\BIRT\data > OK Double click on the chart ( blue frame) Click Select Data tab > click Data binding... Click on the Add Aggregation button Verify the strings highlighted in red in the Expected Results Problem Description: We found an extra mnemonic key which can't be modified by us as it is invoked from other place.
closed fixed
b0eeaea
["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/dialogs/BindingDialogHelper.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2013-08-29T07:32:13Z"
"2013-08-27T02:20:00Z"
410,905
Bug 410905 ISODate to DateTime
null
resolved fixed
ac7551c
["data/org.eclipse.birt.data.oda.mongodb/src/org/eclipse/birt/data/oda/mongodb/impl/MDbResultSet.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2013-08-21T00:54:27Z"
"2013-06-17T11:53:20Z"
407,846
Bug 407846 [Accessibility]Underline of shortcut character for POJO datasource properties are not displayed.
null
verified fixed
c5b8905
["data/org.eclipse.birt.data.oda.pojo.ui/src/org/eclipse/birt/data/oda/pojo/ui/impl/dialogs/ClassPathsPageHelper.java", "data/org.eclipse.birt.data.oda.pojo.ui/src/org/eclipse/birt/data/oda/pojo/ui/util/Utils.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2013-05-16T03:25:59Z"
"2013-05-13T07:26:40Z"
390,669
Bug 390669 [Accessibility]Press 'Tab' doesn't focus on the next report item when adding relative period aggregation.
null
resolved fixed
6c1ee2c
["xtab/org.eclipse.birt.report.item.crosstab.ui/src/org/eclipse/birt/report/item/crosstab/internal/ui/dialogs/CrosstabBindingDialogHelper.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2012-10-17T03:43:38Z"
"2012-09-28T11:00:00Z"
390,630
Bug 390630 [Accessibility]Screen reader does not speak the 'Allow Export' label in Aggregation Builder
BuildId: 4.2.1.v20120918-1113 Steps to reproduce: 1. Insert an aggregation in the Table or list footer 2. In the aggregation builder 3. Check or uncheck the 'Allow Export' option Expected result: Screenreader should speak like 'Allow export checked' or 'Allow export unchecked' other than checked/unchecked. Error Log: N/A
resolved fixed
3b7d9d4
["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/dialogs/BindingDialogHelper.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2012-10-17T03:38:10Z"
"2012-09-28T05:26:40Z"
390,675
Bug 390675 displayText for hidden Report parameter
null
resolved fixed
e22f312
["viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/presentation/aggregation/parameter/HiddenParameterFragment.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2012-10-16T09:27:20Z"
"2012-09-28T13:46:40Z"
368,682
Bug 368682 An internal error occurred during: "Compute launch button tooltip".
Build Identifier: Version: 3.7.1 Build id: M20110909-1335 Error clicking on a report editor tab. !ENTRY org.eclipse.core.jobs 4 2 2012-01-12 16:29:33.673 !MESSAGE An internal error occurred during: "Compute launch button tooltip". !STACK 0 java.lang.NullPointerException at org.eclipse.birt.report.designer.ui.editors.ReportEditorProxy.getEditorInput(ReportEditorProxy.java:75) at org.eclipse.debug.internal.ui.contextlaunching.LaunchingResourceManager.getShortcutsForSelection(LaunchingResourceManager.java:448) at org.eclipse.debug.internal.ui.contextlaunching.LaunchingResourceManager.computeLabels(LaunchingResourceManager.java:236) at org.eclipse.debug.internal.ui.contextlaunching.LaunchingResourceManager$2.run(LaunchingResourceManager.java:138) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54) !SESSION 2012-01-12 16:32:52.402 ----------------------------------------------- eclipse.buildId=M20110909-1335 java.version=1.7.0_02 java.vendor=Oracle Corporation BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US Command-line arguments: -os win32 -ws win32 -arch x86 Reproducible: Couldn't Reproduce
resolved fixed
8ed9f1e
["UI/org.eclipse.birt.report.designer.ui.ide/src/org/eclipse/birt/report/designer/ui/editors/ReportEditorProxy.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2012-08-29T06:56:00Z"
"2012-01-16T10:33:20Z"
412,357
Bug 412357 Exported underline text gives an unexpected result
1.Drag the Label item onto the Layout Page. 2.Type in any Thai word and separate them with a space. (Font= San serif 36) 3.Under Property Editor- Label, choose Properties and then, General. 4.Click U to underline the whole word or sentence. 5.Choose View Report from the Top Panel. 6.Select View Report as PPT. The result is shown in attachment where the underline becomes discontinuous and the underline for spaces has become a lower underscore mark. 7. Repeat step 5 and Select View Report as PPTX. This result is shown in attachment with a little different from prior step as there are no extra spaces, but the underline of the space is still an underscore mark. 8. Repeat step 5 and select View Report as PDF. The underline cross all below combined character.
resolved fixed
29e5838
["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/font/FontHandler.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2013-07-10T06:54:07Z"
"2013-07-05T04:53:20Z"
361,443
Bug 361443 Excel ODA
null
resolved fixed
c111837
["data/org.eclipse.birt.report.data.oda.excel/src/org/eclipse/birt/report/data/oda/excel/ExcelODAConstants.java", "data/org.eclipse.birt.report.data.oda.excel/src/org/eclipse/birt/report/data/oda/excel/impl/ExcelFileQuery.java", "data/org.eclipse.birt.report.data.oda.excel/src/org/eclipse/birt/report/data/oda/excel/impl/ResultSet.java", "data/org.eclipse.birt.report.data.oda.excel/src/org/eclipse/birt/report/data/oda/excel/impl/util/ExcelFileReader.java", "data/org.eclipse.birt.report.data.oda.excel/src/org/eclipse/birt/report/data/oda/excel/impl/util/ExcelFileSource.java", "data/org.eclipse.birt.report.data.oda.excel/src/org/eclipse/birt/report/data/oda/excel/impl/util/ResourceLocatorUtil.java", "data/org.eclipse.birt.report.data.oda.excel/src/org/eclipse/birt/report/data/oda/excel/impl/util/XlsxFileReader.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2012-05-08T04:08:35Z"
"2011-10-19T18:46:40Z"
211,884
Bug 211884 IAE thrown when creating a new .product file using File > New > File
While working on an RCP application I wanted to create another .product file using the File > New menu options, but this resulted in an IAE thrown from the ProductInfoSection class' refresh method. Steps: 1. Select the RCP project. 2. Choose File > New > File. 3 Enter foo.product as the new filename. 4. Click Finish. The editor fails to open and the following exception is written to the .log file. !ENTRY org.eclipse.ui 4 0 2007-12-04 10:00:05.859 !MESSAGE Unable to create editor ID org.eclipse.pde.ui.productEditor: Argument cannot be null !STACK 0 java.lang.IllegalArgumentException: Argument cannot be null at org.eclipse.swt.SWT.error(SWT.java:3547) at org.eclipse.swt.SWT.error(SWT.java:3481) at org.eclipse.swt.SWT.error(SWT.java:3452) at org.eclipse.swt.custom.CCombo.setText(CCombo.java:1397) at org.eclipse.pde.internal.ui.parts.ComboPart.setText(ComboPart.java:109) at org.eclipse.pde.internal.ui.editor.product.ProductInfoSection.refresh(ProductInfoSection.java:264) at org.eclipse.ui.forms.ManagedForm.doRefresh(ManagedForm.java:207) at org.eclipse.ui.forms.ManagedForm.refresh(ManagedForm.java:192) at org.eclipse.ui.forms.editor.FormPage.setActive(FormPage.java:124) at org.eclipse.ui.forms.editor.FormEditor.pageChange(FormEditor.java:503) at org.eclipse.pde.internal.ui.editor.PDEFormEditor.pageChange(PDEFormEditor.java:290) at org.eclipse.ui.forms.editor.FormEditor.setActivePage(FormEditor.java:623) at org.eclipse.ui.part.MultiPageEditorPart.createPartControl(MultiPageEditorPart.java:287) at org.eclipse.ui.internal.EditorReference.createPartHelper(EditorReference.java:661) at org.eclipse.ui.internal.EditorReference.createPart(EditorReference.java:426) at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:592) at org.eclipse.ui.internal.EditorReference.getEditor(EditorReference.java:263) at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditorBatched(WorkbenchPage.java:2739) at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(WorkbenchPage.java:2651) at org.eclipse.ui.internal.WorkbenchPage.access$13(WorkbenchPage.java:2643) at org.eclipse.ui.internal.WorkbenchPage$10.run(WorkbenchPage.java:2595) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:67) at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2590) at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2574) at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2565) at org.eclipse.ui.ide.IDE.openEditor(IDE.java:644) at org.eclipse.ui.ide.IDE.openEditor(IDE.java:603) at org.eclipse.ui.wizards.newresource.BasicNewFileResourceWizard.performFinish(BasicNewFileResourceWizard.java:101) at org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDialog.java:742) at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:373) at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:616) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:227) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:938) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3682) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3293) at org.eclipse.jface.window.Window.runEventLoop(Window.java:820) at org.eclipse.jface.window.Window.open(Window.java:796) at org.eclipse.ui.internal.actions.NewWizardShortcutAction.run(NewWizardShortcutAction.java:135) at org.eclipse.jface.action.Action.runWithEvent(Action.java:498) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:546) at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:490) at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:402) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:938) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3682) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3293) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2389) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2353) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2219) at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:466) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:289) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:461) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:106) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:169) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:64) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:615) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:508) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:447) at org.eclipse.equinox.launcher.Main.run(Main.java:1173) While this is not the preferred way to create a .product file, it is certainly a reasonable one. The same exception gets thrown if you try and open an empty .product file with the Product Configuration Editor; the editor needs to be more tolerant. I saw this in Eclipse 3.3.0, but I would imagine that it would fails equally well in Eclipse 3.4.
verified fixed
1f4c826
["data/org.eclipse.birt.report.data.oda.excel.ui/src/org/eclipse/birt/report/data/oda/excel/ui/Activator.java", "data/org.eclipse.birt.report.data.oda.excel.ui/src/org/eclipse/birt/report/data/oda/excel/ui/i18n/Messages.java", "data/org.eclipse.birt.report.data.oda.excel.ui/src/org/eclipse/birt/report/data/oda/excel/ui/impl/CustomDataSetWizardPage.java", "data/org.eclipse.birt.report.data.oda.excel.ui/src/org/eclipse/birt/report/data/oda/excel/ui/util/IHelpConstants.java", "data/org.eclipse.birt.report.data.oda.excel.ui/src/org/eclipse/birt/report/data/oda/excel/ui/util/Utility.java", "data/org.eclipse.birt.report.data.oda.excel.ui/src/org/eclipse/birt/report/data/oda/excel/ui/wizards/ExcelDataSourcePageHelper.java", "data/org.eclipse.birt.report.data.oda.excel.ui/src/org/eclipse/birt/report/data/oda/excel/ui/wizards/ExcelDataSourcePropertyPage.java", "data/org.eclipse.birt.report.data.oda.excel.ui/src/org/eclipse/birt/report/data/oda/excel/ui/wizards/ExcelDataSourceWizardPage.java", "data/org.eclipse.birt.report.data.oda.excel.ui/src/org/eclipse/birt/report/data/oda/excel/ui/wizards/ExcelFileSelectionWizardPage.java", "data/org.eclipse.birt.report.data.oda.excel/src/org/eclipse/birt/report/data/oda/excel/Activator.java", "data/org.eclipse.birt.report.data.oda.excel/src/org/eclipse/birt/report/data/oda/excel/ExcelODAConstants.java", "data/org.eclipse.birt.report.data.oda.excel/src/org/eclipse/birt/report/data/oda/excel/ResultSetMetaDataHelper.java", "data/org.eclipse.birt.report.data.oda.excel/src/org/eclipse/birt/report/data/oda/excel/impl/Connection.java", "data/org.eclipse.birt.report.data.oda.excel/src/org/eclipse/birt/report/data/oda/excel/impl/DataSetMetaData.java", "data/org.eclipse.birt.report.data.oda.excel/src/org/eclipse/birt/report/data/oda/excel/impl/Driver.java", "data/org.eclipse.birt.report.data.oda.excel/src/org/eclipse/birt/report/data/oda/excel/impl/ExcelFileQuery.java", "data/org.eclipse.birt.report.data.oda.excel/src/org/eclipse/birt/report/data/oda/excel/impl/ParameterMetaData.java", "data/org.eclipse.birt.report.data.oda.excel/src/org/eclipse/birt/report/data/oda/excel/impl/ResultSet.java", "data/org.eclipse.birt.report.data.oda.excel/src/org/eclipse/birt/report/data/oda/excel/impl/ResultSetMetaData.java", "data/org.eclipse.birt.report.data.oda.excel/src/org/eclipse/birt/report/data/oda/excel/impl/i18n/Messages.java", "data/org.eclipse.birt.report.data.oda.excel/src/org/eclipse/birt/report/data/oda/excel/impl/util/DataTypes.java", "data/org.eclipse.birt.report.data.oda.excel/src/org/eclipse/birt/report/data/oda/excel/impl/util/ExcelFileReader.java", "data/org.eclipse.birt.report.data.oda.excel/src/org/eclipse/birt/report/data/oda/excel/impl/util/ExcelFileSource.java", "data/org.eclipse.birt.report.data.oda.excel/src/org/eclipse/birt/report/data/oda/excel/impl/util/RowCallBack.java", "data/org.eclipse.birt.report.data.oda.excel/src/org/eclipse/birt/report/data/oda/excel/impl/util/XlsxFileReader.java", "data/org.eclipse.birt.report.data.oda.excel/src/org/eclipse/birt/report/data/oda/excel/impl/util/XlsxRowCallBack.java", "data/org.eclipse.birt.report.data.oda.excel/src/org/eclipse/birt/report/data/oda/excel/impl/util/querytextutil/ColumnsInfoUtil.java", "data/org.eclipse.birt.report.data.oda.excel/src/org/eclipse/birt/report/data/oda/excel/impl/util/querytextutil/QueryTextUtil.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2012-05-03T08:48:37Z"
"2007-12-04T14:53:20Z"
375,600
Bug 375600 Misspelled constant name: IScriptFunctionContext.FUNCITON_BEAN_NAME
Build Identifier: In BIRT 3.7.2 IScriptFunctionContext has a constant called FUNCITON_BEAN_NAME. It should be renamed to FUNCTION_BEAN_NAME and the current name deprecated. Reproducible: Always Steps to Reproduce: View JavaDoc for IScriptFunctionContext.
verified fixed
209787e
["core/org.eclipse.birt.core/src/org/eclipse/birt/core/script/functionservice/IScriptFunctionContext.java", "core/org.eclipse.birt.core/src/org/eclipse/birt/core/script/functionservice/impl/CategoryWrapper.java", "data/org.eclipse.birt.report.engine.script.javascript/src/org/eclipse/birt/report/engine/javascript/JavascriptEngine.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2012-04-09T09:33:40Z"
"2012-03-29T08:33:20Z"
258,911
Bug 258911 better support for maven2 builds
Trying to integrate birt in an existing build system based on maven2 is very hard. It would be good to provide maven artifacts.
resolved fixed
df4f21d
["build/org.eclipse.birt.build/src/org/eclipse/birt/build/mavenrepogen/ExternalDependency.java", "build/org.eclipse.birt.build/src/org/eclipse/birt/build/mavenrepogen/FileInfo.java", "build/org.eclipse.birt.build/src/org/eclipse/birt/build/mavenrepogen/RepoGen.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2012-04-05T05:57:01Z"
"2008-12-16T09:33:20Z"
362,714
Bug 362714 Birt - Hive Data Access gives JDBCException
Build Identifier: Version: Indigo Service Release 1 Build id: 20110916-0149 I have installed BIRT. Established connection to Hive (version 0.7.0) Connection returned successful Created Data Source and Data sets entered Query string my columns are String and Decimal selecting preview -would result in Error: The following items have errors: Data (id = 302): + Cannot get the decimal value from column: 7. org.eclipse.birt.report.data.oda.jdbc.JDBCException: Cannot get BigDecimal value in the result set. SQL error #1:Method not supported ; java.sql.SQLException: Method not supported (Element ID:302) odaconsumer.CannotGetBigDecimalFromColumn ( 1 time(s) ) detail : org.eclipse.birt.report.engine.api.EngineException: Cannot get the decimal value from column: 7. org.eclipse.birt.report.data.oda.jdbc.JDBCException: Cannot get BigDecimal value in the result set. SQL error #1:Method not supported ; java.sql.SQLException: Method not supported (Element ID:302) at org.eclipse.birt.report.engine.executor.ExecutionContext.addException(ExecutionContext.java:1214) at org.eclipse.birt.report.engine.executor.ExecutionContext.addException(ExecutionContext.java:1193) at org.eclipse.birt.report.engine.executor.QueryItemExecutor.executeQuery(QueryItemExecutor.java:96) at org.eclipse.birt.report.engine.executor.DataItemExecutor.execute(DataItemExecutor.java:75) at org.eclipse.birt.report.engine.internal.executor.dup.SuppressDuplicateItemExecutor.execute(SuppressDuplicateItemExecutor.java:43) at org.eclipse.birt.report.engine.internal.executor.wrap.WrappedReportItemExecutor.execute(WrappedReportItemExecutor.java:46) at org.eclipse.birt.report.engine.internal.executor.l18n.LocalizedReportItemExecutor.execute(LocalizedReportItemExecutor.java:34) at org.eclipse.birt.report.engine.layout.html.HTMLBlockStackingLM.layoutNodes(HTMLBlockStackingLM.java:65) at org.eclipse.birt.report.engine.layout.html.HTMLPageLM.layout(HTMLPageLM.java:92) at org.eclipse.birt.report.engine.layout.html.HTMLReportLayoutEngine.layout(HTMLReportLayoutEngine.java:100) at org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.doRun(RunAndRenderTask.java:180) at org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.run(RunAndRenderTask.java:77) at org.eclipse.birt.report.service.ReportEngineService.runAndRenderReport(ReportEngineService.java:929) at org.eclipse.birt.report.service.BirtViewerReportService.runAndRenderReport(BirtViewerReportService.java:973) at org.eclipse.birt.report.service.actionhandler.BirtGetPageAllActionHandler.__execute(BirtGetPageAllActionHandler.java:131) at org.eclipse.birt.report.service.actionhandler.AbstractBaseActionHandler.execute(AbstractBaseActionHandler.java:90) at org.eclipse.birt.report.soapengine.processor.AbstractBaseDocumentProcessor.__executeAction(AbstractBaseDocumentProcessor.java:47) at org.eclipse.birt.report.soapengine.processor.AbstractBaseComponentProcessor.executeAction(AbstractBaseComponentProcessor.java:143) at org.eclipse.birt.report.soapengine.processor.BirtDocumentProcessor.handleGetPageAll(BirtDocumentProcessor.java:183) at sun.reflect.GeneratedMethodAccessor25.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.eclipse.birt.report.soapengine.processor.AbstractBaseComponentProcessor.process(AbstractBaseComponentProcessor.java:112) at org.eclipse.birt.report.soapengine.endpoint.BirtSoapBindingImpl.getUpdatedObjects(BirtSoapBindingImpl.java:66) at sun.reflect.GeneratedMethodAccessor24.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) 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:454) 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(BirtSoapMessageDispatcherServlet.java:265) at javax.servlet.http.HttpServlet.service(HttpServlet.java:727) at org.apache.axis.transport.http.AxisServletBase.service(AxisServletBase.java:327) at javax.servlet.http.HttpServlet.service(HttpServlet.java:820) at org.eclipse.birt.report.servlet.BirtSoapMessageDispatcherServlet.service(BirtSoapMessageDispatcherServlet.java:122) at org.eclipse.equinox.http.registry.internal.ServletManager$ServletWrapper.service(ServletManager.java:180) at org.eclipse.equinox.http.servlet.internal.ServletRegistration.service(ServletRegistration.java:61) at org.eclipse.equinox.http.servlet.internal.ProxyServlet.processAlias(ProxyServlet.java:126) at org.eclipse.equinox.http.servlet.internal.ProxyServlet.service(ProxyServlet.java:60) at javax.servlet.http.HttpServlet.service(HttpServlet.java:820) at org.eclipse.equinox.http.jetty.internal.HttpServerManager$InternalHttpServiceServlet.service(HttpServerManager.java:317) at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:511) at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:390) at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:182) at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:765) at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152) at org.mortbay.jetty.Server.handle(Server.java:326) at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:542) at org.mortbay.jetty.HttpConnection$RequestHandler.content(HttpConnection.java:939) at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:756) at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:212) at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:404) at org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:409) at org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.java:582) Caused by: org.eclipse.birt.data.engine.odaconsumer.OdaDataException: Cannot get the decimal value from column: 7. org.eclipse.birt.report.data.oda.jdbc.JDBCException: Cannot get BigDecimal value in the result set. SQL error #1:Method not supported ; java.sql.SQLException: Method not supported at org.eclipse.birt.data.engine.odaconsumer.ExceptionHandler.newException(ExceptionHandler.java:55) at org.eclipse.birt.data.engine.odaconsumer.ExceptionHandler.throwException(ExceptionHandler.java:108) at org.eclipse.birt.data.engine.odaconsumer.ExceptionHandler.throwException(ExceptionHandler.java:96) at org.eclipse.birt.data.engine.odaconsumer.ResultSet.getBigDecimal(ResultSet.java:290) at org.eclipse.birt.data.engine.odaconsumer.ResultSet.fetch(ResultSet.java:181) at org.eclipse.birt.data.engine.executor.cache.OdiAdapter.fetch(OdiAdapter.java:214) at org.eclipse.birt.data.engine.executor.cache.RowResultSet.doNext(RowResultSet.java:113) at org.eclipse.birt.data.engine.executor.cache.RowResultSet.next(RowResultSet.java:91) at org.eclipse.birt.data.engine.executor.cache.ExpandableRowResultSet.next(ExpandableRowResultSet.java:63) at org.eclipse.birt.data.engine.executor.cache.SmartCacheHelper.populateData(SmartCacheHelper.java:316) at org.eclipse.birt.data.engine.executor.cache.SmartCacheHelper.initInstance(SmartCacheHelper.java:285) at org.eclipse.birt.data.engine.executor.cache.SmartCacheHelper.initOdaResult(SmartCacheHelper.java:154) at org.eclipse.birt.data.engine.executor.cache.SmartCacheHelper.getResultSetCache(SmartCacheHelper.java:79) at org.eclipse.birt.data.engine.executor.cache.SmartCache.<init>(SmartCache.java:57) at org.eclipse.birt.data.engine.executor.transform.pass.PassUtil.populateOdiResultSet(PassUtil.java:99) at org.eclipse.birt.data.engine.executor.transform.pass.PassUtil.pass(PassUtil.java:62) at org.eclipse.birt.data.engine.executor.transform.pass.PassManager.doSinglePass(PassManager.java:211) at org.eclipse.birt.data.engine.executor.transform.pass.PassManager.prepareDataSetResultSet(PassManager.java:94) at org.eclipse.birt.data.engine.executor.transform.pass.PassManager.pass(PassManager.java:125) at org.eclipse.birt.data.engine.executor.transform.pass.PassManager.populateResultSet(PassManager.java:74) at org.eclipse.birt.data.engine.executor.transform.ResultSetPopulator.populateResultSet(ResultSetPopulator.java:198) at org.eclipse.birt.data.engine.executor.transform.CachedResultSet.<init>(CachedResultSet.java:97) at org.eclipse.birt.data.engine.executor.DataSourceQuery.execute(DataSourceQuery.java:1025) at org.eclipse.birt.data.engine.impl.PreparedOdaDSQuery$OdaDSQueryExecutor.executeOdiQuery(PreparedOdaDSQuery.java:441) at org.eclipse.birt.data.engine.impl.QueryExecutor.execute(QueryExecutor.java:1124) at org.eclipse.birt.data.engine.impl.ServiceForQueryResults.executeQuery(ServiceForQueryResults.java:232) at org.eclipse.birt.data.engine.impl.QueryResults.getResultIterator(QueryResults.java:173) at org.eclipse.birt.report.engine.data.dte.QueryResultSet.<init>(QueryResultSet.java:98) at org.eclipse.birt.report.engine.data.dte.DteDataEngine.doExecuteQuery(DteDataEngine.java:168) at org.eclipse.birt.report.engine.data.dte.AbstractDataEngine.execute(AbstractDataEngine.java:267) at org.eclipse.birt.report.engine.executor.ExecutionContext.executeQuery(ExecutionContext.java:1905) at org.eclipse.birt.report.engine.executor.QueryItemExecutor.executeQuery(QueryItemExecutor.java:80) ... 57 more Caused by: org.eclipse.birt.report.data.oda.jdbc.JDBCException: Cannot get BigDecimal value in the result set. SQL error #1:Method not supported ; java.sql.SQLException: Method not supported at org.eclipse.birt.report.data.oda.jdbc.ResultSet.getBigDecimal(ResultSet.java:377) at org.eclipse.datatools.connectivity.oda.consumer.helper.OdaResultSet.getBigDecimal(OdaResultSet.java:444) at org.eclipse.birt.data.engine.odaconsumer.ResultSet.getBigDecimal(ResultSet.java:286) ... 85 more Caused by: java.sql.SQLException: Method not supported at org.apache.hadoop.hive.jdbc.HiveBaseResultSet.getBigDecimal(HiveBaseResultSet.java:105) at org.eclipse.birt.report.data.oda.jdbc.ResultSet.getBigDecimal(ResultSet.java:362) ... 87 more Reproducible: Always Steps to Reproduce: 1.install BIRT 2.create Report Project 3.create Data Source 4.connect to Hive 5Create data set 6.enter query string 7.select preview
resolved fixed
b0e086d
["data/org.eclipse.birt.report.data.oda.jdbc/src/org/eclipse/birt/report/data/oda/jdbc/ResultSet.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2012-01-21T23:30:45Z"
"2011-11-02T18:53:20Z"
355,407
Bug 355407 Chart interactivity menu to specify the Event does not expand
I'm testing the BIRT charting package on OSX. Everything seems to work fine except picking the Event for chart interactivity options. Here's how I configured the Eclipse plugin: - Downloaded eclipse-SDK-3.7-macosx-cocoa.tar.gz straight from the BIRT site - Clicked on Help -> Install New Software - Work with: --All Available Sites-- - Selected the entire Business Intelligence, Reporting and Charting branch - Next, Next, Agree to license, and Install Now the Report Design view is available. So then: - I created a new Report - Created a new Data Source using ClassicModels - Created a new Data Set using [code] select CUSTOMERNAME, CLASSICMODELS.CUSTOMERS.CREDITLIMIT from CLASSICMODELS.CUSTOMERS where CLASSICMODELS.CUSTOMERS.STATE='CA' [/code] - Created a new Chart. Leaving the default options as they were: Bar chart, 2D, SVG [b]NOTE:[/b] if you continue to the next step and try to set the data series for the chart, you might [b]crash Eclipse[/b]. This has happened to me consistently, so the work around I've found is to create the Chart and simply hit Finish without going to the Select Data tab. Save the report, and then double click on the chart to get the Edit Chart window back and go to Select Data and continue setting it all up. - Under 'Select Data' I used the CREDITLIMIT for my Y series, and CUSTOMERNAME for my X series - Under 'Format Chart' I selected Value (Y) Series and clicked on the Interactivity button - The 'Series Interactivity' pop-up window appeared. - Clicking the top drop-down list to select an Event didn't do anything. It looked like the list expanded for a split second but the overall effect was no access to selecting any of the Events other than 'Mouse Click'. - The Action drop-down list worked just fine, and so did the Cursor list. The Event list has a different style than the other two lists (Combo box vs. List???) so that might be where the problem lies? Following the same steps using the Windows installation of Eclipse correctly displayed the Event drop-down menu. I also tried loading a report (designed under the Windows installation) with interactivity options using various Events, and it loaded and ran fine under OSX. I just wasn't able to modify any of the events. So this must be a UI issue in the OSX version of the BIRT plugin. This seems like a simple fix. Would anyone know if/how it can be fixed? Thank you, Marco
verified fixed
bb07795
["core/org.eclipse.birt.core.ui/src/org/eclipse/birt/core/ui/swt/custom/CustomChooserComposite.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2011-12-28T07:12:28Z"
"2011-08-22T16:20:00Z"
354,788
Bug 354788 Visibility not working properly with crosstab horizontal page break
Build Identifier: birt-rcp-report-designer-2_6_1 In my report, I have a cross tab with column area page break given with Interval 2 for product line as shown in image pagebreak.bmp. In master page, i have a grid in header section with an image. The visibility of image is controlled based on on data set field as follows: When HEADER_TYPE = 1, hide image Else show image. Now, when I generate the report in pdf, page break is happening for horizontal interval 2 as expected. But, for the next set of product lines, the image is not getting hidden. Please find the attached zip file with the sample rptdesign and output pdf. Please help me to fix this issue. Reproducible: Always
verified fixed
e5421de
["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/html/buffer/CachedHTMLPageBuffer.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2011-08-31T06:01:00Z"
"2011-08-16T04:46:40Z"
350,763
Bug 350763 User-defined Sort Hints in a data set got overwritten in a SQB design session
When editing a data set in the Data Set Editor, an user may add own user-defined Sort Hints. But each time an user activates the SQB designer page in DSE, those sort hints always got overwritten and replaced by the sort keys defined in the query's OrderBy clause. This is expected behavior if the OrderBy clause gets changed, as it is not clear how a revised OrderBy clause relates to those user-defined sort hints. However, if the OrderBy clause did not get changed, the previously defined sort hints should be preserved.
resolved fixed
71e4e05
["data/org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui/src/org/eclipse/birt/report/data/oda/jdbc/dbprofile/ui/internal/sqb/SQBDataSetWizardPage.java", "data/org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui/src/org/eclipse/birt/report/data/oda/jdbc/dbprofile/ui/internal/sqb/SQLQueryUtility.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2011-06-30T03:23:56Z"
"2011-06-30T02:13:20Z"
299,248
Bug 299248 Packing of tree in Outline view during changing of mode
Build Identifier: 20090920-1017 As default mode I use Layout. I have selected item of report. When I switch to "XML Source" mode I loose selected item and menu is packed in Outline view. Is it possible to have item selected in "XML Source" mode? Reproducible: Always Steps to Reproduce: 1.Right click in report 2.Choose from menu "insert/label" 3.Check label that label is selected in Outline view 4.Click on tab "XML Source" 5.Check that menu is packed in Outline view and cursor is in the start of file
resolved fixed
1396416
["UI/org.eclipse.birt.report.designer.ui.editor.xml.wtp/src/org/eclipse/birt/report/designer/ui/editor/pages/xml/ReportXMLSourceEditorFormPage.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2011-06-02T06:10:58Z"
"2010-01-11T08:53:20Z"
340,767
Bug 340767 Fail to generate concurrent reports containing CRLF and <BR>
null
verified fixed
56c82c8
["engine/org.eclipse.birt.report.engine.emitter.wpml/src/org/eclipse/birt/report/engine/emitter/wpml/AbstractEmitterImpl.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/font/FontSplitter.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/text/LineBreakChunk.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/nLayout/area/impl/TextCompositor.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2011-04-14T07:41:45Z"
"2011-03-23T14:20:00Z"
283,491
Bug 283491 [Accessibility] Shortcut keys are missing in dialogue "Advanced Bidi Data Source Settings" [17]
null
resolved fixed
b6fdf57
["data/org.eclipse.birt.report.data.bidi.utils.ui/src/org/eclipse/birt/report/data/bidi/utils/ui/BidiGUIUtility.java", "data/org.eclipse.birt.report.data.bidi.utils/src/org/eclipse/birt/report/data/bidi/utils/core/BidiConstants.java", "data/org.eclipse.birt.report.data.oda.jdbc.ui/src/org/eclipse/birt/report/data/oda/jdbc/ui/util/bidi/profile/AdvancedBidiDialog.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2011-04-06T10:04:51Z"
"2009-07-15T06:40:00Z"
336,767
Bug 336767 Security Issue in BIRT Viewer
As pointed out by Jeff Beard-Shouse from Security PS, the viewer contains a security bug. Currently the user of the viewer can enter a URL Parameter for the report name. This parameter can be a URL for a report. This could allow a malicious user to specify a report design that contains JavaScript to be executed on the server running the viewer. To work around this I suggest adding the following web.xml setting: <context-param> <param-name>BIRT_VIEWER_URL_REPORT</param-name> <param-value>domain</param-value> </context-param> Valid values would be true, false, and domain. If the value is set to false or is set to any other value than true or domain the report would not be executed. If the value is set to true, no check is made and the server administrator assumes the risk. If the value is set to domain, the url of the report design is checked and compared to the host currently running the viewer. If they match the report will execute. This change would require adding the following to ParameterAccessor.java public static final String INIT_BIRT_VIEWER_URL_REPORT = "BIRT_VIEWER_URL_REPORT" and the getReport method in the same class could be changed to the following: public static String getReport( HttpServletRequest request, String filePath ) { String check_url_support = getInitProp("INIT_BIRT_VIEWER_URL_REPORT"); if ( filePath == null ) { filePath = DataUtil.trimString( getParameter( request, PARAM_REPORT ) ); } filePath = decodeFilePath( request, filePath ); //may need to add ftp? if ((filePath.split("http://").length > 1)||(filePath.split("https://").length > 1)) { String dm = request.getServerName(); if( check_url_support == null || (check_url_support.compareToIgnoreCase("false") == 0)){ return("urls not supported or"); } if( check_url_support.compareToIgnoreCase("domain") == 0 || check_url_support.compareToIgnoreCase("true") == 0){ URL rpturl; try { rpturl = new URL(filePath); if( rpturl.getHost().compareTo(dm)==0 || check_url_support.compareToIgnoreCase("true") == 0){ return filePath; }else{ return("urls not supported or"); } } catch (MalformedURLException e) { } } } return getRealPathOnWorkingFolder( filePath, request ); }
verified fixed
c98871b
["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/taglib/util/BirtTagUtil.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
"2011-02-10T04:44:10Z"
"2011-02-09T22:20:00Z"
333,860
Bug 333860 NullPointerException in DocumentExtension using RunTask
Build Identifier: v20100915-1750 We are faced with a problem running one of our reports in our custom report viewer. Running the report using RunTask results in a NullPointerException. This error seems to be very rare but is always reproducible with the report. The root cause of the problem is DocumentExtension.add (line 117, 'latest' is null). RunAndRenderTask in contrast is working fine. Applies to Birt 2.6.1 Reproducible: Always Steps to Reproduce: 1. Run the report using RunTask
closed fixed
d8dbd5f
["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/internal/document/DocumentExtension.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2011-01-14T07:35:40Z"
"2011-01-10T11:46:40Z"
331,333
Bug 331333 In DOC format, table cells inherit margin/padding properties of the parent table when they shouldn't
Build Identifier: 20100617-1415 Table cells in reports, when exported to DOC format, inherit parent table's margin/padding properties, even when these properties are redefined for these cells. We have take a look at startTable* methods in AbstractWordXmlWriter class and there are no references to padding in table cells. This problem exists only in DOC exporter and not in PDF. Please see attached screenshot for an example. Reproducible: Always Steps to Reproduce: 1. Create a table with multiple columns/rows. 2. Change padding properties of one cell. 3. Export this report into DOC format - the cell has parent table's properties.
verified fixed
2ecfdf9
["engine/org.eclipse.birt.report.engine.emitter.wpml/src/org/eclipse/birt/report/engine/emitter/wpml/WordUtil.java", "engine/org.eclipse.birt.report.engine.emitter.wpml/src/org/eclipse/birt/report/engine/emitter/wpml/writer/AbstractWordXmlWriter.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2010-12-31T10:05:55Z"
"2010-11-29T14:13:20Z"
330,326
Bug 330326 Special Characters in ExcelEmitter not correct (Encoding?)
null
closed fixed
6ca4d09
["engine/org.eclipse.birt.report.engine.emitter.prototype.excel/src/org/eclipse/birt/report/engine/emitter/excel/ExcelWriter.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2010-11-29T07:34:54Z"
"2010-11-16T09:33:20Z"
330,873
Bug 330873 Enable the ODA Runtime framework to run on non-OSGi platform
The ODA framework currently requires an ODA runtime extension to run as an OSGi bundle. This enhancement calls for enabling support to run on non-OSGi platform, if needed, such as in a J2EE application without OSGi.
resolved fixed
382cc1a
["data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/odaconsumer/ConnectionManager.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/odaconsumer/Driver.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/odaconsumer/DriverManager.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2010-11-23T19:54:15Z"
"2010-11-23T02:40:00Z"
328,221
Bug 328221 Several error messages are confusing/useless
Build Identifier: BIRT 2.5.2 I've fixed a couple of error messages in BIRT 2.5.2 which are confusing/useless. See the attached patches. I'm aware that this patch is for an old version of BIRT but maybe they are still useful for someone stuck with BIRT 2.5.2. I didn't check whether the errors are still there in 2.6; feel free to have a look. Bugs fixed: 1. When a pre-compiled method is run and an error happens, the source of the method is included (so you get more than "There was an error in __bm_OPEN"). 2. Instead of "data.engine.BadFetchScriptReturnType", you get a real error message with the method name and the value returned. 3. If logging is enabled for jdbc.Statement, the log would fill with thousands of stack traces warning that "setSpecification is not supported." Feel free to use the patches in any legal way. Reproducible: Always
verified fixed
5e3686d
["data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/i18n/ResourceConstants.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/script/JSMethodRunner.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/script/ScriptDataSetJSEventHandler.java", "data/org.eclipse.birt.report.data.oda.jdbc/src/org/eclipse/birt/report/data/oda/jdbc/Statement.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/script/internal/ScriptDataSetScriptExecutor.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2010-11-08T10:13:17Z"
"2010-10-20T10:20:00Z"
324,546
Bug 324546 external .js file has no effect in beforeOpen if the data set is used to generate a dynamic parameter selection
Build Identifier: I define a function "replace_query" in an external .js file, and then include it in the report. I then use the function in the beforeOpen script. If the data set is not used to generate a dynamic parameter selection, then it works fine. Otherwise, when viewing the report, it will give this error: Error evaluating Javascript expression. Script engine error: ReferenceError: "replace_query" is not defined. Reproducible: Always Steps to Reproduce: 1. Define a function in an external .js file 2. Include the .js file in the report 3. Call the function in the beforeOpen script of a data set that is also used to generate a dynamic parameter selection
resolved fixed
4e04515
["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/GetParameterDefinitionTask.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2010-11-01T10:26:12Z"
"2010-09-06T08:00:00Z"
288,223
Bug 288223 Not able to select table column and row when the table has a chart view.[0004]
null
verified fixed
50001c1
["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/schematic/handles/MultipleGuideHandle.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2010-10-25T05:46:57Z"
"2009-09-01T07:26:40Z"
315,745
Bug 315745 Two message pop up when switch from XML source to layout.[01]
null
verified fixed
71a83f0
["UI/org.eclipse.birt.report.designer.ui.lib/src/org/eclipse/birt/report/designer/ui/editors/LibraryLayoutEditorFormPage.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2010-10-18T02:51:06Z"
"2010-06-04T08:26:40Z"
324,070
Bug 324070 Refactor data set editor pages' codes[30967]
Build Identifier: 20100828 Refactor data set editor pages' codes. Reproducible: Always
verified fixed
8673b0a
["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
"2010-08-31T10:31:13Z"
"2010-08-31T10:20:00Z"
322,347
Bug 322347 Refactor data set editor pages' codes[29949]
Build Identifier: 20100810 Refactor data set editor pages' codes. Reproducible: Always
resolved fixed
fa1fc63
["UI/org.eclipse.birt.report.designer.ui.data/src/org/eclipse/birt/report/designer/data/ui/dataset/OutputColumnDefnPage.java", "UI/org.eclipse.birt.report.designer.ui.data/src/org/eclipse/birt/report/designer/data/ui/dataset/ResultSetColumnPage.java", "UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/data/ui/dataset/DataSetViewData.java", "UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/data/ui/util/DataSetProvider.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2010-08-13T05:13:40Z"
"2010-08-11T12:33:20Z"
322,512
Bug 322512 Refactor data set editor pages' codes[30357]
Build Identifier: Refactor data set editor pages' codes. Reproducible: Always
resolved fixed
1ae9dac
["UI/org.eclipse.birt.report.designer.ui.data/src/org/eclipse/birt/report/designer/data/ui/dataset/ResultSetPreviewPage.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2010-08-12T11:59:05Z"
"2010-08-12T10:46:40Z"
322,346
Bug 322346 Refactor data set editor pages' codes[29803]
Build Identifier: 20100810 Refactor data set editor pages' codes. Reproducible: Always
resolved fixed
a9ba77a
["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
"2010-08-11T13:02:07Z"
"2010-08-11T12:33:20Z"
307,321
Bug 307321 BIRT Column page breaks do not respect page variables
When using an onPageEnd event to increment a page variable and a column page break on a table the html viewer recognizes the updated variable but if you export it to pdf the variable is not updated for every other page. See attached example.
verified fixed
6776a66
["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/internal/document/v4/AbstractReportExecutor.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/html/HTMLLayoutContext.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/html/buffer/CachedHTMLPageBuffer.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2010-08-11T05:17:02Z"
"2010-03-28T23:46:40Z"
314,645
Bug 314645 XML Datasource is not Thread-Safe when passing data as InputStream
Build Identifier: Eclipse Build id: 20090920-1017 / BIRT Runtime 2.5.1 + 2.5.2 When passing XML-data to the IRunTask in a multi-threaded application, some of the resulting .rptdocument files will be corrupted. The error only occures when passing an InputStream using the setAppContext method: ctxMap.put("org.eclipse.birt.report.data.oda.xml.inputStream", new FileInputStream("data.xml")); ctxMap.put("org.eclipse.birt.report.data.oda.xml.closeInputStream", new Boolean(true)); task.setAppContext(ctxMap); This warning will be written to the log: "WARNUNG: Exceptions occur during xml parsing" (see attachments for stackstrace) Reproducible: Sometimes Steps to Reproduce: 1. Run the sample application in the attachments (use the -Xmx1024m VM-Argument to avoid our of memory errors 2. Wait till the log shows the this warning: WARNUNG: Exceptions occur during xml parsing 3. Kill the sample application process 4. Analyze the generated rptdocument files (sort by ascending file size to find corrupted files)
verified fixed
586baf1
["data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/odaconsumer/ConnectionManager.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/odaconsumer/Driver.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/odaconsumer/DriverManager.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2010-08-03T23:52:40Z"
"2010-05-27T11:33:20Z"
321,540
Bug 321540 Extends Integrated SQB to include database definition in the SQM
Extends the integrated SQL Query Builder to include a connection's database definition in its custom SQLQuerySourceFormat. Through this, database specific information is made readily available to a client at runtime for customized formatting of the SQL query source.
resolved fixed
7a5a3ee
["data/org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui/src/org/eclipse/birt/report/data/oda/jdbc/dbprofile/ui/internal/sqb/CustomSQLBuilderDialog.java", "data/org.eclipse.birt.report.data.oda.jdbc.dbprofile/src/org/eclipse/birt/report/data/oda/jdbc/dbprofile/model/CustomQuerySourceFormat.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2010-08-03T00:15:42Z"
"2010-08-02T23:00:00Z"
321,474
Bug 321474 Refactor data set editor pages' codes[28816]
Build Identifier: 20100729 Refactor data set editor pages' codes. Reproducible: Always
verified fixed
c607fed
["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
"2010-08-02T05:47:33Z"
"2010-08-02T06:20:00Z"
320,462
Bug 320462 Refactor script data set related pages' codes[29044]
Build Identifier: 20100719 Refactor script functions related codes. Reproducible: Always
verified fixed
bd702df
["UI/org.eclipse.birt.report.designer.ui.data/src/org/eclipse/birt/report/designer/data/ui/dataset/OutputColumnDefnPage.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2010-07-21T06:51:18Z"
"2010-07-21T05:26:40Z"
319,963
Bug 319963 Refactor data set editor pages' codes[28800]
Build Identifier: 20100712 Refactor data set editor pages' codes[28800]. Reproducible: Always
resolved fixed
2aece2c
["UI/org.eclipse.birt.report.designer.ui.data/src/org/eclipse/birt/report/designer/data/ui/dataset/OutputColumnDefnPage.java", "UI/org.eclipse.birt.report.designer.ui.data/src/org/eclipse/birt/report/designer/data/ui/dataset/ResultSetColumnPage.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2010-07-15T11:38:07Z"
"2010-07-15T10:33:20Z"
319,902
Bug 319902 Internal API Usage of the ODA framework components
null
resolved fixed
021d30f
["data/org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui/src/org/eclipse/birt/report/data/oda/jdbc/dbprofile/ui/internal/datasource/CustomDbProfileEditorPage.java", "data/org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui/src/org/eclipse/birt/report/data/oda/jdbc/dbprofile/ui/internal/datasource/DbProfilePropertyProvider.java", "data/org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui/src/org/eclipse/birt/report/data/oda/jdbc/dbprofile/ui/internal/sqb/SQBDataSetWizardPage.java", "data/org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui/src/org/eclipse/birt/report/data/oda/jdbc/dbprofile/ui/internal/sqb/SQLQueryUtility.java", "data/org.eclipse.birt.report.data.oda.jdbc.dbprofile/src/org/eclipse/birt/report/data/oda/jdbc/dbprofile/impl/Connection.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2010-07-14T19:17:52Z"
"2010-07-14T17:53:20Z"
319,351
Bug 319351 Refactor data set editor pages' codes[28193]
Build Identifier: 20100708 Refactor data set editor pages' codes. Reproducible: Always
resolved fixed
e46c703
["UI/org.eclipse.birt.report.designer.ui.data/src/org/eclipse/birt/report/designer/data/ui/dataset/OutputColumnDefnPage.java", "UI/org.eclipse.birt.report.designer.ui.data/src/org/eclipse/birt/report/designer/data/ui/dataset/ResultSetColumnPage.java", "UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/data/ui/dataset/DataSetViewData.java", "UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/data/ui/util/DataSetProvider.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2010-07-14T05:58:03Z"
"2010-07-09T10:06:40Z"
313,646
Bug 313646 SVG chart using pattern as color or background does not work when preview in firefox for the first time.[13]
description: SVG chart using pattern as color or background does not work when preview in firefox for the first time. build id: 2.6.0 v20100520-0630 steps to reproduce: 1.New a SVG chart using pattern as color or background color. 2.Preview in firefox. Actual result: The pattern does not work when you first preview in firefox.
verified fixed
cc17b97
["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
"2010-07-08T07:01:05Z"
"2010-05-20T04:33:20Z"
318,835
Bug 318835 Refactor data set editor pages' codes[27965]
Build Identifier: 20100702 Refactor data set editor pages' codes. Reproducible: Always
verified fixed
db847f7
["UI/org.eclipse.birt.report.designer.ui.data/src/org/eclipse/birt/report/designer/data/ui/dataset/ResultSetPreviewPage.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2010-07-05T06:03:37Z"
"2010-07-05T06:06:40Z"
313,297
Bug 313297 XML data set fail in chart data preview
null
closed fixed
9f6ad93
["chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/CustomPreviewTable.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2010-07-05T03:07:14Z"
"2010-05-18T08:06:40Z"
318,062
Bug 318062 NPE in HTMLEmitterUtil
Build Identifier: 20100617-1415 Between org.eclipse.birt.report.engine.emitter.html.HTMLVisionOptimize.buildCellStyle(...) and org.eclipse.birt.report.engine.emitter.html.util.HTMLEmitterUtil.buildOverflowStyle(...), there is improper handling of the 'style' variable. buildOverflowStyle(...) throws a NullPointerException when the 'style' parameter is null. ====== Calling method: /** * Build the style of cell content. */ public void buildCellStyle( ICellContent cell, StringBuffer styleBuffer, boolean isHead, boolean fixedCellHeight ) { IStyle style = getElementStyle( cell ); // implement the cell's clip. if ( fixedReport ) { ================================ HTMLEmitterUtil.buildOverflowStyle( styleBuffer, style, true ); =============================== } IStyle cellMergedStyle = new CellMergedStyle( cell ); ======================== Exception Method: public static void buildOverflowStyle( StringBuffer buf, IStyle style, boolean outputHidden ) { ===============PROBLEM STATEMENT (NO CHECK FOR NULL)========== String overflow = style.getOverflow( ); =========================================== if ( outputHidden || ( overflow != null && !CSSConstants.CSS_OVERFLOW_HIDDEN_VALUE.equals( overflow ) ) ) { buf.append( " overflow:" ); buf.append( overflow != null ? overflow : CSSConstants.CSS_OVERFLOW_HIDDEN_VALUE ); buf.append( ";" ); } } ================= Reproducible: Always Steps to Reproduce: 1. Migrating report from 2.5.2 to 2.6.0 2. Don't know exact reason for NULL value, but code should handle the condition. 3.
verified fixed
be7cfdc
["engine/org.eclipse.birt.report.engine.emitter.html/src/org/eclipse/birt/report/engine/emitter/html/HTMLPerformanceOptimize.java", "engine/org.eclipse.birt.report.engine.emitter.html/src/org/eclipse/birt/report/engine/emitter/html/util/HTMLEmitterUtil.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2010-07-05T01:53:08Z"
"2010-06-25T23:53:20Z"
317,397
Bug 317397 [Automation][Regression] Pagebreak does not work when preview in DOC/PDF/PPT/PostScript
null
closed fixed
a9e8dd3
["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/RunAndRenderTask.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2010-06-21T07:23:43Z"
"2010-06-21T06:00:00Z"
314,233
Bug 314233 Update "Use Series Palette As Line Color" for Gantt Chart [13]
null
closed fixed
779d55a
["chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/series/GanttSeriesAttributeComposite.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2010-06-21T03:56:39Z"
"2010-05-25T09:33:20Z"
312,859
Bug 312859 The list of operator for Chart filter does not provide 30 visible items
null
closed fixed
217c12f
["chart/org.eclipse.birt.chart.reportitem.ui/src/org/eclipse/birt/chart/reportitem/ui/dialogs/ChartCubeFilterConditionBuilder.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2010-06-21T03:33:47Z"
"2010-05-14T04:06:40Z"
314,612
Bug 314612 Can't define slice size when create radar chart view for table
null
closed fixed
4c0a5f3
["chart/org.eclipse.birt.chart.examples/src/org/eclipse/birt/chart/examples/radar/ui/series/RadarSeriesUIProvider.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2010-06-21T03:03:46Z"
"2010-05-27T08:46:40Z"
317,267
Bug 317267 [Automation][Regression]Error is thrown out when preview gantt type chart
null
closed fixed
9f18e8e
["chart/org.eclipse.birt.chart.engine.extension/src/org/eclipse/birt/chart/extension/datafeed/GanttDataSetProcessorImpl.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2010-06-18T08:16:05Z"
"2010-06-18T08:33:20Z"
312,531
Bug 312531 Highlight works differently when run SvgInteractivityViewer.java [13]
null
closed fixed
f29f4f7
["chart/org.eclipse.birt.chart.device.svg/src/org/eclipse/birt/chart/device/svg/ISVGConstants.java", "chart/org.eclipse.birt.chart.device.svg/src/org/eclipse/birt/chart/device/svg/SVGGraphics2D.java", "chart/org.eclipse.birt.chart.device.svg/src/org/eclipse/birt/chart/device/svg/SVGInteractiveRenderer.java", "chart/org.eclipse.birt.chart.examples/src/org/eclipse/birt/chart/examples/api/interactivity/InteractivityCharts.java", "chart/org.eclipse.birt.chart.examples/src/org/eclipse/birt/chart/examples/api/interactivity/SvgInteractivityViewer.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2010-06-18T02:39:53Z"
"2010-05-12T04:53:20Z"
316,695
Bug 316695 Refactor data set editor pages' codes[26568]
Build Identifier: 20100610 Refactor data set editor pages' codes[26568]. Reproducible: Always
verified fixed
781188e
["UI/org.eclipse.birt.report.designer.ui.data/src/org/eclipse/birt/report/designer/data/ui/dataset/DataSetParametersPage.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2010-06-17T06:43:18Z"
"2010-06-13T09:06:40Z"
313,459
Bug 313459 Problem with % when generating images in tables.
See the attached BirtProject, it has two reports. Each identical except for this difference: The image width/height is set to a %age value (50%) in one (TestImage.rptdesign) and not-set in the other (TestImageWorking.rptdesign). TestImage.rptdesign does not display the image in pdf, but works fine in html. TestImageWorking.rptdesign shows the image in both pdf and html. The %age setting seems to cause the problem in pdf format.
verified fixed
cf0f765
["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/util/PropertyUtil.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/nLayout/area/impl/ImageAreaLayout.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2010-06-13T06:52:29Z"
"2010-05-19T03:33:20Z"
315,366
Bug 315366 "Auto" for Curve Fitting Line is not black but transparent
Description: "Auto" for Curve Fitting Line is not black but transparent. Build number: 2.6.0.v20100602-0949 Steps to reproduce: 1. New a chart, in Format Chart->Series->Value (Y) Series, tick "Shown Curve Fitting Line", click "Curve Fitting Line" button. 2. Select "Auto" for Color. Expected result: The line is shown with color black. Actual result: The line disappears. Error log: N/A
closed fixed
856a08d
["chart/org.eclipse.birt.chart.examples/src/org/eclipse/birt/chart/examples/radar/ui/series/RadarSeriesAttributeComposite.java", "chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/composites/LineAttributesComposite.java", "chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/series/BubbleSeriesAttributeComposite.java", "chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/series/DifferenceSeriesAttributeComposite.java", "chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/series/GanttSeriesAttributeComposite.java", "chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/series/LineSeriesAttributeComposite.java", "chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/series/PieSeriesAttributeComposite.java", "chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/series/StockSeriesAttributeComposite.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2010-06-13T03:27:05Z"
"2010-06-02T09:13:20Z"
316,674
Bug 316674 Refactor data set editor pages' codes[26569]
Build Identifier: 20100610 Refactor data set editor pages' codes[26569]. Reproducible: Always
verified fixed
9deb80c
["UI/org.eclipse.birt.report.designer.ui.data/src/org/eclipse/birt/report/designer/data/ui/dataset/DataSetEditor.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2010-06-12T07:20:35Z"
"2010-06-12T08:06:40Z"
316,568
Bug 316568 Refactor data set editor pages' codes[26849]
Build Identifier: 20100610 Refactor data set editor pages' codes. Reproducible: Always
verified fixed
7be65cd
["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/data/ui/util/Utility.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2010-06-11T05:58:19Z"
"2010-06-11T07:06:40Z"
315,170
Bug 315170 Refactor data set editor pages' codes[26441]
Build Identifier: 20100528 Refactor data set editor pages' codes. Reproducible: Always
verified fixed
0a90c61
["UI/org.eclipse.birt.report.designer.ui.data/src/org/eclipse/birt/report/designer/data/ui/dataset/OutputColumnDefnPage.java", "UI/org.eclipse.birt.report.designer.ui.data/src/org/eclipse/birt/report/designer/data/ui/dataset/ResultSetColumnPage.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2010-06-10T03:36:33Z"
"2010-06-01T08:13:20Z"
315,181
Bug 315181 [Automation][Regression]Grid border was messed in PDF
null
closed fixed
5a55884
["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/nLayout/area/impl/RowArea.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/nLayout/area/impl/TableLayout.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2010-06-07T02:54:18Z"
"2010-06-01T08:13:20Z"
315,315
Bug 315315 Warning messages seen while starting up workbench
null
closed fixed
75b5ac1
["chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/IExtChartModelLoader.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/impl/SerializerImpl.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/util/PluginSettings.java", "chart/org.eclipse.birt.chart.examples.core/src/org/eclipse/birt/chart/examples/radar/model/RadarModelLoader.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2010-06-04T05:58:42Z"
"2010-06-01T22:06:40Z"
314,375
Bug 314375 Failed report process after restart standalone BIRT engine
Build Identifier: public void main() throws BirtException, FileNotFoundException { generateReport(); // ok generateReport(); // exception see below } public void generateReport() throws BirtException, FileNotFoundException { String birtHomeDirectory = "..."; String fileNameReport = "..."; String fileNameDataset = "..."; EngineConfig config = new EngineConfig(); config.setEngineHome(birtHomeDirectory); Platform.startup(config); IReportEngineFactory factory = (IReportEngineFactory) Platform.createFactoryObject( IReportEngineFactory.EXTENSION_REPORT_ENGINE_FACTORY ); IReportEngine engine = factory.createReportEngine( config ); IReportRunnable design = engine.openReportDesign(new FileInputStream(fileNameReport)); ReportDesignHandle reportDesignHandle = (ReportDesignHandle) design.getDesignHandle(); OdaDataSourceHandle dsHandle = (OdaDataSourceHandle) reportDesignHandle.getDataSources().get(0); dsHandle.setProperty("FILELIST", fileNameDataset); dsHandle.setProperty( "ENCODINGLIST", "UTF-8" ); IRunAndRenderTask task = engine.createRunAndRenderTask(design); HashMap contextMap = new HashMap(); task.setAppContext(contextMap); PDFRenderOption options = new PDFRenderOption(); options.setOutputStream(new ByteArrayOutputStream()); options.setOutputFormat("pdf"); task.setRenderOption(options); task.run(); task.close(); engine.destroy(); Platform.shutdown(); } --- Exception thrown second time: 26.05.2010 00:24:28 org.eclipse.birt.report.data.adapter.impl.ModelAdapter adaptDataSet WARNUNG: handle type: org.eclipse.birt.report.model.api.OdaDataSetHandle Exception in thread "main" org.eclipse.birt.report.model.api.command.PropertyNameException: The property "FILELIST" is invalid for element "Data Source". at org.eclipse.birt.report.model.command.PropertyCommand.setProperty(PropertyCommand.java:129) at org.eclipse.birt.report.model.api.DesignElementHandle.setProperty(DesignElementHandle.java:520) at com.ds.common.reportserver.server.BirtEngineTest.generateReport(BirtEngineTest.java:59) at com.ds.common.reportserver.server.BirtEngineTest.main(BirtEngineTest.java:39) 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:597) at com.intellij.rt.execution.application.AppMain.main(AppMain.java:110) Reproducible: Always
verified fixed
c62c90e
["model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/extension/oda/OdaExtensionLoaderFactory.java", "model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/plugin/ModelPlugin.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2010-06-03T03:12:03Z"
"2010-05-25T23:26:40Z"
307,327
Bug 307327 BIDI3.6:In-line component positioning problem in RTL Reports
null
closed fixed
bb27b81
["engine/org.eclipse.birt.report.engine.emitter.html/src/org/eclipse/birt/report/engine/emitter/html/HTMLEmitter.java", "engine/org.eclipse.birt.report.engine.emitter.html/src/org/eclipse/birt/report/engine/emitter/html/HTMLReportEmitter.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2010-06-03T01:33:24Z"
"2010-03-29T02:33:20Z"
315,008
Bug 315008 font size in pdf and doc od text and dynamic text
null
verified fixed
e82d276
["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/util/PropertiesProcessor.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2010-06-01T03:31:49Z"
"2010-05-30T14:33:20Z"
315,050
Bug 315050 [Automation][Regression]Image size is different from golden file when preview as xls
null
closed fixed
5aab992
["engine/org.eclipse.birt.report.engine.emitter.prototype.excel/src/org/eclipse/birt/report/engine/emitter/excel/layout/ExcelLayoutEngine.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2010-06-01T03:22:56Z"
"2010-05-31T10:00:00Z"
315,035
Bug 315035 [Automation][Regression]Error happened while merge cells in grid when preview as pdf/ppt/ps
null
closed fixed
87a596c
["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/nLayout/area/impl/TableLayout.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2010-06-01T02:58:43Z"
"2010-05-31T07:13:20Z"
313,882
Bug 313882 [Regression]pageoverflow plus pagebreakinternal shows different pdf pages in web viewer and preview
null
closed fixed
8314911
["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/RunAndRenderTask.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/nLayout/area/impl/ContainerArea.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2010-05-31T08:17:34Z"
"2010-05-21T08:20:00Z"
314,190
Bug 314190 The outline works differently for scatter chart and line chart when the series palette use Pattern [13]
null
closed fixed
c706bb1
["chart/org.eclipse.birt.chart.engine.extension/src/org/eclipse/birt/chart/extension/render/Scatter.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2010-05-31T03:33:32Z"
"2010-05-25T04:00:00Z"
292,641
Bug 292641 BIDI - in rtl report using V2.5.1 the right and left margins clips report content- export to PDF
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727) Build Identifier: Build id: I20080918-0100 RTL report displays different kinds of data (tables,text,Dynamic HTML). When exported to PDF Text is clipped on left and right margins. Tested in both V2.3.2 and V2.5.1. Minimzing the margin does not help. Reproducible: Always Steps to Reproduce: 1.Create RTL report with much data 2. Export to PDF 3. Text is clipped where margin appears
resolved fixed
0097821
["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/nLayout/area/impl/ContainerArea.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/nLayout/area/impl/LineArea.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/nLayout/area/impl/RowArea.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/nLayout/area/impl/TableArea.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/nLayout/area/impl/TableLayout.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2010-05-28T08:10:55Z"
"2009-10-19T08:13:20Z"
314,088
Bug 314088 The table row height does not work correctly in PDF
null
closed fixed
7b5946b
["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/nLayout/area/impl/BlockContainerArea.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/nLayout/area/impl/BlockTextArea.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/nLayout/area/impl/ContainerArea.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/nLayout/area/impl/InlineTextArea.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/nLayout/area/impl/RootArea.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2010-05-28T07:58:48Z"
"2010-05-24T11:20:00Z"
314,631
Bug 314631 Cann't get correct default values for parameters that with non-constant default value expressions
Steps to reproduce: 1. create a report with a scalar parameter that has non-constant default value expression such as BirtDateTime.today() 2. setup a project to get the default values of the parameter in BIRT runtime Eg. IReportEngine engine = createReportEngine( ); IRunnable runnable = engine.openReportDesign( REPORT_DESIGN ); IGetParamaterDefinitionTask task = engine.createGetParameterDefinitionTask( runnable ); HashMap result = task.getDefaultValues(); Expect result: The result map contains a parameter name and default value pair in which the default value is a Date instance of today. Actural result: The default value is null.
verified fixed
d0db004
["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/GetParameterDefinitionTask.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2010-05-28T02:37:40Z"
"2010-05-27T08:46:40Z"
314,123
Bug 314123 TVT36:TCT313: The Format Number page is empty
<response_by> Mostafa Ali at 2010.05.23.06.45.32 </response_by> NLS Build Label: 20100516-0300 Language: Arabic Steps to recreate the problem: 1) Start Eclipse and change the Perspective to Report Designer from Window->Open Perspective->Other? 2) Open Navigator view by selecting Window -> Show View -> Navigator if it is not already open. 3) In Navigator view, double click Test_Report_1.rptdesign 4) Right-Click [CUSTOMNAME] on the report and select Properties. 5) Select the Format Number tab 6) Verify the highlighted text Description: When selecting the Format Number tab, the page of this tab displays the contents of the last selected tab, and it doesn't display the expected fields. Kindly see attached screen shot. Thanks Mostafa Ali <response_by> nguyer at 2010.05.24.09.56.51 </response_by> I have confirmed this bug on build 20100522-1600 in Arabic. This problem does NOT occur in English in this build. I am opening a bug to have this fixed, but Mostafa, may you please update the build you are using to test, to the most recent build available? Thank you! - Nicko Guyer <response_by> nguyer at 2010.05.24.09.57.10 </response_by> This article was reassigned from Category:''TVT/Testing,Inbox''.
closed fixed
e3bd3b0
["UI/org.eclipse.birt.report.designer.core/src/org/eclipse/birt/report/designer/util/FormatCurrencyNumPattern.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2010-05-28T01:54:37Z"
"2010-05-24T14:06:40Z"
314,634
Bug 314634 Refactor data set editor pages' codes[26435]
Build Identifier: 20100525 Refactor data set editor pages' codes. Reproducible: Always
closed fixed
c9fb57b
["UI/org.eclipse.birt.report.designer.ui.data/src/org/eclipse/birt/report/designer/data/ui/dataset/OutputColumnDefnPage.java", "UI/org.eclipse.birt.report.designer.ui.data/src/org/eclipse/birt/report/designer/data/ui/util/IHelpConstants.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2010-05-27T10:36:02Z"
"2010-05-27T11:33:20Z"
314,117
Bug 314117 [Automation][Regression]"col width" tag of dynamic text doesn't work when preview as pdf
null
closed fixed
f305678
["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/util/StyleProperties.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/util/TableProcessor.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2010-05-26T10:10:26Z"
"2010-05-24T14:06:40Z"
314,203
Bug 314203 Unnecessary round mode will cause number disappear
null
closed fixed
703ea61
["core/org.eclipse.birt.core/src/org/eclipse/birt/core/format/NumberFormatter.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2010-05-26T07:23:59Z"
"2010-05-25T06:46:40Z"
312,761
Bug 312761 It makes no difference changing the series labels position in Radar chart.[13]
null
verified fixed
733e622
["chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/component/Series.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/component/impl/SeriesImpl.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/type/impl/BarSeriesImpl.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/type/impl/BubbleSeriesImpl.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/type/impl/GanttSeriesImpl.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/type/impl/PieSeriesImpl.java", "chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/util/LiteralHelper.java", "chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/wizard/format/popup/series/SeriesLabelSheet.java", "chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/util/ChartUIUtil.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2010-05-26T05:34:39Z"
"2010-05-13T08:40:00Z"
314,218
Bug 314218 [Regression]NPE block to create joint data set if source data set has parameter
Description: [Regression]NPE block to create joint data set if source data set has parameter Steps to reproduce: 1, New a data set from CUSTOMERS table in sampleDB 2, Specify query to select * from CLASSICMODELS.CUSTOMERS where CUSTOMERNUMBER < ? 3, New a joint data set and using data set which has parameter 4, Click Finish button Expected Result: Finish successfully Actual Result: NPE blocks to finish the data set
verified fixed
db6870d
["UI/org.eclipse.birt.report.designer.ui.data/src/org/eclipse/birt/report/designer/data/ui/dataset/JointDataSetPage.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2010-05-25T09:08:16Z"
"2010-05-25T09:33:20Z"
314,207
Bug 314207 [Regression]Preview result is incorrect when report content is more than one page
null
closed fixed
9ae6acd
["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/nLayout/area/impl/RootArea.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2010-05-25T08:41:22Z"
"2010-05-25T06:46:40Z"
314,198
Bug 314198 [Accessibility] The contents can not be shown completely in Chart builder Select data page under High Contrast Black (Extra large)
null
closed fixed
b1254cd
["chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/wizard/TaskSelectData.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2010-05-25T08:17:18Z"
"2010-05-25T06:46:40Z"
314,199
Bug 314199 [Smoke]NPE blocks to create value series in Linux
Install BIRT 2.6.0.v20100525 build in linux AS5, create a chart and try to specify Value Y Serires, when dragging column into Value Y Serires, NPE was thrown out. Exception: java.lang.NullPointerException at java.lang.String.<init>(String.java:433) at org.eclipse.birt.chart.ui.swt.SimpleTextTransfer.nativeToJava(SimpleTextTransfer.java:125) at org.eclipse.birt.chart.ui.swt.DataTextDropListener.dragEnter(DataTextDropListener.java:71) at org.eclipse.swt.dnd.DNDListener.handleEvent(DNDListener.java:60) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1234) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1258) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1243) at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1060) at org.eclipse.swt.dnd.DropTarget.drag_motion(DropTarget.java:472) at org.eclipse.swt.dnd.DropTarget.Drag_Motion(DropTarget.java:271) at org.eclipse.swt.internal.gtk.OS._gtk_main_do_event(Native Method) at org.eclipse.swt.internal.gtk.OS.gtk_main_do_event(OS.java:8163) at org.eclipse.swt.widgets.Display.eventProc(Display.java:1239) at org.eclipse.swt.internal.gtk.OS._g_main_context_iteration(Native Method) at org.eclipse.swt.internal.gtk.OS.g_main_context_iteration(OS.java:2224) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3157) at org.eclipse.jface.window.Window.runEventLoop(Window.java:825) at org.eclipse.jface.window.Window.open(Window.java:801) at org.eclipse.birt.core.ui.frameworks.taskwizard.WizardBase.open(WizardBase.java:87) at org.eclipse.birt.chart.ui.swt.wizard.ChartWizard.open(ChartWizard.java:237) at org.eclipse.birt.chart.reportitem.ui.ChartReportItemBuilderImpl.open(ChartReportItemBuilderImpl.java:279) at org.eclipse.birt.report.designer.internal.ui.processor.ExtenedElementProcessor.editElement(ExtenedElementProcessor.java:64) at org.eclipse.birt.report.designer.internal.ui.views.DefaultNodeProvider.performInsert(DefaultNodeProvider.java:748) at org.eclipse.birt.report.designer.internal.ui.views.DefaultNodeProvider.performRequest(DefaultNodeProvider.java:420) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.eclipse.birt.report.designer.ui.views.ElementAdapterInvocationHandler.invoke(ElementAdapterInvocationHandler.java:89) at $Proxy0.performRequest(Unknown Source) at org.eclipse.birt.report.designer.ui.actions.BaseInsertMenuAction.insertElement(BaseInsertMenuAction.java:193) at org.eclipse.birt.report.designer.ui.actions.BaseInsertMenuAction.run(BaseInsertMenuAction.java:271) at org.eclipse.jface.action.Action.runWithEvent(Action.java:498) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:584) at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:501) at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:411) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1234) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3540) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3159) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2629) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2593) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2427) at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:670) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:663) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:115) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:369) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:619) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:574) at org.eclipse.equinox.launcher.Main.run(Main.java:1407)
closed fixed
c764940
["chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/DataTextDropListener.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2010-05-25T07:59:25Z"
"2010-05-25T06:46:40Z"
313,472
Bug 313472 [Accessibility] The data set editor is resized after click "Finish" and the contents can not be shown completely under High Contrast mode
null
closed fixed
d85d4d3
["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
"2010-05-25T07:32:47Z"
"2010-05-19T06:20:00Z"
314,200
Bug 314200 NPE is thrown when canceling overwriting ScriptedDatasourceExampleAfter
Description: NPE is thrown when canceling overwriting ScriptedDatasourceExampleAfter Build number: 2.6.0.v20100525-0630 Steps to reproduce: 1, Open Report Example View 2, Open ScriptedDatasourceExampleAfter in Scripting->Scripted Data Source 3, Open that again and a dialog popped up to ask whether to overwrite the report 4, Click Cancel button Expected result: No NPE was thrown Actual result: NPE was thrown
verified fixed
e160543
["UI/org.eclipse.birt.report.designer.ui.samples.ide/src/org/eclipse/birt/report/designer/ui/samples/ide/action/IDEOpenSampleReportAction.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2010-05-25T06:53:24Z"
"2010-05-25T06:46:40Z"
313,465
Bug 313465 A blank page is generated if there is a large margin and preview as PDF
null
closed fixed
48ea075
["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/nLayout/area/impl/ContainerArea.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2010-05-25T03:44:37Z"
"2010-05-19T06:20:00Z"
314,099
Bug 314099 [Regression] Exception is thrown out when preview a report with a HTML table as DOC
null
closed fixed
9bf16e2
["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/util/PropertiesProcessor.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2010-05-25T03:21:57Z"
"2010-05-24T11:20:00Z"
313,466
Bug 313466 [Regression] Layout preview is not correct for chart in crosstab extended from library.[01]
null
verified fixed
8057045
["xtab/org.eclipse.birt.report.item.crosstab.core/src/org/eclipse/birt/report/item/crosstab/core/re/CrosstabQueryUtil.java", "xtab/org.eclipse.birt.report.item.crosstab.core/src/org/eclipse/birt/report/item/crosstab/core/re/executor/GroupUtil.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2010-05-24T10:50:59Z"
"2010-05-19T06:20:00Z"
287,790
Bug 287790 Exception when set bottomN in xtab map and preview[1102]
Description exception when preview report containing bottomN in xtab map rule Build number:2.5.1.v20090827 Steps to reproduce: 1. Insert xtab. 2. Add a map rule using bottomN function 3. Preview Expected result: Display xtab content with map rule Actual result: Exception. Error log: ReportDesign (id = 1): + Unacceptable expression for the aggregation binding "TOTAL_COLUMN_0". Unacceptable expression for the aggregation binding "TOTAL_COLUMN_0". data.engine.aggregation.InvalidBindingExpression ( 1 time(s) ) detail : org.eclipse.birt.report.engine.api.EngineException: Unacceptable expression for the aggregation binding "TOTAL_COLUMN_0". Unacceptable expression for the aggregation binding "TOTAL_COLUMN_0". at org.eclipse.birt.report.engine.executor.ExecutorManager$ExecutorContext.executeQuery(ExecutorManager.java:432) at org.eclipse.birt.report.item.crosstab.core.re.executor.BaseCrosstabExecutor.executeQuery(BaseCrosstabExecutor.java:114) at org.eclipse.birt.report.item.crosstab.core.re.executor.CrosstabReportItemExecutor.execute(CrosstabReportItemExecutor.java:102) at org.eclipse.birt.report.engine.executor.ExtendedItemExecutor.execute(ExtendedItemExecutor.java:62) at org.eclipse.birt.report.engine.internal.executor.dup.SuppressDuplicateItemExecutor.execute(SuppressDuplicateItemExecutor.java:43) at org.eclipse.birt.report.engine.internal.executor.wrap.WrappedReportItemExecutor.execute(WrappedReportItemExecutor.java:46) at org.eclipse.birt.report.engine.internal.executor.l18n.LocalizedReportItemExecutor.execute(LocalizedReportItemExecutor.java:34) at org.eclipse.birt.report.engine.layout.html.HTMLBlockStackingLM.layoutNodes(HTMLBlockStackingLM.java:65) at org.eclipse.birt.report.engine.layout.html.HTMLPageLM.layout(HTMLPageLM.java:90) at org.eclipse.birt.report.engine.layout.html.HTMLReportLayoutEngine.layout(HTMLReportLayoutEngine.java:99) at org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.doRun(RunAndRenderTask.java:170) at org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.run(RunAndRenderTask.java:75) at org.eclipse.birt.report.service.ReportEngineService.runAndRenderReport(ReportEngineService.java:882) at org.eclipse.birt.report.service.BirtViewerReportService.runAndRenderReport(BirtViewerReportService.java:973) at org.eclipse.birt.report.service.actionhandler.BirtGetPageAllActionHandler.__execute(BirtGetPageAllActionHandler.java:131) at org.eclipse.birt.report.service.actionhandler.AbstractBaseActionHandler.execute(AbstractBaseActionHandler.java:90) at org.eclipse.birt.report.soapengine.processor.AbstractBaseDocumentProcessor.__executeAction(AbstractBaseDocumentProcessor.java:47) at org.eclipse.birt.report.soapengine.processor.AbstractBaseComponentProcessor.executeAction(AbstractBaseComponentProcessor.java:143) at org.eclipse.birt.report.soapengine.processor.BirtDocumentProcessor.handleGetPageAll(BirtDocumentProcessor.java:183) 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:597) at org.eclipse.birt.report.soapengine.processor.AbstractBaseComponentProcessor.process(AbstractBaseComponentProcessor.java:112) at org.eclipse.birt.report.soapengine.endpoint.BirtSoapBindingImpl.getUpdatedObjects(BirtSoapBindingImpl.java:66) 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:597) 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:454) 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(BirtSoapMessageDispatcherServlet.java:265) at javax.servlet.http.HttpServlet.service(HttpServlet.java:727) at org.apache.axis.transport.http.AxisServletBase.service(AxisServletBase.java:327) at javax.servlet.http.HttpServlet.service(HttpServlet.java:820) at org.eclipse.birt.report.servlet.BirtSoapMessageDispatcherServlet.service(BirtSoapMessageDispatcherServlet.java:122) at org.eclipse.equinox.http.registry.internal.ServletManager$ServletWrapper.service(ServletManager.java:180) at org.eclipse.equinox.http.servlet.internal.ServletRegistration.handleRequest(ServletRegistration.java:90) at org.eclipse.equinox.http.servlet.internal.ProxyServlet.processAlias(ProxyServlet.java:111) at org.eclipse.equinox.http.servlet.internal.ProxyServlet.service(ProxyServlet.java:59) at javax.servlet.http.HttpServlet.service(HttpServlet.java:820) at org.eclipse.equinox.http.jetty.internal.HttpServerManager$InternalHttpServiceServlet.service(HttpServerManager.java:318) at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:502) at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:380) at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:181) at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:765) at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152) at org.mortbay.jetty.Server.handle(Server.java:324) at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:535) at org.mortbay.jetty.HttpConnection$RequestHandler.content(HttpConnection.java:880) at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:748) at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:213) at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:404) at org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:409) at org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.java:520) Caused by: org.eclipse.birt.data.engine.core.DataException: Unacceptable expression for the aggregation binding "TOTAL_COLUMN_0". Unacceptable expression for the aggregation binding "TOTAL_COLUMN_0". at org.eclipse.birt.data.engine.olap.util.OlapExpressionUtil.getAggrDefnsByNestBinding(OlapExpressionUtil.java:422) at org.eclipse.birt.data.engine.olap.impl.query.PreparedAddingNestAggregations.prepare(PreparedAddingNestAggregations.java:52) at org.eclipse.birt.data.engine.olap.query.view.BirtCubeView.prepareCubeOperations(BirtCubeView.java:119) at org.eclipse.birt.data.engine.olap.query.view.BirtCubeView.prepareCubeQuery(BirtCubeView.java:99) at org.eclipse.birt.data.engine.olap.query.view.BirtCubeView.<init>(BirtCubeView.java:85) at org.eclipse.birt.data.engine.olap.impl.query.CubeQueryResults.getCubeCursor(CubeQueryResults.java:92) at org.eclipse.birt.report.engine.data.dte.CubeResultSet.<init>(CubeResultSet.java:87) at org.eclipse.birt.report.engine.data.dte.DteDataEngine.doExecuteCube(DteDataEngine.java:211) at org.eclipse.birt.report.engine.data.dte.AbstractDataEngine.execute(AbstractDataEngine.java:259) at org.eclipse.birt.report.engine.executor.ExecutorManager$ExecutorContext.executeQuery(ExecutorManager.java:422) ... 61 more Caused by: org.eclipse.birt.data.engine.core.DataException: Unacceptable expression for the aggregation binding "TOTAL_COLUMN_0". at org.eclipse.birt.data.engine.olap.util.OlapExpressionUtil.getFullLevelsForRunningAggregation(OlapExpressionUtil.java:450) at org.eclipse.birt.data.engine.olap.util.OlapExpressionUtil.getAggrDefnsByNestBinding(OlapExpressionUtil.java:414) ... 70 more
closed fixed
0542b89
["data/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/i18n/ResourceConstants.java", "data/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/impl/DataRequestSessionImpl.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2010-05-24T10:41:23Z"
"2009-08-27T08:00:00Z"
312,750
Bug 312750 Add Column Area Sub Total and Show as Chart do not work correctly
null
closed fixed
94f0a77
["chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/reportitem/api/ChartCubeUtil.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2010-05-24T09:42:55Z"
"2010-05-13T08:40:00Z"
313,868
Bug 313868 Exception is thrown in error log view when set pattern as axis color.[13]
null
verified fixed
b77e604
["chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/composites/FillChooserComposite.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2010-05-24T09:35:33Z"
"2010-05-21T08:20:00Z"
314,070
Bug 314070 [Automation][Regression]NPE is thrown out when Y value set to string type in bubble chart
null
closed fixed
5772fdf
["chart/org.eclipse.birt.chart.engine.extension/src/org/eclipse/birt/chart/extension/datafeed/BubbleDataSetProcessorImpl.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2010-05-24T09:32:14Z"
"2010-05-24T08:33:20Z"
221,310
Bug 221310 [Improve Page Break Management] Multiple autotexts cause unwanted indentation in PDF
Description: Inside a 1x1 grid with right text alignment on the page footer, more than one autotext causes an unwanted indentation in the PDF, but not in HTML. Steps to reproduce: 1. Add a 1x1 grid to the page footer and give it a border for better visibility. Set its cell to right text alignment. 2. Add the total page count to the cell and set it to inline positioning. 3. Add the current page number to teh cell before the total page count and set it to inline positioning. Expected result: A box with "11" close to the the right edge. This result is produced by the preview and the web viewer. Actual result: In PDF, the numbers have moved ~1 inch from the border, to the left.
verified fixed
9bc9982
["engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/html/HTMLLayoutContext.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/html/HTMLReportLayoutEngine.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/nLayout/LayoutContext.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/nLayout/LayoutEngine.java", "engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/nLayout/area/impl/AreaFactory.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2010-05-24T09:01:13Z"
"2008-03-04T14:13:20Z"
311,676
Bug 311676 [Acceptance] Chart resize does not work correctly if input invalid value
null
closed fixed
f56c22a
["chart/org.eclipse.birt.chart.reportitem.ui/src/org/eclipse/birt/chart/reportitem/ui/ChartReportItemUIImpl.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2010-05-24T08:31:00Z"
"2010-05-05T09:00:00Z"
310,958
Bug 310958 Chart live preview failed when chart used dataset filter changing
Description: [Regression] Chart live preview failed when chart using dataset with filter Build: 2.6.0.v20100429-0630 Steps to reproduce: 1. New a data set with filter Between/Equal/In/Great than 2. New a chart using the data set 3. Check the live preview in chart builder Actual result: Chart live preview failed
closed fixed
0d8530f
["data/org.eclipse.birt.data.tests/test/org/eclipse/birt/data/engine/binding/DataSetCacheTest.java", "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/transform/CachedResultSet.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/executor/transform/ResultSetPopulator.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/executor/transform/pass/PassManager.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2010-05-24T07:29:12Z"
"2010-04-29T05:46:40Z"
306,665
Bug 306665 Failures occur in Junit test of org.eclipse.birt.data.tests in 2.6.0 daily build v20100322-0630
null
closed fixed
a4e6104
["data/org.eclipse.birt.data.tests/test/org/eclipse/birt/data/engine/api/ScriptTest.java", "data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/olap/impl/query/CubeQueryExecutor.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2010-05-24T07:18:15Z"
"2010-03-22T06:40:00Z"
313,835
Bug 313835 [Regression]Exception thrown out when click to fold Embedded images node in Outline
Description: Exception thrown out when click to fold Embedded images node in Outline Build: 2.6.0.v20100521-0630 Steps to reproduce: 1. New a report 2. Insert an Embedded image 3. Click Embedded images node in Outline Actual result: Exception thrown out ErrorLog: java.lang.ClassCastException: org.eclipse.birt.report.model.api.EmbeddedImageHandle cannot be cast to org.eclipse.birt.report.model.api.DesignElementHandle at org.eclipse.birt.report.designer.internal.ui.views.LibraryElementImageDecorator.getElementFlag(LibraryElementImageDecorator.java:76) at org.eclipse.birt.report.designer.internal.ui.views.LibraryElementImageDecorator.decorateImage(LibraryElementImageDecorator.java:37) at org.eclipse.birt.report.designer.internal.ui.views.DefaultNodeProvider.decorateImage(DefaultNodeProvider.java:333) at org.eclipse.birt.report.designer.internal.ui.views.DefaultNodeProvider.getNodeIcon(DefaultNodeProvider.java:326) at org.eclipse.birt.report.designer.internal.ui.views.ViewsTreeProvider.getImage(ViewsTreeProvider.java:128) at org.eclipse.jface.viewers.WrappedViewerLabelProvider.getImage(WrappedViewerLabelProvider.java:117) at org.eclipse.jface.viewers.WrappedViewerLabelProvider.update(WrappedViewerLabelProvider.java:165) at org.eclipse.jface.viewers.ViewerColumn.refresh(ViewerColumn.java:152) at org.eclipse.jface.viewers.AbstractTreeViewer.doUpdateItem(AbstractTreeViewer.java:934) at org.eclipse.jface.viewers.AbstractTreeViewer$UpdateItemSafeRunnable.run(AbstractTreeViewer.java:102) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42) at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:49) at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:175) at org.eclipse.jface.viewers.AbstractTreeViewer.doUpdateItem(AbstractTreeViewer.java:1014) at org.eclipse.jface.viewers.StructuredViewer$UpdateItemSafeRunnable.run(StructuredViewer.java:481) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42) at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:49) at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:175) at org.eclipse.jface.viewers.StructuredViewer.updateItem(StructuredViewer.java:2141) at org.eclipse.jface.viewers.AbstractTreeViewer.createTreeItem(AbstractTreeViewer.java:829) at org.eclipse.jface.viewers.AbstractTreeViewer$1.run(AbstractTreeViewer.java:804) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70) at org.eclipse.jface.viewers.AbstractTreeViewer.createChildren(AbstractTreeViewer.java:778) at org.eclipse.jface.viewers.TreeViewer.createChildren(TreeViewer.java:644) at org.eclipse.jface.viewers.AbstractTreeViewer.createChildren(AbstractTreeViewer.java:749) at org.eclipse.jface.viewers.AbstractTreeViewer.handleTreeExpand(AbstractTreeViewer.java:1444) at org.eclipse.jface.viewers.TreeViewer.handleTreeExpand(TreeViewer.java:952) at org.eclipse.jface.viewers.AbstractTreeViewer$4.treeExpanded(AbstractTreeViewer.java:1455) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:132) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1052) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1076) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1061) at org.eclipse.swt.widgets.Tree.wmNotifyChild(Tree.java:7408) at org.eclipse.swt.widgets.Control.wmNotify(Control.java:5095) at org.eclipse.swt.widgets.Composite.wmNotify(Composite.java:1887) at org.eclipse.swt.widgets.Control.WM_NOTIFY(Control.java:4725) at org.eclipse.swt.widgets.Control.windowProc(Control.java:4214) at org.eclipse.swt.widgets.Display.windowProc(Display.java:4873) at org.eclipse.swt.internal.win32.OS.CallWindowProcW(Native Method) at org.eclipse.swt.internal.win32.OS.CallWindowProc(OS.java:2362) at org.eclipse.swt.widgets.Tree.callWindowProc(Tree.java:1536) at org.eclipse.swt.widgets.Tree.WM_LBUTTONDOWN(Tree.java:6303) at org.eclipse.swt.widgets.Control.windowProc(Control.java:4194) at org.eclipse.swt.widgets.Tree.windowProc(Tree.java:5844) at org.eclipse.swt.widgets.Display.windowProc(Display.java:4886) at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method) at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:2459) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3655) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2624) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2588) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2422) at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:670) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:663) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:115) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:369) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179) 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:597) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:619) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:574) at org.eclipse.equinox.launcher.Main.run(Main.java:1407)
closed fixed
059b83c
["UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/views/LibraryElementImageDecorator.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2010-05-24T02:40:54Z"
"2010-05-21T02:46:40Z"
313,647
Bug 313647 [Regression] The Y axis starts from "NaN" and ends to "NaN" for a Bubble chart [13]
null
closed fixed
04aa581
["chart/org.eclipse.birt.chart.engine.extension/src/org/eclipse/birt/chart/extension/datafeed/BubbleDataSetProcessorImpl.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2010-05-21T07:02:00Z"
"2010-05-20T04:33:20Z"
299,096
Bug 299096 "Display Name Key" should be shown in Output Columns [0704]
null
closed fixed
c82a039
["UI/org.eclipse.birt.report.designer.ui.data/src/org/eclipse/birt/report/designer/data/ui/dataset/OutputColumnDefnPage.java", "UI/org.eclipse.birt.report.designer.ui.data/src/org/eclipse/birt/report/designer/data/ui/dataset/ResultSetColumnPage.java"]
Birt
https://github.com/eclipse/birt
eclipse/birt
java
null
null
null
"2010-05-21T06:17:16Z"
"2010-01-08T05:53:20Z"