Bug #2760
NPE in TransferObjectTask prevents newly archived objects from being recorded as such
Status:
Closed
Priority:
High
Assignee:
Robert Waltz
Category:
d1_synchronization
Target version:
Start date:
2012-05-12
Due date:
% Done:
100%
Milestone:
CCI-1.0.0
Product Version:
*
Story Points:
Sprint:
Description
Line 513 of TransferObjectTask.java r8327 should check for a null return from getArhived().
The default value of the archive property is null, so cnSystemMetadata that has not been archived will return null and this comparison will raise NPE, preventing the update of the system metadata on the CN.
History
#1 Updated by Robert Waltz over 12 years ago
- Status changed from New to In Progress
#2 Updated by Dave Vieglais over 12 years ago
- Target version changed from Sprint-2012.19-Block.3.2 to Sprint-2012.21-Block.3.3
- Position set to 1
#3 Updated by Robert Waltz over 12 years ago
- Status changed from In Progress to Closed