Task #4210
Metacat does not set serialVersion correctly in CNodeService archive() or delete()
Start date:
2013-12-20
Due date:
% Done:
50%
Milestone:
CCI-1.2
Product Version:
*
Story Points:
Sprint:
Description
For DATA and METADATA, CNodeService.archive() and D1NodeService.archive(), respectively, don't increment the serialVersion field. Check this for delete() as well. D1NodeService delegates to DocumentImpl to call the HZ put() method, so the fix needs to be there, and in CNodeService.
History
#1 Updated by Chris Jones almost 11 years ago
- Status changed from In Progress to Testing
Modified CNodeService and DocumentImpl to increment the serialVersion.