mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-14 17:58:59 +00:00
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:
@@ -110,7 +110,7 @@ public class BeginTransferCommandProcessor implements CommandProcessor
|
||||
//It replaces the root node if transfers on file system
|
||||
if(rootFileTransfer != null && rootFileTransfer.length > 0 )
|
||||
{
|
||||
receiver.setFileTransferRootNodeFileFileSystem(rootFileTransfer[0]);
|
||||
receiver.setTransferRootNode(rootFileTransfer[0]);
|
||||
}
|
||||
|
||||
// attempt to start the transfer
|
||||
|
Reference in New Issue
Block a user