Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] Checkin: fix bug126248: Chart error with Scripted DataSource

- Summary:
Fix bug126248: Chart error with Scripted Data Source


- Bugzilla Bug (s) Resolved:
Bug126248: Chart error with Scripted Data Source


- Description:
In the previous fix of this bug, the switch of class loader happens in the time of IQueryResults generation, but the right time should be the use of IResultIterator. So the fix has to be moved from DataSetManager to ReportDataServiceProvider of Chart.


- Tests Description:
Manual Test


- Files Edited:
/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/internal/ui/util/DataSetManager.java

 

/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/reportitem/ReportDataServiceProvider.java


- Files Added:

N/A

 

- Notes to Build Team:
N/A


- Notes to Developers:
N/A


- Notes to QA: 
 

N/A

 

- Notes to Documentation:  
N/A

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 


Back to the top