Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev]CheckIn: Fix Bugzilla Bug 190162 --- support IPageHandle in multiple thread

Title: [birt-dev]CheckIn: Fix Bugzilla Bug 190162 --- support IPageHandle in multiple thread

- Summary:
1. sync the document's read and write, so the user can always open the document after receiving the first page event.
2. send the last page event after closing the document, so the user can always get a complete document after receving the last page event.


- Bugzilla Bug (s) Resolved:
Fix Bugzilla Bug 190162 --- support IPageHandle in multiple thread

- Description:
1. sync the document's read and write, so the user can always open the document after receiving the first page event.

2. send the last page event after closing the document, so the user can always get a complete document after receving the last page event.


- Tests Description  :
Manual Test


- Notes to Build Team:

- Notes to Developers:

- Notes to QA:  
 
- Notes to Documentation:  

- Files Edited:
"/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/presentation/ReportDocumentBuilder.java"
"/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/ReportDocumentWriter.java"
"/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/ReportDocumentReader.java"
"/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/ExecutionContext.java"
"/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/RunTask.java"

- Files Added:

- Files Deleted


-Wei Zhao(Shanghai)



Back to the top