You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oodt.apache.org by bf...@apache.org on 2014/05/03 10:13:23 UTC

svn commit: r1592162 - /oodt/trunk/filemgr/src/main/java/org/apache/oodt/cas/filemgr/system/XmlRpcFileManager.java

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 {