Task #1636
Story #1627: remove Metacat dependency on d1_libclient_java
move MetacatPopulator out of Metacat
Status:
Rejected
Priority:
Normal
Assignee:
Ben Leinfelder
Category:
-
Target version:
Start date:
2011-06-08
Due date:
% Done:
0%
Milestone:
Product Version:
*
Story Points:
Sprint:
Description
As far as I know this is a testing utility that is used to take metadata/data from one Metcat and insert it into another using the D1 clients.
We could likely find home in libclient_java for this (there only three mild dependencies it has on Metacat classes)
History
#1 Updated by Ben Leinfelder over 13 years ago
- Status changed from New to Rejected
While I did take out the DataoneEMLParser references in the MetacatPopulator class, it still will need to use D1Client and MNode to do it's work (inserting records from a source Metacat to a target MN).
I'm putting this off for now until we have a clear idea of how to best support MN-MN communication and whether or not that can make use of the libclient_java packages