Story #1836
Enable CN Replication REST web service handling
Status:
Closed
Priority:
Normal
Assignee:
Category:
d1_cn_service
Target version:
Start date:
2011-10-10
Due date:
% Done:
100%
Story Points:
Sprint:
Description
Calls to the CNReplication API on the CN need to be handled by the d1_cn_rest service and proxied through d1_cn_proxy to Metacat. Enable this under the Spring Framework using the DispatcherServlet with appropriate servlet configuration files, a CNReplicationController and a MetacatProxyCNreplicationServiceImpl that implements a ProxyCNReplicationService interface.
Subtasks
History
#1 Updated by Chris Jones about 13 years ago
- Subject changed from Enable MN Replication REST web service handling to Enable CN Replication REST web service handling
#2 Updated by Chris Jones about 13 years ago
- Status changed from In Progress to Closed
The CNReplication proxy classes have been written and are part of d1_cn_rest_proxy. Writing unit tests is in story #1846