FTR: Improved transaction scope to provide better resilience.

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@30973 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Brian Remmington
2011-10-05 12:14:42 +00:00
parent 447394297c
commit 09d2710c3f

View File

@@ -110,7 +110,7 @@ public class BeginTransferCommandProcessor implements CommandProcessor
//It replaces the root node if transfers on file system //It replaces the root node if transfers on file system
if(rootFileTransfer != null && rootFileTransfer.length > 0 ) if(rootFileTransfer != null && rootFileTransfer.length > 0 )
{ {
receiver.setFileTransferRootNodeFileFileSystem(rootFileTransfer[0]); receiver.setTransferRootNode(rootFileTransfer[0]);
} }
// attempt to start the transfer // attempt to start the transfer