Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev]CheckIn: Fix Bugzilla Bug 115424 ---Data can't be previewed when imported from library

Title: [birt-dev]CheckIn: Fix Bugzilla Bug 115424 ---Data can't be previewed when imported from library

Description:
Fix Bugzilla Bug 115424 ---Data can't be previewed when imported from library
Synchronized with model's change.
In prepare( Report report, Object appContext ) method of DteDataEngine, DataSource/DataSets are retrieved by using methods handle.getDataSources( )/handle.getDataSets. However, if we introduce the library into the design, this method should call new methods handle.getAllDataSource()/handle.getAllDataSets() to get ALL data sources/data sets from the report design and its included libraries. Otherwise the preview problem occurs.


Regression: Yes/No
No
 
Code Owner:
Shanghai Engine Team
 
Code Reviewers:
Shanghai Engine Team
 
Tests:
Unit test
 
Test Automated:  Yes/No (if “No”, then explain why)
Yes
Branches Involved:
Eclipse CVS
 
Files Changed:
"/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/data/dte/DteDataEngine.java"

Files Shared:
None
 
Files Added:
None
 
Files Deleted:
None
 
Defect Entries Resolved:
None
 
Case Entries Resolved:
None
 
Notes to Developers:
None
 
Notes to QA:
None
 
Notes to Documentation:
None
 
Notes to Configuration Management:
None
 
Notes to Support:
None
 
Notes to Product Marketing:
None


Back to the top