Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev]CheckIn: Fix Bugzilla Bug --- 148774 [regression] runandrender attached report in pdf cause exceptions

Title: [birt-dev]CheckIn: Fix Bugzilla Bug --- 148774 [regression] runandrender attached report in pdf cause exceptions

- Summary:

- Bugzilla Bug (s) Resolved:
148774 [regression] runandrender attached report in pdf cause exceptions
- Description:
When execute the onPageBreak of the HTML text item, the script executor cast the class to wrong type, it will throw out an exception.

Before the class cast, engine need first detect if the report item is dynamic text. This fix is a tempary fix and a more complete fix should be finished in 2.1.1.


- Tests Description  :
Manul Test

- Notes to Build Team:

- Notes to Developers:

- Notes to QA:  

 
- Notes to Documentation:  

- Files Edited:
cvs ci -m "handle the class cast exception in onPageBreak" -l "/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/OnPageBreakLayoutPageHandle.java"


- Files Added:

- Files Deleted


-Wei Yan



Back to the top