From d34a495871fd232cc527ceb30b00e378ac2804fd Mon Sep 17 00:00:00 2001 From: Kevin Roast Date: Tue, 19 Jan 2010 11:17:32 +0000 Subject: [PATCH] Merged V3.2E to HEAD 17411: Fix for ETHREEOH-3209 - Share Admin Console edit/delete user buttons now respect account mutability. - Cleanup to incorrect and overly verbose FreeMarker for slingshot user metadata webscript. 17412: Updated batch log output value for running on large repos (which is where you would actually care about the output anyway). 17414: Fix for ETHREEOH-3071 - Unable to remove a group from user profile. 17416: *RECORD ONLY* Removed mobile.war from WAR bundles git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@18121 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261 --- .../alfresco/repo/admin/patch/impl/FixNameCrcValuesPatch.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/source/java/org/alfresco/repo/admin/patch/impl/FixNameCrcValuesPatch.java b/source/java/org/alfresco/repo/admin/patch/impl/FixNameCrcValuesPatch.java index c71c96a06f..3ee18287f9 100644 --- a/source/java/org/alfresco/repo/admin/patch/impl/FixNameCrcValuesPatch.java +++ b/source/java/org/alfresco/repo/admin/patch/impl/FixNameCrcValuesPatch.java @@ -188,13 +188,12 @@ public class FixNameCrcValuesPatch extends AbstractPatch implements ApplicationE // get the association types to check BatchProcessor batchProcessor = new BatchProcessor(logger, transactionService .getRetryingTransactionHelper(), ruleService, applicationEventPublisher, findMismatchedCrcs(), - "FixNameCrcValuesPatch", 100, 2, 20); + "FixNameCrcValuesPatch", 1000, 2, 20); // Precautionary flush and clear so that we have an empty session getSession().flush(); getSession().clear(); - int updated = batchProcessor.process(new Worker(){ public String getIdentifier(Long entry)