Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] #CheckIn: Fix #87520,86289

Title: #CheckIn: Fix #87520,86289

- Summary:

- Bugzilla Bug (s) Resolved:
#  87520  Open  BIZDESIGN execution return Failed to get java report parameters error 

 #  86289  Open  Exceptions seen in IV multiple user stress test
- Description:

 #  87520  Open  BIZDESIGN execution return Failed to get java report parameters error 

    It failes all the tests, it is caused by a logic error in the codes which reset the parser options wrongly. The fix is quite simple.

 #  86289  Open  Exceptions seen in IV multiple user stress test

    Add an exception to avoid the NullPointException. The exception (IOException) can be handled by outer caller gracefuly.


- Tests Description  :
        Manul Test

- Notes to Build Team:

- Notes to Developers:

- Notes to QA:  

 
- Notes to Documentation:  

- Files Edited:
cvs ci -m "throw out IOException for unknow content type" -l "/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/internal/document/v3/ReportContentReaderV3.java"

cvs ci -m "fix logic error in the codes" -l "/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/ReportEngineHelper.java"


- Files Added:

- Files Deleted


-Wei Yan



Back to the top