Bug #8064
ExceptionHandler class should handle the new identifier attribute in the xml representation of exceptions
Start date:
2017-04-07
Due date:
% Done:
100%
Milestone:
None
Product Version:
*
Story Points:
Sprint:
Description
In the 2.4 release, it seems we are using the "identifier" to replace the "pid" in exception objects. The serialization of exception seems working well. However, the deserialization, which is handled by the ExceptionHandler class, doesn't do well. It still look for the attribute "pid" rather than "identifier".
Related issues
History
#1 Updated by Jing Tao over 7 years ago
- Related to Task #8060: CN failed to call MN.synchronizationFailed method for the arctic data center and knb mn added
#2 Updated by Jing Tao over 7 years ago
- Status changed from New to In Progress
- Assignee changed from Rob Nahf to Jing Tao
- % Done changed from 0 to 30
#3 Updated by Jing Tao over 7 years ago
- Status changed from In Progress to Closed
- % Done changed from 30 to 100
Now the ExceptionHandle will look the "identifier" attribute.