Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev]CheckIn: Fix Bugzilla Bug ---161938 EngineException not serializable because com.ibm.icu.impl.ResourceBundleWrapper not serializable

Title: [birt-dev]CheckIn: Fix Bugzilla Bug ---161938 EngineException not serializable because com.ibm.icu.impl.ResourceBundleWrapper not serializable

- Summary:

- Bugzilla Bug (s) Resolved:
161938  EngineException not serializable because com.ibm.icu.impl.ResourceBundleWrapper not serializable
- Description:

        The ResourceBundle is not serializable, it makes the BirtExeption un-serializable also. Change this field to transient.

- Tests Description  :

        Unit Test

- Notes to Build Team:

- Notes to Developers:

- Notes to QA:  

 
- Notes to Documentation:  

- Files Edited:
cvs ci -m "make the BirtException serializable." -l "/org.eclipse.birt.core/src/org/eclipse/birt/core/exception/BirtException.java" "/org.eclipse.birt.core/src/org/eclipse/birt/core/exception/CoreException.java" "/org.eclipse.birt.core/test/org/eclipse/birt/core/exception/BirtExceptionTest.java"


- Files Added:

- Files Deleted


-Wei Yan



Back to the top