Rework to client side transfer report, events are now richer. Also some more attributes added to the header.

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@22731 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Mark Rogers
2010-09-27 16:18:15 +00:00
parent 976e2346db
commit 8e15627b75
8 changed files with 821 additions and 62 deletions

View File

@@ -772,7 +772,7 @@ public class TransferServiceImpl2 implements TransferService2
logger.warn("Exception - unable to notify end transfer state", e);
}
reportName += "_" + new SimpleDateFormat("yyyyMMddhhmmssSSSZ").format(new Date());
reportName += "_" + new SimpleDateFormat("yyyyMMddhhmmssSSS").format(new Date());
try
{