*
*/
public void testMetadataPersistence() throws Exception {
Metadata prodMet = null;
StdIngester ingester = new StdIngester(transferServiceFacClass);
prodMet = new SerializableMetadata(new FileInputStream(
"./src/testdata/ingest/test-file-3.txt.met"));
// now add the right file location
prodMet.addMetadata(CoreMetKeys.FILE_LOCATION, new File(
"./src/testdata/ingest").getCanonicalPath());
String productId = ingester.ingest(new URL("http://localhost:" + FM_PORT), new File(