Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev]CheckIn: Fix Bugzilla Bug --- 154503 Can't preview PDF when clicking the button in web view

Title: [birt-dev]CheckIn: Fix Bugzilla Bug --- 154503 Can't preview PDF when clicking the button in web view

- Summary:

- Bugzilla Bug (s) Resolved:
154503 Can't preview PDF when clicking the button in web view


- Description:
    Report engine loads the data from the report document by several keys:

        parent resutl set, row id, query id.
    If it fails to load the result set, it will try:
        root parent resultset, row id, query id.
    For top level querys, the parent resulet set is NULL, so there is an NPE thrown out to find the root parent result set.


- Tests Description  :
        Manul Test

- Notes to Build Team:

- Notes to Developers:

- Notes to QA:  

 
- Notes to Documentation:  

- Files Edited:
cvs ci -m "remove the NPF if failed to find the result set from the document" -l "/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/data/dte/DteDataEngine.java" "/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/data/dte/DataGenerationEngine.java" "/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/data/dte/DataInteractiveEngine.java" "/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/data/dte/DteResultSet.java" "/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/data/dte/DataPresentationEngine.java"


- Files Added:

- Files Deleted


-Wei Yan



Back to the top