id
int64
1
6.5k
bug_id
int64
2.03k
426k
summary
stringlengths
9
251
description
stringlengths
1
32.8k
report_time
stringlengths
19
19
report_timestamp
int64
1B
1.39B
status
stringclasses
6 values
commit
stringlengths
7
9
commit_timestamp
int64
1B
1.39B
files
stringlengths
25
32.8k
project_name
stringclasses
6 values
2,808
180,856
Bug 180856 2D+ Stacked Area Chart does not work correctly [0001]
Description: 2D+ Stacked Area Chart does not work correctly. Build number: 2.2.0.v20070404-0630 Steps to reproduce: 1. Preview the attached design file. Expected result: The 2D+ Stacked Area Chart works correctly. Actual result: See the attached screenshot. Error log: N/A
2007-04-04 01:29:04
1,175,660,000
closed fixed
75763a3
1,176,100,000
chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/render/AxesRenderer.java chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/render/DeferredCache.java
Birt
2,809
148,626
Bug 148626 [Regression]Can't fetch value from the filter of table/chart which inherites data from container
Steps: 1. create a table and bind a dataset in it 2. create another table/chart in the table detail/table group header 3. switch to the Filter tab in property editor 4. create a filter and select value in "<select value...>" combo 5. an error popuped up, "The expression value can't be retrieved"
2006-06-26 06:38:55
1,151,320,000
resolved fixed
905b9ee
1,176,100,000
chart/org.eclipse.birt.chart.reportitem.ui/src/org/eclipse/birt/chart/reportitem/ui/ReportDataServiceProvider.java
Birt
2,810
177,327
Bug 177327 Support more than eight colors in the Palette
if we use the update(int) method in Palette we only get 8 different colors. This is very inconvenient as this implies that we have to manually add more colors if the total number of categories is greater than eight. This becomes a bigger issue for the Pie charts. If I have a Pie chart and the number of slices (i.e. total values in the series) is greater than 8. Then the color pattern repeats every 8th entry. This means that: 1. Item 1 and Item 9 appear together and they look like one slice 2. If there are no labels on the pie chart, there is no way to identify which is which. Unless we provide the tooltips so that the user may identify which slice represents Item 1 and which represents Item 9. Besides, for SWT rendering, highlighting the slice when on legend hover is not available either. Hence the Palette should either support more than eight colors or provide a way to generate new colors if needed.
2007-03-14 09:09:53
1,173,880,000
resolved fixed
0d50f0a
1,176,100,000
chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/attribute/Palette.java chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/attribute/impl/PaletteImpl.java chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/wizard/format/series/SeriesSheetImpl.java
Birt
2,811
180,654
Bug 180654 Cannot add column binding for Time type in Property Editor.[0001]
Description: Cannot add column binding for Time type in Property Editor. Build number:2.2.0.v200704031345 Steps to reproduce: 1. New sample data source and data set. 2. Drag one column to layout. 3. In Binding of Property Editor, Edit binding to set Type to Time, click OK. Expected result: Type is changed to Time. Actual result: Type is changed to Date Time. Error log:N/A
2007-04-03 05:11:50
1,175,590,000
closed fixed
e9297d1
1,176,090,000
UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/dialogs/DataItemBindingDialog.java
Birt
2,812
181,121
Bug 181121 Model should provide utility method for cube to get correspond dimension key.
In model cube handle, the relation of cube data set and dimension data sets are managed by a series of dimension condition handles.We need model to add utility method so that we can easily get corresponding dimension data set column names according to given cube dimension keys.
2007-04-05 01:28:37
1,175,750,000
resolved fixed
a385154
1,175,850,000
model/org.eclipse.birt.report.model.tests/test/org/eclipse/birt/report/model/library/LibraryCompoundElementTest.java model/org.eclipse.birt.report.model.tests/test/org/eclipse/birt/report/model/parser/TabularCubeParserTest.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/DimensionConditionHandle.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/DimensionJoinConditionHandle.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/elements/structures/DimensionCondition.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/elements/structures/DimensionJoinCondition.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/core/MemberRef.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/core/PropertyStructure.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/core/Structure.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/parser/StructureState.java
Birt
2,813
181,103
Bug 181103 Exception throws out when preview a report including two same result x-tab[1102]
Description: Exception throws out when preview a report including two same result x-tab[1102] Build number: 2.2.0.v20070405-0630 Steps to reproduce: 1, New cube named cube1 and new a cross tab 2, Preview results 3, New another cube named cube2 with the same sturcture as cube1 4, New a x-tab2 with cube2 and preview the results Expected result: Two x-tabs' preview results are same without exceptions Actual result: Exception throws out when preview them Error log: Exception Close org.eclipse.birt.report.service.api.ReportServiceException: Error happened while running the report; nested exception is: java.lang.ArrayIndexOutOfBoundsException: -1 Show Exception Stack Trace Hide Exception Stack Trace Stack Trace: org.eclipse.birt.data.engine.olap.cursor.ResultSetFetcher.getValue(ResultSetFetcher.java:56) org.eclipse.birt.data.engine.olap.cursor.EdgeInfoGenerator.dim_getCurrentMember(EdgeInfoGenerator.java:436) org.eclipse.birt.data.engine.olap.driver.DimensionAxis.getCurrentMember(DimensionAxis.java:292) org.eclipse.birt.data.engine.olap.cursor.DimensionAccessor.getObject(DimensionAccessor.java:222) org.eclipse.birt.data.engine.olap.cursor.AbstractCursorSupport.getObject(AbstractCursorSupport.java:382) org.eclipse.birt.data.engine.olap.script.JSLevelObject.getKeyValue(JSLevelObject.java:54) org.eclipse.birt.data.engine.olap.script.JSLevelObject.getDefaultValue(JSLevelObject.java:47) org.eclipse.birt.data.engine.olap.api.query.impl.CubeCursorImpl.getObject(CubeCursorImpl.java:296) org.eclipse.birt.report.engine.executor.DataItemExecutor.execute(DataItemExecutor.java:123) org.eclipse.birt.report.engine.internal.executor.l18n.LocalizedReportItemExecutor.execute(LocalizedReportItemExecutor.java:36) org.eclipse.birt.report.engine.layout.html.HTMLAbstractLM.execute(HTMLAbstractLM.java:455) org.eclipse.birt.report.engine.layout.html.HTMLAbstractLM.execute(HTMLAbstractLM.java:463) org.eclipse.birt.report.engine.layout.html.HTMLAbstractLM.execute(HTMLAbstractLM.java:463) org.eclipse.birt.report.engine.layout.html.HTMLListingBandLM.intializeHeaderContent(HTMLListingBandLM.java:96) org.eclipse.birt.report.engine.layout.html.HTMLListingBandLM.initialize(HTMLListingBandLM.java:48) org.eclipse.birt.report.engine.layout.html.HTMLTableBandLM.initialize(HTMLTableBandLM.java:43) org.eclipse.birt.report.engine.layout.html.HTMLLayoutManagerFactory.createLayoutManager(HTMLLayoutManagerFactory.java:51) org.eclipse.birt.report.engine.layout.html.HTMLReportLayoutEngine.createLayoutManager(HTMLReportLayoutEngine.java:130) org.eclipse.birt.report.engine.layout.html.HTMLBlockStackingLM.layoutChildren(HTMLBlockStackingLM.java:67) org.eclipse.birt.report.engine.layout.html.HTMLTableLM.layoutChildren(HTMLTableLM.java:74) org.eclipse.birt.report.engine.layout.html.HTMLAbstractLM.layout(HTMLAbstractLM.java:171) org.eclipse.birt.report.engine.layout.html.HTMLPageLM.layoutChildren(HTMLPageLM.java:140) org.eclipse.birt.report.engine.layout.html.HTMLPageLM.layout(HTMLPageLM.java:82) org.eclipse.birt.report.engine.layout.html.HTMLReportLayoutEngine.layout(HTMLReportLayoutEngine.java:88) org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.doRun(RunAndRenderTask.java:205) org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.run(RunAndRenderTask.java:125) org.eclipse.birt.report.service.ReportEngineService.runAndRenderReport(Unknown Source) org.eclipse.birt.report.service.ReportEngineService.runAndRenderReport(Unknown Source) org.eclipse.birt.report.service.BirtViewerReportService.runAndRenderReport(Unknown Source) org.eclipse.birt.report.service.actionhandler.BirtGetPageAllActionHandler.__execute(Unknown Source) org.eclipse.birt.report.service.actionhandler.AbstractBaseActionHandler.execute(Unknown Source) org.eclipse.birt.report.soapengine.processor.AbstractBaseDocumentProcessor.__executeAction(Unknown Source) org.eclipse.birt.report.soapengine.processor.AbstractBaseComponentProcessor.executeAction(Unknown Source) org.eclipse.birt.report.soapengine.processor.BirtDocumentProcessor.handleGetPageAll(Unknown Source) sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) java.lang.reflect.Method.invoke(Method.java:585) org.eclipse.birt.report.soapengine.processor.AbstractBaseComponentProcessor.process(Unknown Source) org.eclipse.birt.report.soapengine.endpoint.BirtSoapBindingImpl.getUpdatedObjects(Unknown Source) sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) java.lang.reflect.Method.invoke(Method.java:585) org.apache.axis.providers.java.RPCProvider.invokeMethod(RPCProvider.java:397) org.apache.axis.providers.java.RPCProvider.processMessage(RPCProvider.java:186) org.apache.axis.providers.java.JavaProvider.invoke(JavaProvider.java:323) org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:32) org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118) org.apache.axis.SimpleChain.invoke(SimpleChain.java:83) org.apache.axis.handlers.soap.SOAPService.invoke(SOAPService.java:453) org.apache.axis.server.AxisServer.invoke(AxisServer.java:281) org.apache.axis.transport.http.AxisServlet.doPost(AxisServlet.java:699) org.eclipse.birt.report.servlet.BirtSoapMessageDispatcherServlet.doPost(Unknown Source) javax.servlet.http.HttpServlet.service(HttpServlet.java:760) org.apache.axis.transport.http.AxisServletBase.service(AxisServletBase.java:327) javax.servlet.http.HttpServlet.service(HttpServlet.java:853) org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:247) org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193) org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:256) org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643) org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480) org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995) org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191) org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643) org.apache.catalina.valves.CertificatesValve.invoke(CertificatesValve.java:246) org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641) org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480) org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995) org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2422) org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:180) org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643) org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:171) org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641) org.eclipse.tomcat.internal.EclipseErrorReportValve.invoke(EclipseErrorReportValve.java:153) org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641) org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480) org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995) org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:174) org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643) org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480) org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995) org.apache.coyote.tomcat4.CoyoteAdapter.service(CoyoteAdapter.java:199) org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:828) org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:700) org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:584) org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:683) java.lang.Thread.run(Thread.java:595)
2007-04-04 21:14:34
1,175,740,000
closed fixed
54cd0dc
1,175,770,000
data/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/impl/DataRequestSessionImpl.java data/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/impl/DataSetIterator.java
Birt
2,814
179,737
Bug 179737 The MeasureHandle should be able to provide data type info
We are now allow user input expression as measure expression. However this brings difficulties in determine the data type of a measure expression evaluation result. We need MeasureHandle to be enhanced to include the data type info. Please note that data type "any" is not accepted.
2007-03-28 10:16:49
1,175,090,000
resolved fixed
54e7554
1,175,770,000
model/org.eclipse.birt.report.model.tests/test/org/eclipse/birt/report/model/parser/TabularCubeParserTest.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/olap/MeasureHandle.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/elements/interfaces/IMeasureModel.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/writer/ModuleWriter.java
Birt
2,815
181,153
Bug 181153 Only show dimension arrow after drag a data item into row area[1102]
Description: Only show dimension arrow after drag a data item into row area[1102] Build number: 2.2.0.v20070405-0630 Steps to reproduce: 1, New a cross tab with a dimension in row area 2, Drag a data item into the row area Expected result: On data item there is no black arrow icon Actual result: The data item has the same black arrow icon as dimension has Error log:
2007-04-05 04:39:31
1,175,760,000
closed fixed
6c78ba6
1,175,770,000
xtab/org.eclipse.birt.report.item.crosstab.ui/src/org/eclipse/birt/report/item/crosstab/internal/ui/editors/editparts/CrosstabGraphicsFactory.java xtab/org.eclipse.birt.report.item.crosstab.ui/src/org/eclipse/birt/report/item/crosstab/internal/ui/editors/model/NormalCrosstabCellAdapter.java xtab/org.eclipse.birt.report.item.crosstab.ui/src/org/eclipse/birt/report/item/crosstab/internal/ui/editors/model/TotalCrosstabCellHandleAdapter.java
Birt
2,816
181,130
Bug 181130 DataException when preview attached crosstab.[1101]
Description: DataException when preview attached crosstab. Build number:2.2.0.v20070405 Steps to reproduce: 1. Open attached report. 2. Preview. Expected result: No Exception and crosstab display data. Actual result: DataException: Fail to load cube "mycube" from document. The document object does not exist. Error log: - Fail to load cube "mycube" from document. The document object does not exist. Fail to load cube "mycube" from document. The document object does not exist. ( 1 time(s) ) detail : org.eclipse.birt.data.engine.core.DataException: Fail to load cube "mycube" from document. The document object does not exist. at org.eclipse.birt.data.engine.olap.api.query.impl.CubeQueryResults.getCubeCursor(CubeQueryResults.java:75) at org.eclipse.birt.report.engine.data.dte.CubeResultSet.<init>(CubeResultSet.java:76) at org.eclipse.birt.report.engine.data.dte.DteDataEngine.doExecuteCube(DteDataEngine.java:192) at org.eclipse.birt.report.engine.data.dte.DteDataEngine.doExecuteQuery(DteDataEngine.java:119) at org.eclipse.birt.report.engine.data.dte.AbstractDataEngine.execute(AbstractDataEngine.java:189) at org.eclipse.birt.report.engine.extension.internal.ExecutorContext.executeQuery(ExecutorContext.java:62) at org.eclipse.birt.report.item.crosstab.core.re.executor.BaseCrosstabExecutor.executeQuery(BaseCrosstabExecutor.java:89) at org.eclipse.birt.report.item.crosstab.core.re.executor.CrosstabReportItemExecutor.execute(CrosstabReportItemExecutor.java:92) at org.eclipse.birt.report.engine.executor.ExtendedItemExecutor.execute(ExtendedItemExecutor.java:114) at org.eclipse.birt.report.engine.internal.executor.l18n.LocalizedReportItemExecutor.execute(LocalizedReportItemExecutor.java:36) at org.eclipse.birt.report.engine.layout.html.HTMLPageLM.layoutChildren(HTMLPageLM.java:124) at org.eclipse.birt.report.engine.layout.html.HTMLPageLM.layout(HTMLPageLM.java:82) at org.eclipse.birt.report.engine.layout.html.HTMLReportLayoutEngine.layout(HTMLReportLayoutEngine.java:88) at org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.doRun(RunAndRenderTask.java:205) at org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.run(RunAndRenderTask.java:125) at org.eclipse.birt.report.service.ReportEngineService.runAndRenderReport(Unknown Source) at org.eclipse.birt.report.service.ReportEngineService.runAndRenderReport(Unknown Source) at org.eclipse.birt.report.service.BirtViewerReportService.runAndRenderReport(Unknown Source) at org.eclipse.birt.report.service.actionhandler.BirtGetPageAllActionHandler.__execute(Unknown Source) at org.eclipse.birt.report.service.actionhandler.AbstractBaseActionHandler.execute(Unknown Source) at org.eclipse.birt.report.soapengine.processor.AbstractBaseDocumentProcessor.__executeAction(Unknown Source) at org.eclipse.birt.report.soapengine.processor.AbstractBaseComponentProcessor.executeAction(Unknown Source) at org.eclipse.birt.report.soapengine.processor.BirtDocumentProcessor.handleGetPageAll(Unknown Source) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.eclipse.birt.report.soapengine.processor.AbstractBaseComponentProcessor.process(Unknown Source) at org.eclipse.birt.report.soapengine.endpoint.BirtSoapBindingImpl.getUpdatedObjects(Unknown Source) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.apache.axis.providers.java.RPCProvider.invokeMethod(RPCProvider.java:397) at org.apache.axis.providers.java.RPCProvider.processMessage(RPCProvider.java:186) at org.apache.axis.providers.java.JavaProvider.invoke(JavaProvider.java:323) at org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:32) at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118) at org.apache.axis.SimpleChain.invoke(SimpleChain.java:83) at org.apache.axis.handlers.soap.SOAPService.invoke(SOAPService.java:453) at org.apache.axis.server.AxisServer.invoke(AxisServer.java:281) at org.apache.axis.transport.http.AxisServlet.doPost(AxisServlet.java:699) at org.eclipse.birt.report.servlet.BirtSoapMessageDispatcherServlet.doPost(Unknown Source) at javax.servlet.http.HttpServlet.service(HttpServlet.java:760) at org.apache.axis.transport.http.AxisServletBase.service(AxisServletBase.java:327) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:247) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:256) at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480) at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191) at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643) at org.apache.catalina.valves.CertificatesValve.invoke(CertificatesValve.java:246) at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480) at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995) at org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2422) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:180) at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643) at org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:171) at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641) at org.eclipse.tomcat.internal.EclipseErrorReportValve.invoke(EclipseErrorReportValve.java:153) at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480) at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:174) at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480) at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995) at org.apache.coyote.tomcat4.CoyoteAdapter.service(CoyoteAdapter.java:199) at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:828) at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:700) at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:584) at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:683) at java.lang.Thread.run(Thread.java:595)
2007-04-05 03:05:15
1,175,760,000
closed fixed
a99c912
1,175,760,000
data/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/impl/DataRequestSessionImpl.java
Birt
2,817
174,234
Bug 174234 Master pages don't work in Word emitter
A document that formats with first page as an envelope and subsequent pages as letter sized paper only formats as envelope through out in the Word emitter.
2007-02-14 17:16:59
1,171,490,000
resolved fixed
a1350bf
1,175,760,000
engine/org.eclipse.birt.report.engine.emitter.wpml/src/org/eclipse/birt/report/engine/emitter/wpml/EmitterContext.java
Birt
2,818
179,629
Bug 179629 After create a x-tab with a cube, a error occurs in Problems sheet[1102]
Description: After create a x-tab with a cube, a error occurs in Problems sheet[1102] Build number: 2.2.0.v20070328-0630 Steps to reproduce: 1, Create a cube 2, Create a x-tab using the cube 3, Check the error message in Problems sheet Expected result: No error occurs after create a x-tab Actual result: The error message is "The ExtendedItem must be able to access one data set."
2007-03-27 20:56:27
1,175,040,000
closed fixed
7edb6f6
1,175,760,000
model/org.eclipse.birt.report.model.tests/test/org/eclipse/birt/report/model/extension/ReportItemExtensionTest.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/validators/DataSetRequiredValidator.java
Birt
2,819
178,488
Bug 178488 Max and Min does not take effect for non-category Date/Time Axis [0001]
Description: Max and Min does not take effect for non-category Date/Time Axis. Build number: 2.2.0.v20070321-0630 Steps to reproduce: 1. Preview the attached design file. Expected result: Min and Max takes effect (See screenshot1). Actual result: Min and Max does not take effect(See screenshot2). Error log: N/A
2007-03-21 02:23:28
1,174,460,000
closed fixed
ffd2f1c
1,175,680,000
chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/computation/withaxes/PlotWith2DAxes.java
Birt
2,820
180,838
Bug 180838 If the cube is invalid, we should show a warning to user[1101]
Description: The result of measure are incorrect[1102] Build number: 2.2.0.v20070404-0630 Steps to reproduce: Using the attached report, I think the expected result is China 20 female Uk ... China 28 male USA ... But the result is China 48 female Uk ... male USA ... And we calculate the China of female and male in one measure of female.I think it is incorrect.
2007-04-03 21:56:04
1,175,650,000
closed fixed
e7dd5e6
1,175,670,000
data/org.eclipse.birt.data.tests/test/org/eclipse/birt/data/engine/olap/data/impl/dimension/DimensionTest2.java data/org.eclipse.birt.data.tests/test/org/eclipse/birt/data/engine/olap/data/impl/facttable/FactTableHelperTest2.java 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/olap/data/impl/dimension/Hierarchy.java data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/olap/data/impl/dimension/Member.java
Birt
2,821
180,689
Bug 180689 [Regression]Chart with flipped axes doesn't display properly [0001]
Chart with flipped axes doesn't display properly [0001] Build number: 2.2.0.v20070403-1345 Steps to reproduce: 1.new a sample DB data source and set CUSTOMERS as data set 2.new a bar chart using the data set,set CUSTOMERNAME as X-series,CREDITLIMIT as Y-series,click Ok 3.preview in html 4.double click the chart in layout and check "Flip axes" 5.preview in html Expected result: Chart with flipped axes is displayed in html Actual result: Chart with flipped axes isn't displayed in html Error log: N/A
2007-04-03 07:19:14
1,175,600,000
closed fixed
8952746
1,175,670,000
chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/computation/withaxes/PlotWith2DAxes.java
Birt
2,822
180,431
Bug 180431 Exported files from Export Report have no extension name.[0002]
Description: Exported files from Export Report have no extension name. Build number:2.2.0.v20070402 Steps to reproduce: 1. New a report. 2. Preview in Web Viewer. 3. Click Export Report. 4. Select any kind of format and click OK. 5. Save the report intead of open it. 6. Check the saved file. Expected result: If I choose PDF, the file name should be like "new_report_1.pdf" Actual result: The file name is new_report without extension name. Error log:N/A
2007-04-02 02:15:37
1,175,490,000
closed fixed
7b28cf4
1,175,590,000
viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/presentation/aggregation/layout/EngineFragment.java viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/presentation/aggregation/layout/FramesetFragment.java viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/utility/ParameterAccessor.java
Birt
2,823
180,630
Bug 180630 Required parameters haven't been marked with *.
Description: Required parameters haven't been marked with *. Build number:2.2.0.v200704031345 Steps to reproduce: 1. Open attached report and preview. Expected result: date,date1 and date2 are required and all are marked with *. Actual result: Only date2 is marked with *. Error log:N/A
2007-04-03 03:50:30
1,175,590,000
closed fixed
3dbcd52
1,175,590,000
viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/presentation/aggregation/parameter/ScalarParameterFragment.java viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/service/BirtViewerReportService.java viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/service/api/ParameterDefinition.java
Birt
2,824
180,189
Bug 180189 Support in memory data set cache.
Currently, Design-Time Data Cache is stored on disks. By performance tests using ramdisk, we found that caching in physical memory can improve the performance of RunAndRender by 30%.
2007-03-30 09:07:50
1,175,260,000
resolved fixed
49e98d5
1,175,590,000
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/api/DataEngine.java data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/api/DataEngineContext.java data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/executor/CacheMapManager.java data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/executor/DataSetCacheManager.java data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/executor/DiskDataSetCacheObject.java data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/executor/IDataSetCacheObject.java data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/executor/MemoryDataSetCacheObject.java data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/executor/dscache/CacheUtilFactory.java data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/executor/dscache/ILoadUtil.java data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/executor/dscache/ISaveUtil.java data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/DataEngineSession.java data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/DataSetCacheUtil.java data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/PreparedDataSourceQuery.java data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/PreparedJointDataSourceQuery.java
Birt
2,825
180,617
Bug 180617 [Regression] Exception is thrown out when create a stored procedure data set [0703]
Description: Exception is thrown out when create a stored procedure data set Build number: 2.2.0.v20070403-0630 Steps to reproduce: 1. Add a data source, Driver:net.sourceforge.jtds.jdbc.Driver (v0.9) URL:jdbc:jtds:sqlserver://spmdb/gui, User:sa, Password:sa. 2. Add a data set, select data set type "SQL Stored Procedure Query", edit this data set "{call counterInT1(?)}". 3. Click "Finish". Expected result: No exception is thrown out. Actual result: Exception is thrown out. Error log: A BIRT exception occurred. Plug-in Provider:Eclipse.org Plug-in Name:BIRT Data Engine Plug-in ID:org.eclipse.birt.data Version:2.2.0.v20070401 Error Code:odaconsumer.CannotGetResultSetMetaData Error Message:Cannot get the result set metadata. SQL statement does not return a ResultSet object. SQL error #1: Parameter #1 has not been set.
2007-04-03 02:22:08
1,175,580,000
closed fixed
c6047d8
1,175,590,000
data/org.eclipse.birt.report.data.oda.jdbc/src/org/eclipse/birt/report/data/oda/jdbc/CallStatement.java
Birt
2,826
180,608
Bug 180608 [Regression]NPE throws out when preview the result in dataset[07]
Description: [Regression]NPE throws out when preview the result in dataset[07] Build number: 2.2.0.v20070403-0630 Steps to reproduce: 1, Use attached report 2, Edit Data Set 3, Preview the Data Set Expected result: The preview should be success Actual result: NPE throws out Error log:
2007-04-02 22:48:01
1,175,570,000
closed fixed
b07e9e9
1,175,580,000
data/org.eclipse.birt.data.tests/test/org/eclipse/birt/data/engine/binding/FeaturesTest.java data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/executor/ResultClass.java
Birt
2,827
180,414
Bug 180414 The attached design file is not previewed correctly when using POSTSCRIPT [1201]
Description: The attached design file is not previewed correctly when using POSTSCRIPT. Build number: 2.2.0.v20070402-0630 Steps to reproduce: 1. Preview the attached design file in POSTSCRIPT. Expected result: All the letters are shown within the boundary. Actual result: See the attached screenshot. Error log: N/A
2007-04-01 23:05:55
1,175,480,000
closed fixed
9f768ed
1,175,580,000
engine/org.eclipse.birt.report.engine.emitter.postscript/src/org/eclipse/birt/report/engine/emitter/postscript/device/PostscriptPage.java
Birt
2,828
175,894
Bug 175894 SwingLiveChartViewer example is broken
Run SwingLiveChartViewer example in the chart.examples plugin The line series moves to the right unexpectedly.
2007-02-28 14:27:39
1,172,690,000
resolved fixed
e1ae797
1,175,580,000
chart/org.eclipse.birt.chart.examples/src/org/eclipse/birt/chart/examples/api/viewer/SwingLiveChartViewer.java
Birt
2,829
180,118
Bug 180118 Enhance to print out source stack trace in preview mode.[0002]
null
2007-03-29 23:26:46
1,175,230,000
closed fixed
76302c5
1,175,570,000
viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/presentation/aggregation/layout/EngineFragment.java viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/presentation/aggregation/layout/FramesetFragment.java viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/presentation/aggregation/layout/RunFragment.java viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/servlet/BirtEngineServlet.java viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/servlet/ViewerServlet.java viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/utility/BirtUtility.java
Birt
2,830
179,676
Bug 179676 [regression]Error when report has chart in master page[05]
null
2007-03-28 04:22:17
1,175,070,000
closed fixed
fec1e06
1,175,500,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/internal/executor/doc/PageReader.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/internal/executor/doc/ReportPageReader.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/internal/executor/l18n/LocalizedReportExecutor.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/presentation/LocalizedContentVisitor.java
Birt
2,831
180,402
Bug 180402 [Smoke][Automation][Regression] Chart cannot be rendered at all
steps to reproduce: - create a report - add a chart item to the report - preview the report expected behavior: - chart is rendered actual behavior: - chart was not rendered at all
2007-04-01 21:09:39
1,175,480,000
closed fixed
cba28ab
1,175,500,000
chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/reportitem/ChartReportItemGenerationImpl.java
Birt
2,832
180,401
Bug 180401 If the fact table has duplicate level, the driver can not handle that fact table[1102]
Description: I create a fact table: 1,1,male,USA,1,Beer,Drinking,"Jan 1, 2007 12:00 AM",30,6 2,1,male,USA,2,Diaper,Baby,"Jan 1, 2007 12:00 AM",100,2 .... 9,4,male,China,3,Noodle,FastFood,"Apr 2, 2007 12:00 AM",28,7 10,4,male,China,5,Coffee,Drinking,"Apr 2, 2007 12:00 AM",20,2 I use male and China as the row level and Noodle(product type) as column level. I have discussed with Mingxia, because of our driver thinks that the China and Noodle are duplicate in two rows, it is a invalid fact table. But we think it is a good fact table. And that kind of fact table will be often used. I have attached the report design to reproduce the bug. Build number: 2.2.0.v20070330-0630 error log: null ( 1 time(s) ) detail : org.eclipse.birt.data.engine.core.DataException at org.eclipse.birt.data.engine.olap.api.query.impl.CubeQueryResults.getCubeCursor(CubeQueryResults.java:75) at org.eclipse.birt.report.engine.data.dte.CubeResultSet.<init>(CubeResultSet.java:76) at org.eclipse.birt.report.engine.data.dte.DteDataEngine.doExecuteCube(DteDataEngine.java:192) at org.eclipse.birt.report.engine.data.dte.DteDataEngine.doExecuteQuery(DteDataEngine.java:119) at org.eclipse.birt.report.engine.data.dte.AbstractDataEngine.execute(AbstractDataEngine.java:189) at org.eclipse.birt.report.engine.extension.internal.ExecutorContext.executeQuery(ExecutorContext.java:62) at org.eclipse.birt.report.item.crosstab.core.re.executor.BaseCrosstabExecutor.executeQuery(BaseCrosstabExecutor.java:89) at org.eclipse.birt.report.item.crosstab.core.re.executor.CrosstabReportItemExecutor.execute(CrosstabReportItemExecutor.java:92) at org.eclipse.birt.report.engine.executor.ExtendedItemExecutor.execute(ExtendedItemExecutor.java:89) at org.eclipse.birt.report.engine.internal.executor.l18n.LocalizedReportItemExecutor.execute(LocalizedReportItemExecutor.java:36) at org.eclipse.birt.report.engine.layout.html.HTMLPageLM.layoutChildren(HTMLPageLM.java:124) at org.eclipse.birt.report.engine.layout.html.HTMLPageLM.layout(HTMLPageLM.java:82) at org.eclipse.birt.report.engine.layout.html.HTMLReportLayoutEngine.layout(HTMLReportLayoutEngine.java:88) at org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.doRun(RunAndRenderTask.java:205) at org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.run(RunAndRenderTask.java:125) at org.eclipse.birt.report.service.ReportEngineService.runAndRenderReport(Unknown Source) at org.eclipse.birt.report.service.ReportEngineService.runAndRenderReport(Unknown Source) at org.eclipse.birt.report.service.BirtViewerReportService.runAndRenderReport(Unknown Source) at org.eclipse.birt.report.service.actionhandler.BirtGetPageAllActionHandler.__execute(Unknown Source) at org.eclipse.birt.report.service.actionhandler.AbstractBaseActionHandler.execute(Unknown Source) at org.eclipse.birt.report.soapengine.processor.AbstractBaseDocumentProcessor.__executeAction(Unknown Source) at org.eclipse.birt.report.soapengine.processor.AbstractBaseComponentProcessor.executeAction(Unknown Source) at org.eclipse.birt.report.soapengine.processor.BirtDocumentProcessor.handleGetPageAll(Unknown Source
2007-04-01 20:59:07
1,175,480,000
closed fixed
4aa5e4e
1,175,480,000
data/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/impl/DataSetIterator.java
Birt
2,833
180,408
Bug 180408 After correct the expression of dimension, NPE throws out and the x-tab can not be previewed anymore[1102]
Description: After correct the expression of level, NPE throws out and the x-tab can not be previewed anymore[1102] Build number: 2.2.0.v20070402-0630 Steps to reproduce: 1, New a cube with two report design 2, New a x-tab using the cube 3, Change the level's name to CUSTOMER_REGION1 4, Preview the report 5, Correct the expression in x-tab: dimension["Customer"]["CUSTOMER_REGION1"] 6, Preview the report Expected result: After step4, the report can not be previewed but not shown up the NPE message After step5 and 6, the report can be previewed successfully Actual result: After step4, NPE pops up After step6, NPE still pops up Error log:
2007-04-01 21:57:09
1,175,480,000
closed fixed
51088c4
1,175,480,000
data/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/impl/DataSetIterator.java
Birt
2,834
180,249
Bug 180249 BPS39 - Centralized Chart Engine API
Centralized and clearer Engine API -Create one single entry point class ChartEngine in an api package so it's easy to find (with access to IGenerator, Serializer, Device Renderers) -Create a new IGenerator interface instead of exposing the Generator class.
2007-03-30 13:21:44
1,175,280,000
resolved fixed
475150b
1,175,280,000
chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/api/ChartEngine.java chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/factory/Generator.java chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/factory/IGenerator.java
Birt
2,835
180,190
Bug 180190 Some unnecessary error log is shown in charting
When a chart in a report has no data, or there is no SWT interactivity notifier hooked to the engine, an warning or error are logged. Those are normal conditions of execution and should only log with a INFO level.
2007-03-30 09:13:57
1,175,260,000
resolved fixed
81946d0
1,175,260,000
chart/org.eclipse.birt.chart.device.swt/src/org/eclipse/birt/chart/device/swt/SwtRendererImpl.java chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/reportitem/ChartReportItemPresentationImpl.java
Birt
2,836
178,476
Bug 178476 Clear cache dosen't take effact[07]
Description: Clear cache dosen't take effact[07] Build number: 2.2.0.v20070321-0630 Steps to reproduce: 1, New a dataset 2, Set the Cache preference to: 20 rows 3, Drag the dataset into layout and preview the results 4, Go back to dataset, clear the cache and change the preference to 30 rows 5, Save the report and preview the report Expected result: After step5: 30rows of data in preview results Actual result: only 20 rows of data in preview results Error log:
2007-03-20 22:35:55
1,174,440,000
closed fixed
a9ac53e
1,175,250,000
model/org.eclipse.birt.report.model.adapter.oda/src/org/eclipse/birt/report/model/adapter/oda/impl/ModelOdaAdapter.java
Birt
2,837
180,114
Bug 180114 Exception is thrown out when preview a report with a crosstable [1102]
Description: Exception is thrown out when preview a report with a crosstable. Build number: 2.2.0.v20070330-06938 Steps to reproduce: 1. New a sample data source, new a data set: Select * from CLASSICMODELS.CUSTOMERS. 2. New a Cube, Dimesion: Group-COUNTRY, Group1-CONTACTFIRSTNAME; Mesures: CREDITLIMIT. 3. New a Cross Table, drag Group for column and Group1 for row. 4. Preview. Expected result: No exception is thrown out. Actual result: Exception is thrown out. Error log: org.eclipse.birt.report.service.api.ReportServiceException: Error happened while running the report; nested exception is: java.lang.NullPointerException Show Exception Stack Trace Hide Exception Stack Trace Stack Trace: org.eclipse.birt.data.engine.olap.data.impl.Cube.load(Cube.java:96) org.eclipse.birt.data.engine.olap.data.api.CubeQueryExcutorHelper.loadCube(CubeQueryExcutorHelper.java:75) org.eclipse.birt.data.engine.olap.query.view.QueryExecutor.loadCube(QueryExecutor.java:75) org.eclipse.birt.data.engine.olap.query.view.QueryExecutor.execute(QueryExecutor.java:54) org.eclipse.birt.data.engine.olap.query.view.BirtCubeView.getCubeCursor(BirtCubeView.java:79) org.eclipse.birt.data.engine.olap.api.query.impl.CubeQueryResults.getCubeCursor(CubeQueryResults.java:58) org.eclipse.birt.report.engine.data.dte.CubeResultSet.(CubeResultSet.java:76) org.eclipse.birt.report.engine.data.dte.DteDataEngine.doExecuteCube(DteDataEngine.java:192) org.eclipse.birt.report.engine.data.dte.DteDataEngine.doExecuteQuery(DteDataEngine.java:119) org.eclipse.birt.report.engine.data.dte.AbstractDataEngine.execute(AbstractDataEngine.java:189) org.eclipse.birt.report.engine.extension.internal.ExecutorContext.executeQuery(ExecutorContext.java:62) org.eclipse.birt.report.item.crosstab.core.re.executor.BaseCrosstabExecutor.executeQuery(BaseCrosstabExecutor.java:89) org.eclipse.birt.report.item.crosstab.core.re.executor.CrosstabReportItemExecutor.execute(CrosstabReportItemExecutor.java:92) org.eclipse.birt.report.engine.executor.ExtendedItemExecutor.execute(ExtendedItemExecutor.java:89) org.eclipse.birt.report.engine.internal.executor.l18n.LocalizedReportItemExecutor.execute(LocalizedReportItemExecutor.java:36) org.eclipse.birt.report.engine.layout.html.HTMLPageLM.layoutChildren(HTMLPageLM.java:124) org.eclipse.birt.report.engine.layout.html.HTMLPageLM.layout(HTMLPageLM.java:82) org.eclipse.birt.report.engine.layout.html.HTMLReportLayoutEngine.layout(HTMLReportLayoutEngine.java:88) org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.doRun(RunAndRenderTask.java:205) org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.run(RunAndRenderTask.java:125) org.eclipse.birt.report.service.ReportEngineService.runAndRenderReport(Unknown Source) org.eclipse.birt.report.service.ReportEngineService.runAndRenderReport(Unknown Source) org.eclipse.birt.report.service.BirtViewerReportService.runAndRenderReport(Unknown Source) org.eclipse.birt.report.service.actionhandler.BirtGetPageAllActionHandler.__execute(Unknown Source) org.eclipse.birt.report.service.actionhandler.AbstractBaseActionHandler.execute(Unknown Source) org.eclipse.birt.report.soapengine.processor.AbstractBaseDocumentProcessor.__executeAction(Unknown Source) org.eclipse.birt.report.soapengine.processor.AbstractBaseComponentProcessor.executeAction(Unknown Source) org.eclipse.birt.report.soapengine.processor.BirtDocumentProcessor.handleGetPageAll(Unknown Source) sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) java.lang.reflect.Method.invoke(Method.java:585) org.eclipse.birt.report.soapengine.processor.AbstractBaseComponentProcessor.process(Unknown Source) org.eclipse.birt.report.soapengine.endpoint.BirtSoapBindingImpl.getUpdatedObjects(Unknown Source) sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) java.lang.reflect.Method.invoke(Method.java:585) org.apache.axis.providers.java.RPCProvider.invokeMethod(RPCProvider.java:397) org.apache.axis.providers.java.RPCProvider.processMessage(RPCProvider.java:186) org.apache.axis.providers.java.JavaProvider.invoke(JavaProvider.java:323) org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:32) org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118) org.apache.axis.SimpleChain.invoke(SimpleChain.java:83) org.apache.axis.handlers.soap.SOAPService.invoke(SOAPService.java:453) org.apache.axis.server.AxisServer.invoke(AxisServer.java:281) org.apache.axis.transport.http.AxisServlet.doPost(AxisServlet.java:699) org.eclipse.birt.report.servlet.BirtSoapMessageDispatcherServlet.doPost(Unknown Source) javax.servlet.http.HttpServlet.service(HttpServlet.java:760) org.apache.axis.transport.http.AxisServletBase.service(AxisServletBase.java:327) javax.servlet.http.HttpServlet.service(HttpServlet.java:853) org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:247) org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193) org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:256) org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643) org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480) org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995) org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191) org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643) org.apache.catalina.valves.CertificatesValve.invoke(CertificatesValve.java:246) org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641) org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480) org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995) org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2422) org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:180) org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643) org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:171) org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641) org.eclipse.tomcat.internal.EclipseErrorReportValve.invoke(EclipseErrorReportValve.java:153) org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641) org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480) org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995) org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:174) org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643) org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480) org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995) org.apache.coyote.tomcat4.CoyoteAdapter.service(CoyoteAdapter.java:199) org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:828) org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:700) org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:584) org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:683) java.lang.Thread.run(Thread.java:595)
2007-03-29 22:55:38
1,175,220,000
closed fixed
6474f11
1,175,250,000
data/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/impl/DataSetIterator.java
Birt
2,838
174,202
Bug 174202 Pie chart 'minimum slice' label category values don't match legend
To reproduce: Create a pie chart Use Category Data as label values Set a minimum slice percentage Enable a legend Expected behaviour: Slice label should should match legend Actual behaviour: Slice label uses one of the consolidated categories, and not the minimum slice label. This is with 2.2M2 and 2.2M4 Screenshot to follow, as it probably explains better than I do :)
2007-02-14 12:21:41
1,171,470,000
resolved fixed
3593f02
1,175,240,000
chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/computation/DataPointHints.java
Birt
2,839
178,191
Bug 178191 Line Chart series markers is not in the right position when the chart has a non-category X Axis [0001]
Description: Line Chart series markers is not in the right position when the chart has a non-category X Axis. Build number: 2.2.0.v20070320-1038 Steps to reproduce: 1. New a line Chart with a non-category X Axis. 2. Preview. Expected result: All the series markers are in the right position. Actual result: Line Series markers are not in the right position (See the screenshot). Error log: N/A
2007-03-20 03:49:07
1,174,380,000
closed fixed
fa1115e
1,175,240,000
chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/computation/withaxes/PlotWith2DAxes.java
Birt
2,840
179,622
Bug 179622 Web Viewer does not display localized UI.
Web Viewer does not display localized UI even though the org.eclipse.birt.report.viewer.nl1_2.2.0.v20070327-0630.jar is installed. Please check the attached screen shot. To reproduce: 1. Install NL pack 2. Start eclipse with -nl ja_JP option. 3. Open any report and preview as Web Browser.
2007-03-27 19:05:29
1,175,040,000
resolved fixed
dd2eeac
1,175,240,000
viewer/org.eclipse.birt.report.viewer/src/org/eclipse/birt/report/viewer/ViewerPlugin.java
Birt
2,841
174,872
Bug 174872 Clean up chart model
The chart model contains unused attributes and components. Those just make it difficult to understand the model architecture, so they should be removed from the schema, and the EMF classes must re-generated. Examples are: ChartPreferences, Rule. We need to analyze the model to find out all unused ones. Note that this should not break backward compatibility, otherwise just make them deprecated.
2007-02-20 16:52:45
1,172,010,000
resolved fixed
4ac5c67
1,175,240,000
chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/Serializer.java chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/attribute/RuleType.java chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/component/ChartPreferences.java chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/component/ComponentFactory.java chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/component/impl/ChartPreferencesImpl.java chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/data/DataFactory.java chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/data/Query.java chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/data/Rule.java chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/data/impl/RuleImpl.java
Birt
2,842
179,431
Bug 179431 [Automation]Chart background color issue[0602]
Details: [Automation]Chart background color issue[0602] Step: 1. Add a chart and set output format as jpg/bmp. 2. Add a chart and set output format as png/svg. Actual result: Step 1: Background color of chart is baby blue. Step 2: Background color of chart is black.
2007-03-27 01:25:17
1,174,970,000
closed fixed
fe712da
1,175,190,000
chart/org.eclipse.birt.chart.device.extension/src/org/eclipse/birt/chart/device/image/BmpRendererImpl.java chart/org.eclipse.birt.chart.device.extension/src/org/eclipse/birt/chart/device/image/JavaxImageIOWriter.java chart/org.eclipse.birt.chart.device.extension/src/org/eclipse/birt/chart/device/image/JpegRendererImpl.java chart/org.eclipse.birt.chart.device.extension/src/org/eclipse/birt/chart/device/image/PngRendererImpl.java
Birt
2,843
172,420
Bug 172420 Icon used to invoke expression builder should be consistent(DTE part)
Please modify the part of DTE team, thanks.
2007-02-01 01:28:43
1,170,310,000
verified fixed
7716180
1,175,170,000
UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/data/ui/dataset/DataSetUIUtil.java
Birt
2,844
179,423
Bug 179423 [regression]Chart template instruction isn't in the middle place in Firefox[02]
[regression]Chart template instruction isn't in the middle place in Firefox[02] Build number: 2.2.0.v20070326-0630 Steps to reproduce: 1. New a template file. 2. Insert a chart, input add chart as instruction text. 3. Preview in IE and Firefox. Expected result: add chart is in the center and middle Actual result: In IE, add chart is in the center and middle In Firefox, add chart is in the center and top.
2007-03-26 22:41:42
1,174,960,000
closed fixed
cd97ed8
1,175,160,000
engine/org.eclipse.birt.report.engine.emitter.html/src/org/eclipse/birt/report/engine/emitter/html/HTMLReportEmitter.java
Birt
2,845
176,874
Bug 176874 Remove the call to setupRenderOption method from RunTask flow
While going through the report engine code, I noticed that the method setupRenderOption is being called in RunTask.doRun method. setupRenderOption method is used to intialize the render options used to render the report. I understand this is not needed in RunTask flow as we are only running the report.
2007-03-09 18:05:06
1,173,480,000
resolved fixed
bebd1b0
1,175,160,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/RunTask.java
Birt
2,846
179,938
Bug 179938 [Automation][Regression] Exception is thrown out when preview the data set with parameter [0705]
Description: Exception is thrown out when preview the data set with parameter. Build number: 2.2.0.v20070329-1055 Steps to reproduce: 1. New a data source and a data set with a parameter and binding the parameter to a report parameter. 2. Preview Results. Expected result: No exception is thrown out. Actual result: Exception is thrown out. Error log: A BIRT exception occurred. Plug-in Provider:Eclipse.org Plug-in Name:BIRT Data Engine Plug-in ID:org.eclipse.birt.data Version:2.2.0.v20070329-1055 Error Code:odaconsumer.CannotExecuteStatement Error Message:Cannot execute the statement. SQL statement does not return a ResultSet object. SQL error #1: At least one parameter to the current statement is uninitialized.
2007-03-29 04:46:03
1,175,160,000
closed fixed
7390d7b
1,175,160,000
data/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/internal/adapter/DataAdapterUtil.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/adapter/ModelDteApiAdapter.java
Birt
2,847
179,931
Bug 179931 Provide new interface IStyle to let extension return the style properties values
Provide the IStyle interface to let extension user can return the style property value list for their extension elements.
2007-03-29 03:56:03
1,175,150,000
resolved fixed
7a1ad23
1,175,160,000
model/org.eclipse.birt.report.model.tests/test/org/eclipse/birt/report/model/extension/PeerExtensionTest.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/extension/IReportItem.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/extension/IStyleDeclaration.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/elements/strategy/ExtendedItemPropSearchStrategy.java
Birt
2,848
177,694
Bug 177694 BIRT date/time type support in viewer
BIRT viewer needs to be changed to support new BIRT data type date/time. Please see attached spec/patch file for details.
2007-03-15 22:44:27
1,174,010,000
resolved fixed
8bd85fa
1,175,160,000
viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/service/ParameterDataTypeConverter.java viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/utility/DataUtil.java
Birt
2,849
179,688
Bug 179688 Dimension should not be able to be deleted through Context Menu [1102]
Description: Dimension should not be able to be deleted through Context Menu. Build number: 2.2.0.v20070328-0630 Steps to reproduce: 1. New a Cross tab, drag Group to column. 2. Select the Group and right click to choose "Delete" in the context menu. Expected result: Dimension should not be able to be deleted through Context Menu. Actual result: Dimension can be deleted through Context Menu. Error log: N/A
2007-03-28 05:14:29
1,175,070,000
closed fixed
8cc2382
1,175,160,000
UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/editors/schematic/providers/SchematicContextMenuProvider.java
Birt
2,850
179,262
Bug 179262 [Automation][Regression] vertical alignment set on table row did not work properly
steps to reproduce: - use the attached report design - preview in html expected behavior: - vertical alignment takes effect actual behavior: - it did not
2007-03-26 04:34:05
1,174,900,000
closed fixed
01f5254
1,175,150,000
engine/org.eclipse.birt.report.engine.emitter.html/src/org/eclipse/birt/report/engine/emitter/html/HTMLReportEmitter.java
Birt
2,851
179,899
Bug 179899 org.eclipse.birt.report.designer.tests has compile error in daily build 20070329-0630
org.eclipse.birt.report.designer.tests has compile error in daily build 20070329-0630. Please see the attachment. This build ran from HEAD version.
2007-03-28 23:01:09
1,175,140,000
closed fixed
de1e777
1,175,140,000
UI/org.eclipse.birt.report.designer.tests/src/org/eclipse/birt/report/designer/tests/example/matrix/ExtendedElement.java
Birt
2,852
179,687
Bug 179687 Every cube's dimensions can be used by one x-tab[1102]
Description: Do not allowed other cube's dimension using in the x-tab which is not using that cube[1102] Build number: 2.2.0.v20070328-0630 Steps to reproduce: 1, New two cubes, cube1 and cube2 2, Create a x-tab using cube1 3, Drag the dimension of cube2 to x-tab Expected result: The step3's operation should be forbidden Actual result: All the dimensions can be dragged into the x-tab Error log:
2007-03-28 05:10:38
1,175,070,000
closed fixed
62a30a5
1,175,140,000
xtab/org.eclipse.birt.report.item.crosstab.ui/src/org/eclipse/birt/report/item/crosstab/internal/ui/editors/model/CrosstabHandleAdapter.java xtab/org.eclipse.birt.report.item.crosstab.ui/src/org/eclipse/birt/report/item/crosstab/internal/ui/editors/model/NormalCrosstabCellAdapter.java xtab/org.eclipse.birt.report.item.crosstab.ui/src/org/eclipse/birt/report/item/crosstab/internal/ui/editors/model/VirtualCrosstabCellAdapter.java
Birt
2,853
159,514
Bug 159514 BPS66 - Chart Simple API
This project aims to simplify the chart model API and make it accessible from scripting. It will only expose a set of clear interfaces that determine what can be changed using scripting.
2006-10-02 16:27:20
1,159,820,000
closed fixed
6d00d2a
1,175,140,000
chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/reportitem/ChartReportItemImpl.java chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/script/api/IChart.java chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/script/api/IChartWithAxes.java chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/script/api/IChartWithoutAxes.java chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/script/api/attribute/ILabel.java chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/script/api/attribute/IText.java chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/script/api/component/IAxis.java chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/script/api/component/ICategory.java chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/script/api/component/IChartComponent.java chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/script/api/component/ILegend.java chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/script/api/component/IMarkerLine.java chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/script/api/component/IMarkerRange.java chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/script/api/component/IValueSeries.java chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/script/api/data/IDataElement.java chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/script/api/data/IDateTimeDataElement.java chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/script/api/data/INumberDataElement.java chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/script/api/data/ISeriesGrouping.java chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/script/api/scale/ICategoryScale.java chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/script/api/scale/ILinearScale.java chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/script/api/scale/ILogarithmicScale.java chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/script/api/scale/IScale.java chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/script/api/scale/ITimeScale.java chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/script/api/series/IArea.java chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/script/api/series/IBar.java chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/script/api/series/IBubble.java chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/script/api/series/IDifference.java chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/script/api/series/IGantt.java chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/script/api/series/ILine.java chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/script/api/series/IMeter.java chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/script/api/series/IPie.java chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/script/api/series/IScatter.java chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/script/api/series/IStackableSeries.java chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/script/api/series/IStock.java chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/script/api/series/data/IBubbleData.java chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/script/api/series/data/IDifferenceData.java chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/script/api/series/data/IGanttData.java chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/script/api/series/data/ISeriesData.java chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/script/api/series/data/ISimpleData.java chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/script/api/series/data/IStockData.java chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/script/internal/ChartImpl.java chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/script/internal/ChartWithAxesImpl.java chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/script/internal/ChartWithoutAxesImpl.java chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/script/internal/attribute/LabelImpl.java chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/script/internal/attribute/TextImpl.java chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/script/internal/component/AxisImpl.java chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/script/internal/component/CategoryImpl.java chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/script/internal/component/LegendImpl.java chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/script/internal/component/MarkerLineImpl.java chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/script/internal/component/MarkerRangeImpl.java chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/script/internal/component/SeriesImpl.java chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/script/internal/component/ValueSeriesImpl.java chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/script/internal/scale/CategoryScaleImpl.java chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/script/internal/scale/LinearScaleImpl.java chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/script/internal/scale/LogarithmicScaleImpl.java chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/script/internal/scale/ScaleImpl.java chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/script/internal/scale/TimeScaleImpl.java chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/script/internal/series/AreaImpl.java chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/script/internal/series/BarImpl.java chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/script/internal/series/BubbleImpl.java chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/script/internal/series/DifferenceImpl.java chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/script/internal/series/GanttImpl.java chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/script/internal/series/LineImpl.java chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/script/internal/series/MeterImpl.java chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/script/internal/series/PieImpl.java chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/script/internal/series/ScatterImpl.java chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/script/internal/series/StackableSeriesImpl.java chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/script/internal/series/StockImpl.java chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/script/internal/series/data/BubbleDataImpl.java chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/script/internal/series/data/DifferenceDataImpl.java chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/script/internal/series/data/GanttDataImpl.java chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/script/internal/series/data/SeriesDataImpl.java chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/script/internal/series/data/SimpleDataImpl.java chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/script/internal/series/data/StockDataImpl.java chart/org.eclipse.birt.chart.tests/src/org/eclipse/birt/chart/tests/AllTests.java chart/org.eclipse.birt.chart.tests/src/org/eclipse/birt/chart/tests/script/BaseChartTestCase.java chart/org.eclipse.birt.chart.tests/src/org/eclipse/birt/chart/tests/script/ChartTest.java chart/org.eclipse.birt.chart.tests/src/org/eclipse/birt/chart/tests/script/ChartWithAxesTest.java chart/org.eclipse.birt.chart.tests/src/org/eclipse/birt/chart/tests/script/ChartWithoutAxesTest.java chart/org.eclipse.birt.chart.tests/src/org/eclipse/birt/chart/tests/script/SimpleAPITest.java chart/org.eclipse.birt.chart.tests/src/org/eclipse/birt/chart/tests/script/component/AxisTest.java chart/org.eclipse.birt.chart.tests/src/org/eclipse/birt/chart/tests/script/component/CategoryTest.java chart/org.eclipse.birt.chart.tests/src/org/eclipse/birt/chart/tests/script/component/LegendTest.java chart/org.eclipse.birt.chart.tests/src/org/eclipse/birt/chart/tests/script/component/MarkerLineTest.java chart/org.eclipse.birt.chart.tests/src/org/eclipse/birt/chart/tests/script/component/MarkerRangeTest.java chart/org.eclipse.birt.chart.tests/src/org/eclipse/birt/chart/tests/script/component/ValueSeriesTest.java chart/org.eclipse.birt.chart.tests/src/org/eclipse/birt/chart/tests/script/data/SeriesGroupingTest.java chart/org.eclipse.birt.chart.tests/src/org/eclipse/birt/chart/tests/script/scale/LinearScaleTest.java chart/org.eclipse.birt.chart.tests/src/org/eclipse/birt/chart/tests/script/scale/ScaleTest.java chart/org.eclipse.birt.chart.tests/src/org/eclipse/birt/chart/tests/script/scale/TimeScaleTest.java chart/org.eclipse.birt.chart.tests/src/org/eclipse/birt/chart/tests/script/series/BarSeriesTest.java chart/org.eclipse.birt.chart.tests/src/org/eclipse/birt/chart/tests/script/series/PieSeriesTest.java chart/org.eclipse.birt.chart.tests/src/org/eclipse/birt/chart/tests/script/series/SeriesTypeTest.java chart/org.eclipse.birt.chart.tests/src/org/eclipse/birt/chart/tests/script/series/StackableSeriesTest.java
Birt
2,854
179,880
Bug 179880 [Smoke][Automation][Regression] Preview failed in daily build 20070329
steps to reproduce - create a report design - preview report expected behavior: - report is previewed actual behavior: - failed to preview
2007-03-28 20:28:57
1,175,130,000
closed fixed
fb81d6b
1,175,140,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/html/HTMLAbstractLM.java
Birt
2,855
177,483
Bug 177483 [Regression] The value in chart area and legend area are different for Meter chart [0001]
null
2007-03-14 23:40:49
1,173,930,000
closed fixed
ef6a2a4
1,175,070,000
chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/computation/LegendBuilder.java
Birt
2,856
176,457
Bug 176457 Use container's column bindings in chart editor
null
2007-03-06 02:44:46
1,173,170,000
resolved fixed
91646f7
1,175,060,000
chart/org.eclipse.birt.chart.reportitem.ui/src/org/eclipse/birt/chart/reportitem/ui/ReportDataServiceProvider.java chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/reportitem/ChartReportItemQueryImpl.java
Birt
2,857
177,864
Bug 177864 Error message is not helpful when a BIRT function call has incorrect params
The attached report design contains a single data iten with expression BirtComp.like("a"). This expression has syntax error because BirtComp.like() function expects two parameters. Run this report in BIRT viewer and the only error you will get is: org.eclipse.birt.report.service.api.ReportServiceException: Error happened while running the report This error message is not helpful. It should have pointed to the source of the report design error, and has an exception call stack.
2007-03-16 20:55:52
1,174,090,000
resolved fixed
780ea3f
1,175,060,000
viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/service/BirtViewerReportService.java viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/service/ReportEngineService.java viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/service/actionhandler/AbstractChangeParameterActionHandler.java viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/service/actionhandler/AbstractRenderImageActionHandler.java viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/service/actionhandler/BirtChangeParameterActionHandler.java viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/service/actionhandler/BirtGetPageActionHandler.java viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/service/actionhandler/BirtGetPageAllActionHandler.java viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/service/actionhandler/BirtGetReportletActionHandler.java viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/service/actionhandler/BirtRenderReportActionHandler.java viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/service/actionhandler/BirtRunAndRenderActionHandler.java viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/service/actionhandler/BirtRunReportActionHandler.java viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/service/actionhandler/IActionHandler.java
Birt
2,858
179,636
Bug 179636 [Smoke] Chart can not be previewed [0001]
Description: Chart can not be previewed Build number: 2.2.0.v20070328-0630 Steps to reproduce: 1. New a chart, preview. Expected result: Chart is displayed correctly. Actual result: Chart can not be previewed. Error log: N/A
2007-03-27 22:16:28
1,175,050,000
closed fixed
264012f
1,175,050,000
viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/presentation/aggregation/layout/EngineFragment.java viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/utility/ParameterAccessor.java
Birt
2,859
177,504
Bug 177504 Engine doesn't provide SubQuery for extended item
Engine doesn't provide SubQuery for extended item, so chart can't use container's binding to execute the query. If possible, engine could provide an option for extended item to choose whether engine could create the query, so extended item won't create SubQuery by itself.
2007-03-15 04:24:32
1,173,950,000
resolved fixed
b4780e4
1,175,050,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/data/dte/ReportQueryBuilder.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/ExtendedItemExecutor.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/extension/internal/ExtensionManager.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/extension/internal/RowSet.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/presentation/LocalizedContentVisitor.java
Birt
2,860
179,230
Bug 179230 [Smoke]Nested report items throw exception when previewed[02]
[Smoke]Nested report items throw exception when previewed[02] Build number: 2.2.0.v20070326-0630 Steps to reproduce: 1.New a 3 *3 table 2.Put a label with content "abc" in the table cell (0,0), revert the label to template report item 3.Revert the table to the template report item 4.preview Expected result: No exception thrown and displayed properly Actual result: Exception thrown Error log: Error happened while running the report; nested exception is: org.eclipse.birt.report.engine.api.EngineException: Error happened while running the report org.eclipse.birt.report.service.actionhandler.BirtGetPageAllActionHandler.__execute(Unknown Source) org.eclipse.birt.report.service.actionhandler.AbstractBaseActionHandler.execute(Unknown Source) org.eclipse.birt.report.soapengine.processor.AbstractBaseDocumentProcessor.__executeAction(Unknown Source) org.eclipse.birt.report.soapengine.processor.AbstractBaseComponentProcessor.executeAction(Unknown Source) org.eclipse.birt.report.soapengine.processor.BirtDocumentProcessor.handleGetPageAll(Unknown Source) sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) java.lang.reflect.Method.invoke(Method.java:585) org.eclipse.birt.report.soapengine.processor.AbstractBaseComponentProcessor.process(Unknown Source) org.eclipse.birt.report.soapengine.endpoint.BirtSoapBindingImpl.getUpdatedObjects(Unknown Source) sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) java.lang.reflect.Method.invoke(Method.java:585) org.apache.axis.providers.java.RPCProvider.invokeMethod(RPCProvider.java:397) org.apache.axis.providers.java.RPCProvider.processMessage(RPCProvider.java:186) org.apache.axis.providers.java.JavaProvider.invoke(JavaProvider.java:323) org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:32) org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118) org.apache.axis.SimpleChain.invoke(SimpleChain.java:83) org.apache.axis.handlers.soap.SOAPService.invoke(SOAPService.java:453) org.apache.axis.server.AxisServer.invoke(AxisServer.java:281) org.apache.axis.transport.http.AxisServlet.doPost(AxisServlet.java:699) org.eclipse.birt.report.servlet.BirtSoapMessageDispatcherServlet.doPost(Unknown Source) javax.servlet.http.HttpServlet.service(HttpServlet.java:760) org.apache.axis.transport.http.AxisServletBase.service(AxisServletBase.java:327) javax.servlet.http.HttpServlet.service(HttpServlet.java:853) org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:247) org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193) org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:256) org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643) org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480) org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995) org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191) org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643) org.apache.catalina.valves.CertificatesValve.invoke(CertificatesValve.java:246) org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641) org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480) org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995) org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2422) org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:180) org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643) org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:171) org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641) org.eclipse.tomcat.internal.EclipseErrorReportValve.invoke(EclipseErrorReportValve.java:153) org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641) org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480) org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995) org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:174) org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643) org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480) org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995) org.apache.coyote.tomcat4.CoyoteAdapter.service(CoyoteAdapter.java:199) org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:828) org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:700) org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:584) org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:683) java.lang.Thread.run(Thread.java:595)
2007-03-25 23:06:22
1,174,880,000
closed fixed
9c46df4
1,174,990,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/data/dte/ReportQueryBuilder.java
Birt
2,861
175,954
Bug 175954 Data Engine throws DataException when runtime query has multiple copies of the columns of the design-time query
When the column meta data returned by the runtime query has multiple copies of the columns of the design-time query initially specified (say, in the ODA session response), the BIRT viewer will throw a DataException. For example, if the initial design-time query specified is "select customername from customers" -- which has 1 field -- and the runtime query is "select customername, customername from customers" -- which duplicates the field of the initial query, then a DataException will be thrown by the data engine. This is incorrect behavior because as long as the runtime query covers all the columns initially requested, the query should work. Specifically, the location that throws the DataException is at org.eclipse.birt.data.engine.executor.ResultClass.doSave(): public void doSave( OutputStream outputStream, Map requestColumnMap ) throws DataException { ... ... if ( writeCount != size ) throw new DataException( ResourceConstants.RESULT_CLASS_SAVE_ERROR ); } Call stack: DataException.<init>(String) line: 43 ResultClass.doSave(OutputStream, Map) line: 196 CachedResultSet.doSave(StreamWrapper, boolean) line: 230 RDSaveUtil.saveForGeneration(IResultIterator, int, int[]) line: 95 RDSaveUtil.saveResultIterator(IResultIterator, int, int[]) line: 60 RDSave.saveResultIterator(IResultIterator, int, int[]) line: 160 ResultIterator$RDSaveHelper.doSave(Map, boolean) line: 774 ResultIterator$RDSaveHelper.doSaveExpr(Map) line: 739 BindingColumnsEvalUtil.getColumnsValue() line: 160 ResultIterator.prepareCurrentRow() line: 347 ResultIterator.next() line: 192 DteResultSet.next() line: 196 TableItemExecutor(QueryItemExecutor).executeQuery() line: 64 TableItemExecutor.execute() line: 72
2007-02-28 18:31:39
1,172,710,000
resolved fixed
e443e2e
1,174,980,000
data/org.eclipse.birt.data.tests/test/org/eclipse/birt/data/engine/binding/FeaturesTest.java data/org.eclipse.birt.data.tests/test/org/eclipse/birt/data/engine/executor/cache/MemoryCacheTest.java data/org.eclipse.birt.data.tests/test/org/eclipse/birt/data/engine/executor/cache/SizeOfUtilTest.java data/org.eclipse.birt.data.tests/test/org/eclipse/birt/data/engine/olap/util/OlapExpressionUtilTest.java data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/executor/OdaResultSet.java data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/executor/ResultClass.java data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/document/util/BaseExprDataResultSet.java data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/document/viewing/ExprMetaUtil.java data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/odaconsumer/PreparedStatement.java
Birt
2,862
177,693
Bug 177693 Support Date/Time data type in BIRT report engine.
Report engine needs to support new BIRT data type Date/Time. Please see attached for details.
2007-03-15 22:40:31
1,174,010,000
resolved fixed
ea9ee10
1,174,970,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/IScalarParameterDefn.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/ReportParameterConverter.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/ReportRunner.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/ParameterSelectionChoice.java
Birt
2,863
178,936
Bug 178936 Exception is thrown out when you choose "Step Size" Radio button [0001]
Description: Exception is thrown out when you choose "Step Size" Radio button. Build number: 2.2.0.v20070322-0630 Steps to reproduce: 1. New a sample data source, data set: select * from CLASSICMODELS.CUSTOMERS. 2. New a Bar Chart, Category (X) Series: row["CUSTOMERNUMBER"], Value (Y) Series: row["CUSTOMERNUMBER"]. 3. In "Format Chart" tab, select "X-Axis" node, click "Gridlines" button, untick "Is Category Axis" checkbox. 4. Click "Scale" button, choose "Step Size" Radio button. Expected result: No exception is thrown out. Actual result: Exception is thrown out. Error log: java.lang.NullPointerException at org.eclipse.birt.chart.ui.swt.wizard.format.popup.AbstractScaleSheet.handleEvent(AbstractScaleSheet.java:287) at org.eclipse.birt.chart.ui.swt.composites.TextEditorComposite.notifyListeners(TextEditorComposite.java:282) at org.eclipse.birt.chart.ui.swt.wizard.format.popup.AbstractScaleSheet.handleEvent(AbstractScaleSheet.java:354) 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:3490) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3104) at org.eclipse.jface.window.Window.runEventLoop(Window.java:820) at org.eclipse.jface.window.Window.open(Window.java:796) at org.eclipse.birt.core.ui.frameworks.taskwizard.WizardBase.open(WizardBase.java:104) at org.eclipse.birt.chart.ui.swt.wizard.ChartWizard.open(ChartWizard.java:198) at org.eclipse.birt.chart.reportitem.ui.ChartReportItemBuilderImpl.open(ChartReportItemBuilderImpl.java:185) at org.eclipse.birt.report.designer.internal.ui.extension.ExtendedEditPart.performDirectEdit(ExtendedEditPart.java:153) at org.eclipse.birt.report.designer.internal.ui.editors.schematic.editparts.ReportElementEditPart.performRequest(ReportElementEditPart.java:133) at org.eclipse.gef.tools.SelectEditPartTracker.performOpen(SelectEditPartTracker.java:187) at org.eclipse.gef.tools.SelectEditPartTracker.handleDoubleClick(SelectEditPartTracker.java:131) at org.eclipse.gef.tools.AbstractTool.mouseDoubleClick(AbstractTool.java:944) at org.eclipse.gef.tools.SelectionTool.mouseDoubleClick(SelectionTool.java:501) at org.eclipse.gef.EditDomain.mouseDoubleClick(EditDomain.java:204) at org.eclipse.gef.ui.parts.DomainEventDispatcher.dispatchMouseDoubleClicked(DomainEventDispatcher.java:285) at org.eclipse.draw2d.LightweightSystem$EventHandler.mouseDoubleClick(LightweightSystem.java:508) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:174) 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:3490) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3104) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2264) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2228) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2103) at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:457) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:289) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:452) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:101) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:146) 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:354) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:169) 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:476) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:416) at org.eclipse.equinox.launcher.Main.run(Main.java:1124)
2007-03-22 23:06:55
1,174,620,000
closed fixed
acaf6d3
1,174,970,000
chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/composites/TextEditorComposite.java
Birt
2,864
178,489
Bug 178489 [Deployment]Error log isn't printed in log file when using framset set method[0601]
null
2007-03-21 02:48:16
1,174,460,000
closed fixed
8cefc95
1,174,960,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/RenderTask.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/RunTask.java
Birt
2,865
178,465
Bug 178465 Group change causes failure in the Web Viewer
Attached report has script on the group onprepare method which determines the keyexpr based a on a report parameter. When ran in the M5 build this fails in the Web Viewer. Jason
2007-03-20 19:51:33
1,174,430,000
resolved fixed
0bac24c
1,174,960,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/QueryItemExecutor.java
Birt
2,866
178,342
Bug 178342 Bookmark hyperlinks are very slow
I designed a report off the sample db that list orders in one table and order details right below. I then added a hyperlink to the top table to link to a bookmark in the details table below. I set the bookmark appropriately. This report works fine when I choos "View Report in Web Viewer" The links are very fast. When I choose "View Report in HTML" The hyperlink is very slow. It appears to be regenerating or something. The report is attached. Jason
2007-03-20 13:14:42
1,174,410,000
resolved fixed
c1031e0
1,174,960,000
viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/service/ViewerHTMLActionHandler.java
Birt
2,867
178,710
Bug 178710 org.eclipse.birt.report.designer.tests has compile error in daily build 20070322-0630
org.eclipse.birt.report.designer.tests has compile error in daily build 20070322-0630. Please see the attachment for details.
2007-03-21 22:15:21
1,174,530,000
closed fixed
599b948
1,174,870,000
UI/org.eclipse.birt.report.designer.tests/src/org/eclipse/birt/report/designer/tests/example/matrix/ExtendedElement.java
Birt
2,868
177,498
Bug 177498 A width of columns in table/grid should not be the same by default if shrink property is ON
Now the width of all columns in table/grid is the same if "width" property is empty and "shrink" property is ON. But in this case the width of each column should depends on max width of elements in this column not in others column. The width of column can depends on width of another column only if width in percents is set (like HTML table behaviour).
2007-03-15 03:56:45
1,173,950,000
resolved fixed
f6e5c01
1,174,670,000
engine/org.eclipse.birt.report.engine.emitter.html/src/org/eclipse/birt/report/engine/emitter/html/HTMLReportEmitter.java
Birt
2,869
150,151
Bug 150151 [Accessibility] BIRT SWT chart is not high contrast compliant
The BIRT chart presented in the test log viewer is not displayed properly in high contrast mode. The background color remains white. The labels at the right legend are still using the same font.
2006-07-10 11:04:11
1,152,540,000
closed fixed
c5c937f
1,174,660,000
chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/impl/ChartImpl.java
Birt
2,870
168,837
Bug 168837 The gradient with transparent color does not work [0001]
Description: The background gradient color does not work. Build number: 2.1.2.v20061221-0710 Steps to reproduce: 1. Preview the attached design file. Expected result: Background gradient color both work when preview and in Layout. Actual result: Background gradient color does not work when preview but work in Layout. Error log: N/A
2006-12-21 05:39:54
1,166,700,000
closed fixed
23e18d9
1,174,580,000
chart/org.eclipse.birt.chart.device.svg/src/org/eclipse/birt/chart/device/svg/SVGGraphics2D.java
Birt
2,871
177,691
Bug 177691 Support Date/Time type in BIRT.
We plan to support Date/Time type in BIRT. Please refer to attached document/patch file for necessary info.
2007-03-15 22:34:21
1,174,010,000
resolved fixed
e9adb03
1,174,550,000
model/org.eclipse.birt.report.model.adapter.oda/src/org/eclipse/birt/report/model/adapter/oda/impl/DataSetParameterAdapter.java model/org.eclipse.birt.report.model.tests/test/org/eclipse/birt/report/model/api/ParameterValidationUtilTest.java model/org.eclipse.birt.report.model.tests/test/org/eclipse/birt/report/model/api/ScalarParameterHandleTest.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/elements/DesignChoiceConstants.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/util/ParameterValidationUtil.java
Birt
2,872
177,704
Bug 177704 Chart that inherits data from container can't use parameter binding
In chart builder, choose "inherit data from container" and set parameter bindings for chart(change the default value in the parameter dialog), and find it's invalid. The real reason is SubQueryDefinition doesn't support setting parameter bindings just as QueryDefinition. However, chart builder allows user to set it. Need to fix this issue either by UI change or by adding data support.
2007-03-16 02:46:18
1,174,030,000
resolved fixed
b85dbc9
1,174,540,000
chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/wizard/TaskSelectData.java
Birt
2,873
176,107
Bug 176107 row.__rownum cannot be directly used as group key
Create a table that bind it to a data set. Insert a group. For the Group On field, click on the "..." button to edit the expression, and select from "Availble Column Bindings" | "Table" | "RowNum". This creates a Group On Expression "row.__rownum". The resulting report design cannot be run. It produces error: Column binding "row.__rownum" does not exist. To workaround this, one must create another binding on the table and set its expression to "row.__rownum", then use the new binding as group key. This should not have been necessary. The "__rownum" binding should be implicitly available in all contexts that have a data set. E.g., it should be usable directly as group key, sort key, and in conditional format expressions, etc. Attached is a sample report that produces the error.
2007-03-01 17:06:35
1,172,790,000
resolved fixed
1286495
1,174,540,000
data/org.eclipse.birt.data.tests/test/org/eclipse/birt/data/engine/binding/GroupOnRowTest.java data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/expression/ExpressionCompilerUtil.java
Birt
2,874
178,179
Bug 178179 The order of included css files keeps unchanged when reloading
Xingjie once asked Rima this question, and Rima answered that the order kept unchanged. The question and answer are listed following: About reload css. Now there is duplicate style name problem. Which css file is added at last, which file has the highest priority. For example design file has two css file. base.css and new.css . Base.css ----- StyleA ----- StyleB New.css -----StyleA -----StyleC So the priority of new.css is higher. So we can get three styles: New.css.styleA, StyleB, StyleC When I execute reload base.css action, There is two choices. One is : keep every thing. That means the priority of new.css is higher too. Second is: After reload, priority of base.css is higher. And in report design you will see New.css -----StyleA -----StyleC Base.css ----- StyleA ----- StyleB And we can get three styles: base.css.styleA, styleB, styleC Which is the better choice? I will let Xiong send a bug about the choice that in future we can know the behavior. [Rima Kanguri] Always the priority of the last file included is highest. In your example the styles defined in New.css takes higher priority always. Even when user performs a reload operation.
2007-03-20 01:49:09
1,174,370,000
verified fixed
8a24e4b
1,174,460,000
model/org.eclipse.birt.report.model.tests/test/org/eclipse/birt/report/model/api/CssSharedStyleHandleTest.java model/org.eclipse.birt.report.model.tests/test/org/eclipse/birt/report/model/api/ReportDesignHandleTest.java model/org.eclipse.birt.report.model.tests/test/org/eclipse/birt/report/model/command/CssCommandTest.java model/org.eclipse.birt.report.model.tests/test/org/eclipse/birt/report/model/library/LibraryParseTest.java model/org.eclipse.birt.report.model.tests/test/org/eclipse/birt/report/model/library/LibraryThemeTest.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/CssSharedStyleHandle.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/DesignElementHandle.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/ModuleHandle.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/ReportDesignHandle.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/ThemeHandle.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/command/CssException.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/command/CssReloadedEvent.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/css/CssStyleSheetHandle.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/command/CssCommand.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/command/CssRecord.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/core/Module.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/css/CssNameManager.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/css/CssStyle.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/css/CssStyleSheetAdapter.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/css/CssStyleSheetHandleAdapter.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/css/StyleSheetLoader.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/elements/ICssStyleSheetOperation.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/elements/ReportDesign.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/elements/Theme.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/parser/IncludedCssStyleSheetListState.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/util/ModelUtil.java
Birt
2,875
178,164
Bug 178164 Use IEngineTask.status constants and remove unnecessary status variables in EngineTask.
1)Remove following redundant variables in EngineTask used for status info. protected final int RUNNING_STATUS_START = 0; protected final int RUNNING_STATUS_RUNNING = 1; protected final int RUNNING_STATUS_STOP = 2; EngineTask already has access to constants declared in IEngineTask. Use those instead. 2)Remove the unused errorHandlingOption in EngineTask.
2007-03-19 20:45:19
1,174,350,000
resolved fixed
22295cc
1,174,460,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/EngineTask.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/RenderTask.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/RunAndRenderTask.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/RunTask.java
Birt
2,876
178,404
Bug 178404 "Display Text:" and "Value:" on New Selection Choice are not externalized.
"Display Text:" and "Value:" on New Selection Choice are not externalized into the properties file. Please check the attached screen shot for detail.
2007-03-20 16:16:13
1,174,420,000
resolved fixed
940302f
1,174,460,000
UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/dialogs/SelectionChoiceDialog.java
Birt
2,877
177,690
Bug 177690 Overline, Underline, line-through is no effect on master page when preview as web view[00]
Details: Overline, Underline, line-through is no effect on master page when preview as web view Step: 1. New a report and add a label in masterpage header and footer. 2. Set the master page overline, underline, line-through. 3. Preview as web view. Actual result: Overline, Underline, line-through is no effect.
2007-03-15 22:13:35
1,174,010,000
closed fixed
ea55424
1,174,450,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/content/impl/AbstractContent.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/ReportExecutor.java
Birt
2,878
177,296
Bug 177296 Redundant Values are added to parameter list in preview mode.[0705]
Description: Redundant Values are added to parameter list in preview mode. Build number:2.2.0.v20070312 Steps to reproduce: 1. Open attached report. 2. Preview. 3. Select datetime value and click OK. 4. Click Show Report Parameters button, check values Expected result: Values are unchanged and only one datetime value in list. Actual result: Two same datetime values in list.
2007-03-14 06:26:31
1,173,870,000
closed fixed
6221432
1,174,450,000
viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/presentation/aggregation/parameter/ComboBoxParameterFragment.java viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/presentation/aggregation/parameter/RadioButtonParameterFragment.java viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/service/actionhandler/BirtGetCascadeParameterActionHandler.java
Birt
2,879
172,604
Bug 172604 Total.Rank result incorrect.
The Total.rank() aggregation function should follow Excel convention, that is, the identical values should only hold one place in rank. The following table give details: Value | Rank 20 | 3 10 | 4 30 | 2 30 | 2 40 | 1
2007-02-01 22:29:55
1,170,390,000
resolved fixed
7993f2b
1,174,370,000
data/org.eclipse.birt.data.tests/test/org/eclipse/birt/data/engine/aggregation/TotalTest.java
Birt
2,880
152,443
Bug 152443 Support boolean type in data set
Support boolean type in data set. It'll cause some data transform issue with absence of boolean type.
2006-08-01 05:56:48
1,154,430,000
closed fixed
7b2ee2d
1,174,370,000
core/org.eclipse.birt.core/src/org/eclipse/birt/core/data/DataTypeUtil.java data/org.eclipse.birt.data.tests/test/org/eclipse/birt/data/engine/odaconsumer/PreparedStatementTest.java 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/odaconsumer/DataTypeUtil.java data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/odaconsumer/PreparedStatement.java data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/odaconsumer/ResultSet.java data/org.eclipse.birt.report.data.oda.jdbc/src/org/eclipse/birt/report/data/oda/jdbc/Statement.java
Birt
2,881
176,979
Bug 176979 invalid reference: add column name to exception
How can I find out, which reference is broken, from such exception? Please always specify argument in such exceptions. Thanks 13:26:19,300 ERROR [STDERR] 12.3.2007 13:26:19 org.eclipse.birt.report.engine.data.dte.DteResultSet next SEVERE: Some columns reference in column binding do not exist. org.eclipse.birt.data.engine.core.DataException: Some columns reference in column binding do not exist. at org.eclipse.birt.data.engine.executor.ResultClass.doSave(ResultClass.java:196) at org.eclipse.birt.data.engine.executor.transform.CachedResultSet.doSave(CachedResultSet.java:225) at org.eclipse.birt.data.engine.impl.document.RDSaveUtil.saveForGeneration(RDSaveUtil.java:95) at org.eclipse.birt.data.engine.impl.document.RDSaveUtil.saveResultIterator(RDSaveUtil.java:60) at org.eclipse.birt.data.engine.impl.document.RDSave.saveResultIterator(RDSave.java:160) at org.eclipse.birt.data.engine.impl.ResultIterator$RDSaveHelper.doSave(ResultIterator.java:788) at org.eclipse.birt.data.engine.impl.ResultIterator$RDSaveHelper.doSaveExpr(ResultIterator.java:753) at org.eclipse.birt.data.engine.impl.BindingColumnsEvalUtil.getColumnsValue(BindingColumnsEvalUtil.java:160) at org.eclipse.birt.data.engine.impl.ResultIterator.prepareCurrentRow(ResultIterator.java:338) at org.eclipse.birt.data.engine.impl.ResultIterator.next(ResultIterator.java:192) at org.eclipse.birt.report.engine.data.dte.DteResultSet.next(DteResultSet.java:195) at org.eclipse.birt.report.engine.executor.QueryItemExecutor.executeQuery(QueryItemExecutor.java:65) at org.eclipse.birt.report.engine.executor.TableItemExecutor.execute(TableItemExecutor.java:73) at org.eclipse.birt.report.engine.layout.html.HTMLPageLM.layoutChildren(HTMLPageLM.java:123) at org.eclipse.birt.report.engine.layout.html.HTMLPageLM.layout(HTMLPageLM.java:81) at org.eclipse.birt.report.engine.layout.html.HTMLReportLayoutEngine.layout(HTMLReportLayoutEngine.java:85) at org.eclipse.birt.report.engine.presentation.ReportDocumentBuilder.build(ReportDocumentBuilder.java:143) at org.eclipse.birt.report.engine.api.impl.RunTask.doRun(RunTask.java:241) at org.eclipse.birt.report.engine.api.impl.RunTask.run(RunTask.java:140)
2007-03-12 08:42:36
1,173,700,000
resolved fixed
a688c78
1,174,360,000
data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/executor/ResultClass.java
Birt
2,882
177,996
Bug 177996 [Smoke]Can't click the button "View Report"[00]
[Smoke]Can't click the button "View Report"[00] Build number : 2.2.0.v20070319-1045 1.new a report 2.click button "viewer report" Expected result: view report works properly Actual result: Pop up a window and displayed "The chosen operation is not currently available" Error log: N/A
2007-03-19 01:50:45
1,174,280,000
closed fixed
5af7182
1,174,360,000
UI/org.eclipse.birt.report.designer.ui.preview.web/src/org/eclipse/birt/report/designer/ui/preview/Activator.java
Birt
2,883
178,166
Bug 178166 org.eclipse.birt.data has compile error in daily build 20070320
org.eclipse.birt.data has compile error in daily build 20070320. Please see the attachment for details
2007-03-19 22:14:20
1,174,360,000
closed fixed
0cd336e
1,174,360,000
data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/olap/util/OlapExpressionUtil.java
Birt
2,884
176,579
Bug 176579 Expose setGroupLevel() on IGroupContent interface
Currently IGroupContent interface doesn't expose setGroupLevel() method, this is required for custom IReportItemExecutor to construct the group content. following is the suggested code change: public int getGroupLevel( ) { if ( groupLevel != -1 ) { return groupLevel; } if ( generateBy instanceof GroupDesign ) { GroupDesign design = (GroupDesign) generateBy; return design.getGroupLevel( ); } return -1; } public void setGroupLevel( int level ) { this.groupLevel = level; }
2007-03-07 03:15:34
1,173,260,000
resolved fixed
0027280
1,174,290,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/content/impl/GroupContent.java
Birt
2,885
172,819
Bug 172819 Error occurs when input Invalid Query in stored procedure data set [07]
Description: Error occurs when input Invalid Query in stored procedure data set [07] Build number: 2.2.0.v20070205-0630 Steps to reproduce: 1, New a Oracle stored procedure data set 2, Input Query Text: {call ROOT.TEST_MJ(?,?,?,?)} 3, Preview the results Expected result: Invalid Query message pops up Actual result: The error log pops up, and we can only press cancel to stop the operation Error log: java.lang.IndexOutOfBoundsException: Index: 3, Size: 3 at java.util.ArrayList.RangeCheck(ArrayList.java:546) at java.util.ArrayList.get(ArrayList.java:321) at org.eclipse.birt.report.data.oda.jdbc.CallStatement.getParameterMetaData(CallStatement.java:1289) at org.eclipse.birt.report.data.oda.jdbc.ui.editors.SQLUtility.setParameterMetaData(SQLUtility.java:123) at org.eclipse.birt.report.data.oda.jdbc.ui.editors.SQLUtility.saveDataSetDesign(SQLUtility.java:86) at org.eclipse.birt.report.data.oda.jdbc.ui.editors.SQLDataSetEditorPage.collectDataSetDesign(SQLDataSetEditorPage.java:446) at org.eclipse.datatools.connectivity.oda.design.internal.ui.DataSetWizardPageCore.finishDataSetDesign(DataSetWizardPageCore.java:366) at org.eclipse.datatools.connectivity.oda.design.internal.ui.DataSetWizardBase.collectDataSetDesignFromPage(DataSetWizardBase.java:326) at org.eclipse.datatools.connectivity.oda.design.internal.ui.DataSetWizardBase.finishDataSetDesign(DataSetWizardBase.java:349) at org.eclipse.datatools.connectivity.oda.design.internal.ui.DataSetWizardBase.getResponseSession(DataSetWizardBase.java:98) at org.eclipse.datatools.connectivity.oda.design.internal.designsession.DataSetDesignSessionBase.finishDataSetDesign(DataSetDesignSessionBase.java:332) at org.eclipse.datatools.connectivity.oda.design.internal.designsession.DataSetDesignSessionBase.finish(DataSetDesignSessionBase.java:167) at org.eclipse.datatools.connectivity.oda.design.ui.designsession.DataSetDesignSession.finish(DataSetDesignSession.java:153) at org.eclipse.birt.report.designer.data.ui.dataset.DataSetEditor.performOk(DataSetEditor.java:379) at org.eclipse.birt.report.designer.data.ui.property.AbstractPropertyDialog.okPressed(AbstractPropertyDialog.java:600) at org.eclipse.birt.report.designer.data.ui.dataset.DataSetEditor.okPressed(DataSetEditor.java:548) at org.eclipse.birt.report.designer.data.ui.property.AbstractPropertyDialog.buttonPressed(AbstractPropertyDialog.java:475) at org.eclipse.jface.dialogs.Dialog$3.widgetSelected(Dialog.java:638)
2007-02-04 22:19:57
1,170,650,000
closed fixed
b9f2076
1,174,290,000
data/org.eclipse.birt.report.data.oda.jdbc/src/org/eclipse/birt/report/data/oda/jdbc/CallStatement.java
Birt
2,886
176,675
Bug 176675 Errors/Failures found in JUnit test of org.eclipse.birt.core.tests.
Errors/Failures found in JUnit test of org.eclipse.birt.core.tests in daily build 20070308. The build runs from HEAD version. Please see the attachment for details.
2007-03-07 23:10:25
1,173,330,000
closed fixed
e084260
1,174,290,000
core/org.eclipse.birt.core.tests/test/org/eclipse/birt/core/data/ExpressionUtilTest.java
Birt
2,887
176,800
Bug 176800 Errors/Failures found in Junit test of org.eclipse.birt.report.model.adapter.oda.tests in daily build 20070309
Errors/Failures found in Junit test of org.eclipse.birt.report.model.adapter.oda.tests in daily build 20070309. Please see the attachment for details
2007-03-09 04:45:53
1,173,430,000
closed fixed
ea88942
1,174,280,000
model/org.eclipse.birt.report.model.adapter.oda.tests/test/org/eclipse/birt/report/model/adapter/oda/api/OdaDataSetAdapterTest.java model/org.eclipse.birt.report.model.adapter.oda.tests/test/org/eclipse/birt/report/model/adapter/oda/api/OdaDataSourceAdapterTest.java
Birt
2,888
177,870
Bug 177870 Allow design-time data set cache to be controlled solely by AppContext
This is to request that BIRT allows data set caches to be controllable solely by runtime parameters/settings, without the application having to update the report design to set data set cache preferences. Since BIRT DataEngine already reads request Application Context to determine if data set cache should be disabled, we will expand AppContext to allow the application to enable data set cache and to set max row count. The following new application context key will be introduced: org.eclipse.birt.data.cache.RowLimit The value of this app context is expected to be an integer. Its value can be: 0: Disable data set cache regardless of report design settings and DataEngineContext settings. Positive integer: Enable data set cache. This row limit will be used for ALL data sets, regardless of settings on individual data set designs. If this key is absent in the appcontext, or if its value is not a non-negative integer (including NULL), we will following current rules to determine cache settings. As part of this change, we will also deprecate existing app context key "org.eclipse.birt.data.engine.dataset.cache.option". Its declaration in DataEngine class should be marked deprecated. We will continue to read and handle its value, but the user is encouraged to use the new key "org.eclipse.birt.data.cache.RowLimit" (by setting its value to 0).
2007-03-16 22:16:54
1,174,100,000
resolved fixed
8039bef
1,174,200,000
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/api/DataEngine.java data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/executor/DataSetCacheManager.java data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/DataSetCacheUtil.java data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/PreparedDataSourceQuery.java data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/PreparedJointDataSourceQuery.java data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/PreparedOdaDSQuery.java data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/PreparedScriptDSQuery.java
Birt
2,889
171,979
Bug 171979 [Automation]The result of total.mode() is wrong
1. use the attached report 2. preview Expected Result: Total.mode(row["Decimal"]) returns "0.000000000009". Total.mode(row["date"]) returns "1/12/2003 08:17:17 AM", "1/12/2005 09:18:16 AM" and "1/12/2007 11:20:16 AM". Actual Result: Total.mode(row["Decimal"]) returns "0". Total.mode(row["date"]) returns nothing.
2007-01-29 02:53:51
1,170,060,000
closed fixed
c39933d
1,174,040,000
data/org.eclipse.birt.data.tests/test/org/eclipse/birt/data/engine/aggregation/TotalTest.java
Birt
2,890
177,720
Bug 177720 NPE exception occured while open or save report in sample report view. [00]
Build number:v2.2.0 20070316 Description: If user dosen't select the report node, NPE exception occured while open or save report in sample report view. Step to reporduce: 1. open the sample report view 2. select a file folder node and click save or open button Actual result: NPE exception occured. Error log: java.lang.ClassCastException: org.eclipse.birt.report.designer.ui.samplesview.sampleslocator.SampleReportsEntry at org.eclipse.birt.report.designer.ui.samplesview.action.ExportSampleReportAction.run(ExportSampleReportAction.java:43) at org.eclipse.jface.action.Action.runWithEvent(Action.java:498) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:545) at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:490) at org.eclipse.jface.action.ActionContributionItem$6.handleEvent(ActionContributionItem.java:443) 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:3490) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3104) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2264) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2228) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2103) at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:457) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:289) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:452) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:101) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:146) 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:354) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:169) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:476) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:416) at org.eclipse.equinox.launcher.Main.run(Main.java:1124)
2007-03-16 05:33:52
1,174,040,000
closed fixed
afe80b1
1,174,040,000
UI/org.eclipse.birt.report.designer.ui.samplesview/src/org/eclipse/birt/report/designer/ui/samplesview/view/ReportExamples.java
Birt
2,891
177,722
Bug 177722 Open the ScriptedDatasourceExampleAfter.rptdesign in the sample report view will throw NPE [00]
Build number: v2.2.0 20070316 Description: Open the ScriptedDatasourceExampleAfter.rptdesign in the sample report view will throw NPE Step to reproduce: 1. open the sample report view 2. select the ScriptedDatasourceExampleAfter.rptdesign and click open button Actual result: NPE exception occured Error log: java.lang.NullPointerException at org.eclipse.birt.report.designer.ui.samples.ide.action.IDEOpenSampleReportAction.run(IDEOpenSampleReportAction.java:178) at org.eclipse.jface.action.Action.runWithEvent(Action.java:498) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:545) at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:490) at org.eclipse.jface.action.ActionContributionItem$6.handleEvent(ActionContributionItem.java:443) 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:3490) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3104) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2264) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2228) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2103) at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:457) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:289) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:452) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:101) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:146) 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:354) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:169) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:476) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:416) at org.eclipse.equinox.launcher.Main.run(Main.java:1124)
2007-03-16 05:41:39
1,174,040,000
closed fixed
3625f34
1,174,040,000
UI/org.eclipse.birt.report.designer.ui.samples.ide/src/org/eclipse/birt/report/designer/ui/samples/ide/action/IDEOpenSampleReportAction.java
Birt
2,892
176,141
Bug 176141 Page break displayed in html when hyperlinked to rptdocument file[04]
Page break displayed in html when hyperlinked to rptdocument file[04] Build number :2.2.0.v20070302-1053 Steps to reproduce: 1.new a report :target.rptdesign 2.insert a label ,input "page 1" insert another label,input "page 2",set page break before to this label 3.preview in web viewer and copy target.rptdocument to the project folder 4.new another report:link.rptdesign 5.insert a label ,input "link to a rptdocument ",select the label and switch to hyperlink,set Drill through to the target.rptdocument 6.preview in layout ,click the label Expected result: No page break displayed in html Actual result: Master page footer displayed ,see attached screen shot Error log: N/A
2007-03-02 01:59:07
1,172,820,000
closed fixed
3ff1d00
1,174,020,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/RenderTask.java
Birt
2,893
131,577
Bug 131577 Script Access to Factory/Presentation Mode
There is no easy way from within BIRT scripting to access whether a report is in factoryMode or presentationMode. The ExecutionContext object on the ReportContextImpl class has this information, but it is not available through scripting. I wonder if it makes sense to just expose the ExecutionContext and let the developer get the ExecutionContext or work from there, or if it is better to maintain an abstraction layer off of the ExecutionContext with all of the functionality wrapped off. To me it is more useful to divide the script functions into some that are basic and fully supported and others that are in the category of Kung-Fu scripting where the developer has to have a relatively high level of experience. So if we decide this is a basic function, we expose the factory mode in the IReportContext interface. If it is deemed to be Kung-Fu scripting, then we just expose a handle to the ExecutionContext and let developers figure it themselves. Thoughts?
2006-03-13 13:59:14
1,142,280,000
resolved fixed
cb5665c
1,174,020,000
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/IEngineTask.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/AbstractRunTask.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/DataExtractionTask.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/EngineTask.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/GetParameterDefinitionTask.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/RenderTask.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/RunAndRenderTask.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/RunTask.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/IReportContext.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/ExecutionContext.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/script/internal/ReportContextImpl.java
Birt
2,894
173,601
Bug 173601 [regression]Group should begin from the second page when setting group page break before to always[0001]
[regression]Group should begin from the second page when setting group page break before to always[0001] Build number: 2.2.0.v20070209-0630 Steps to reproduce: 1.new a report 2.new a sample DB data source and select the OFFICES table as data set 3.drag the data set to layout and add a group on COUNTRY and set page break before to always 4.preview in web viewer/pdf/postscript Expected result: There'll be 6 pages,group begins from the second page Actual result: 5 pages displayed ,group begins from the first page Error log: N/A
2007-02-09 02:55:00
1,171,010,000
closed fixed
54f03a7
1,173,940,000
engine/org.eclipse.birt.report.engine.tests/test/org/eclipse/birt/report/engine/AllTests.java engine/org.eclipse.birt.report.engine.tests/test/org/eclipse/birt/report/engine/layout/pdf/PDFTableGroupLMTest.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/PDFTableBandLM.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/PDFTableLM.java
Birt
2,895
176,450
Bug 176450 Support link to CSS Feature(Model Part)
null
2007-03-06 00:32:29
1,173,160,000
verified fixed
a1b8452
1,173,930,000
model/org.eclipse.birt.report.model.tests/test/org/eclipse/birt/report/model/api/CssSharedStyleHandleTest.java model/org.eclipse.birt.report.model.tests/test/org/eclipse/birt/report/model/api/ReportDesignHandleTest.java model/org.eclipse.birt.report.model.tests/test/org/eclipse/birt/report/model/command/CssCommandTest.java model/org.eclipse.birt.report.model.tests/test/org/eclipse/birt/report/model/library/LibraryParseTest.java model/org.eclipse.birt.report.model.tests/test/org/eclipse/birt/report/model/library/LibraryThemeTest.java model/org.eclipse.birt.report.model.tests/test/org/eclipse/birt/report/model/parser/ReportDesignParseTest.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/IResourceLocator.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/IncludedCssStyleSheetHandle.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/LibraryHandle.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/ModuleHandle.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/ReportDesignHandle.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/StructureFactory.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/ThemeHandle.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/activity/NotificationEvent.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/command/CssEvent.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/command/CssException.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/command/CssReloadedEvent.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/css/CssStyleSheetHandle.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/elements/structures/IncludedCssStyleSheet.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/command/ComplexPropertyCommand.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/command/CssCommand.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/command/CssRecord.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/command/PropertyCommand.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/command/ThemeRecord.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/core/Module.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/core/ReferenceableElement.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/css/CssNameManager.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/css/CssStyle.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/css/CssStyleSheet.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/css/StyleSheetLoader.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/elements/ICssStyleSheetOperation.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/elements/ReportDesign.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/elements/Theme.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/elements/interfaces/IReportDesignModel.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/elements/interfaces/IThemeModel.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/i18n/MessageConstants.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/parser/IncludedCssStyleSheetListState.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/parser/ListPropertyState.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/parser/StructureState.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/util/ModelUtil.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/writer/DesignWriter.java model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/writer/LibraryWriter.java
Birt
2,896
177,108
Bug 177108 A height will be added to the last row in XML source when adjusting the width of the column[00]
A height will be added to the last row in XML source when adjusting the width of the column[00] Build number: 2.2.0.v20070313-0630 Steps to reproduce: 1.new a report 2.insert a 3*3 grid and add borders to all the cells,drag mouse to adjust the width of the thrid column,switch to XML Source, "<property name="height">0.2395833333in</property>" displayed 3.preview in PDF Expected result: height of three rows is the same Actual result: The third column is higher than the two others Error log: N/A
2007-03-13 03:14:17
1,173,770,000
closed fixed
3883982
1,173,930,000
UI/org.eclipse.birt.report.designer.core/src/org/eclipse/birt/report/designer/core/model/schematic/TableHandleAdapter.java
Birt
2,897
177,472
Bug 177472 org.eclipse.birt.report.data.adapter has compile error in daily build 20070315
org.eclipse.birt.report.data.adapter has compile error in daily build 20070315. The build runs from HEAD. Please see the attachment for details.
2007-03-14 22:11:42
1,173,920,000
closed fixed
18378cc
1,173,930,000
data/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/impl/DataRequestSessionImpl.java
Birt
2,898
176,794
Bug 176794 Border in pdf is overlap[00]
Details: Border in pdf is overlap[00] Step: Please see the attached report and pdf. Actual result: The border is overlap.
2007-03-09 03:31:25
1,173,430,000
closed fixed
3839b75
1,173,860,000
engine/org.eclipse.birt.report.engine.tests/test/org/eclipse/birt/report/engine/layout/pdf/PDFTableLMTest.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/PDFTableLM.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/cache/TableAreaLayout.java
Birt
2,899
176,674
Bug 176674 Errors/Failures found in JUnit test of org.eclipse.birt.report.engine.emitter.html.tests
Errors/Failures found in JUnit test of org.eclipse.birt.report.engine.emitter.html.tests in daily build 20070308. The build runs from HEAD version. Please see the attachment for details.
2007-03-07 23:06:03
1,173,330,000
closed fixed
12558b6
1,173,860,000
engine/org.eclipse.birt.report.engine.emitter.html.tests/test/org/eclipse/birt/report/engine/emitter/html/MetadataEmitterTest.java
Birt
2,900
123,876
Bug 123876 Justification does not work in PDF
Justification of a text field works in HTML, doesn't work in PDF.
2006-01-14 10:17:04
1,137,250,000
resolved fixed
07ddcf4
1,173,860,000
engine/org.eclipse.birt.report.engine.emitter.pdf/src/org/eclipse/birt/report/engine/emitter/pdf/PDFEmitter.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/PDFLineAreaLM.java
Birt
2,901
177,274
Bug 177274 Default projects of different drill through target file are the same[04]
Default projects of different drill through target file are the same[04] Build number: 2.2.0.v20070313-0630 1.new a report project ,name:aa 2.new a report test1.rptdesign in aa,drag a label in layout and input "test1" 3.new a report project, name:bb 4.new a report test2.rptdesign in bb,drag a label in layout and input "test2" 5.select the label in test1.rptdesign,switch to hyperlink,choose drill-through,click the button "Browse For File",you'll see aa project 6.select the label in test2.rptdesign,same as step 5,you'll still see aa project Expected result: in step5,you see aa project in step6,you see bb project Actual result: both are aa project error log: N/A
2007-03-14 02:46:51
1,173,850,000
closed fixed
1a02561
1,173,860,000
UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/dialogs/HyperlinkBuilder.java
Birt
2,902
172,431
Bug 172431 [eclipse3.3only]BPS17-4.5 Adding Date picker to input DateTime value for Axis Scale
In Axis Scale dialog, provide a Data picker next to the input box for convenience of inputting DataTime value.
2007-02-01 03:14:11
1,170,320,000
resolved fixed
90ed857
1,173,860,000
chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/composites/DateTimeDataElementComposite.java chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/composites/NumberDataElementComposite.java chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/composites/TextEditorComposite.java chart/org.eclipse.birt.chart.ui.extension/src/org/eclipse/birt/chart/ui/swt/wizard/format/popup/AbstractScaleSheet.java
Birt
2,903
175,785
Bug 175785 Issue about visibility property pane in Property Editor.[00]
Description: Issue about visibility property pane in Property Editor. Build number:2.2.0.v200702280630 Steps to reproduce: 1. Insert a Label item. 2. Select Property Editor view->Visibility, tick on Hide Element->For specific outputs... Expected result: Display all supported output format for choose. Actual result: Cannot scroll down to see all output formats, only doc and html can be seen, see attached. Error log:N/A
2007-02-28 00:25:52
1,172,640,000
closed fixed
27ed65e
1,173,850,000
UI/org.eclipse.birt.report.designer.ui.views/src/org/eclipse/birt/report/designer/internal/ui/views/attributes/page/VisibilityPage.java UI/org.eclipse.birt.report.designer.ui.views/src/org/eclipse/birt/report/designer/internal/ui/views/attributes/section/OutputSection.java
Birt
2,904
177,260
Bug 177260 [Smoke]can't create any data set [07]
[Smoke]can't create any data set [07] Build number: 2.2.0.v20070314-0630 Steps to reproduce: 1.new a sapmle DB data source 2.new a data set and input query:select * from CLASSICMODELS.CUSTOMERS,click finish Expected result: data set can be created Actual result: Exception thrown Error log: java.lang.Error: Unresolved compilation problems: The import org.eclipse.birt.data.engine.olap.data cannot be resolved The import org.eclipse.birt.data.engine.olap.data cannot be resolved The import org.eclipse.birt.data.engine.olap.data cannot be resolved The import org.eclipse.birt.data.engine.olap.data cannot be resolved The import org.eclipse.birt.data.engine.olap.data cannot be resolved The import org.eclipse.birt.data.engine.olap.data cannot be resolved Exception BirtException is not compatible with throws clause in DataRequestSession.defineCube(CubeHandle) CubeMaterializer cannot be resolved to a type CubeMaterializer cannot be resolved to a type ILevelDefn cannot be resolved to a type ILevelDefn cannot be resolved to a type CubeElementFactory cannot be resolved HierarchyHandle.DATA_SET_PROP cannot be resolved IHierarchy cannot be resolved to a type IDimension cannot be resolved to a type IDimension cannot be resolved to a type IDimension cannot be resolved to a type CubeHandle.DATA_SET_PROP cannot be resolved IDatasetIterator cannot be resolved to a type IDatasetIterator cannot be resolved to a type at org.eclipse.birt.report.data.adapter.impl.DataRequestSessionImpl.<init>(DataRequestSessionImpl.java:41) at org.eclipse.birt.report.data.adapter.impl.DataAdapterFactory.createSession(DataAdapterFactory.java:30) at org.eclipse.birt.report.data.adapter.api.DataRequestSession.newSession(DataRequestSession.java:78) at org.eclipse.birt.report.data.adapter.api.DataRequestSession.newSession(DataRequestSession.java:61) at org.eclipse.birt.report.designer.data.ui.dataset.DataSetUIUtil.updateColumnCache(DataSetUIUtil.java:80) at org.eclipse.birt.report.designer.data.ui.dataset.DataSetUIUtil.updateColumnCache(DataSetUIUtil.java:44) at org.eclipse.birt.report.designer.data.ui.dataset.DefaultDataSetWizard.performFinish(DefaultDataSetWizard.java:96) at org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDialog.java:699) at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:367) at org.eclipse.jface.dialogs.Dialog$3.widgetSelected(Dialog.java:638) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:215) 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:3490) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3104) at org.eclipse.jface.window.Window.runEventLoop(Window.java:820) at org.eclipse.jface.window.Window.open(Window.java:796) at org.eclipse.birt.report.designer.ui.actions.NewDataSetAction.run(NewDataSetAction.java:123) at org.eclipse.jface.action.Action.runWithEvent(Action.java:498) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:545) 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:3490) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3104) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2264) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2228) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2103) at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:457) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:289) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:452) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:101) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:146) 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:354) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:169) 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:476) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:416) at org.eclipse.equinox.launcher.Main.run(Main.java:1124)
2007-03-13 23:15:10
1,173,840,000
closed fixed
f3d42fa
1,173,850,000
data/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/impl/DataRequestSessionImpl.java
Birt
2,905
176,676
Bug 176676 [Automation][Regression] table width property does not work in pdf
steps to reproduce: - use the attached report design expected behavior: - table width is changed to 10cm actual behavior: - this did not work when preview in pdf
2007-03-07 23:45:33
1,173,330,000
closed fixed
b2fcfbd
1,173,850,000
engine/org.eclipse.birt.report.engine.tests/test/org/eclipse/birt/report/engine/layout/pdf/PDFTableLMTest.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/PDFTableLM.java
Birt
2,906
171,780
Bug 171780 Drill-through problem with symbolic filesystem links when DOCUMENT_FOLDER_ACCESS_ONLY is true
I have two rptdesigns in a viewer application: list_report.rptdesign and detail_report.rptdesign, both in the root of the web viewer application. list_report has drill-through links to detail_report. Furthermore, I've set DOCUMENT_FOLDER_ACCESS_ONLY to true. Both reports can be executed correctly, when they are accessed directly. But the drill-down link from list_report to detail_report does not work. The error message is: "Cannot access the report file : /opt/WAS/[...]/detail_report.rptdesign." Reason: On my Solaris / WebSphere test environment, the report viewer application is deployed to a directory beneath /opt/WAS/, but there's also a symbolic link to the same directory at /export/WAS/. While the document folder is expanded to the /export/WAS/[...] directory by ParameterAccessor.initParameters, the drill-through link is expanded to /opt/WAS/[...] within ViewerHTMLActionHandler.getReportName. Both methods use different strategies to determine physical pathnames, which can lead to different results. As DOCUMENT_FOLDER_ACCESS_ONLY is set to true, and the base paths differ, ParameterAccessor.isValidFilePath returns false. ViewerHTMLActionHandler.getReportName shouldn't try to expand the report name to a physical path name at all, but instead consider the report name of the linked report to be relative to the location of the currently displayed report. So if the report "reports/a.rptdesign" is displayed and contains a link to "b.rptdesign", the generated link should be "reports/b.rptdesign", instead of the full absolute path "/opt/WAS/[...]/reports/b.rptdesign".
2007-01-26 07:17:39
1,169,810,000
resolved fixed
56e332d
1,173,840,000
viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/service/ViewerHTMLActionHandler.java viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/utility/DataUtil.java viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/utility/ParameterAccessor.java
Birt
2,907
140,321
Bug 140321 locale based font config file support
null
2006-05-05 05:46:56
1,146,820,000
resolved fixed
dfa69ea
1,173,760,000
engine/org.eclipse.birt.report.engine.tests/test/org/eclipse/birt/report/engine/layout/pdf/PDFImageLMTest.java engine/org.eclipse.birt.report.engine.tests/test/org/eclipse/birt/report/engine/layout/pdf/PDFLineAreaLMTest.java engine/org.eclipse.birt.report.engine.tests/test/org/eclipse/birt/report/engine/layout/pdf/font/FontConfigReaderTest.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/PDFPageLM.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/PDFTextLM.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/font/FontConfigReader.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/font/FontHandler.java engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/font/FontMappingManager.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/ChunkGenerator.java
Birt