mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
AVM DAO refactor
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@16138 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -143,8 +143,6 @@ public class SimpleAVMSubmitAction extends ActionExecuterAbstractBase
|
||||
fAVMSyncService.update(diffs, fExcluder, false, false, true, true,
|
||||
"Submit of item: " + AVMNodeConverter.SplitBase(path)[1], null);
|
||||
// Cleanup by flattening the source relative to the destination.
|
||||
// This is an ugliness to prevent database write misorderings in flatten.
|
||||
AVMDAOs.Instance().fAVMNodeDAO.flush();
|
||||
fAVMSyncService.flatten(storePath[0] + ":/" + JNDIConstants.DIR_DEFAULT_WWW, websiteName + ":/" + JNDIConstants.DIR_DEFAULT_WWW);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user