Author: bfoster
Date: Sat May 3 08:13:23 2014
New Revision: 1592162
URL: http://svn.apache.org/r1592162
Log:
Need to add the save the refs for this to work :)
OODT-681
Modified:
oodt/trunk/filemgr/src/main/java/org/apache/oodt/cas/filemgr/system/XmlRpcFileManager.java
Modified:
oodt/trunk/filemgr/src/main/java/org/apache/oodt/cas/filemgr/system/XmlRpcFileManager.java
URL:
http://svn.apache.org/viewvc/oodt/trunk/filemgr/src/main/java/org/apache/oodt/cas/filemgr/system/XmlRpcFileManager.java?rev=1592162&r1=1592161&r2=1592162&view=diff
==============================================================================
---
oodt/trunk/filemgr/src/main/java/org/apache/oodt/cas/filemgr/system/XmlRpcFileManager.java
(original)
+++
oodt/trunk/filemgr/src/main/java/org/apache/oodt/cas/filemgr/system/XmlRpcFileManager.java
Sat May 3 08:13:23 2014
@@ -735,14 +735,15 @@ public class XmlRpcFileManager {
+ e.getMessage());
throw new VersioningException(e);
}
+
+ // add the newly versioned references to the data store
+ addProductReferences(p);
}
if (!clientTransfer) {
LOG.log(Level.FINEST,
"File Manager: ingest: no client transfer enabled, "
+ "server transfering product: [" + p.getProductName() +
"]");
- // add the newly versioned references to the data store
- addProductReferences(p);
// now transfer the product
try {