Merged HEAD-BUG-FIX (4.3/Cloud) to HEAD (4.3/Cloud)

70027: Merged V4.2-BUG-FIX (4.2.3) to HEAD-BUG-FIX (4.3/Cloud)
      70022: Merged V4.1-BUG-FIX (4.1.9) to V4.2-BUG-FIX (4.2.3)
         69848: Merged DEV 4.2.N to V4.1-BUG-FIX (4.1.9)
            69603: MNT-11371: Alfresco unable to bootstrap due to LockTryExceptions following an upgrade from 3.4.8 -> 3.4.13 -> 4.0.2 to either 4.1.8 or 4.2.1
              Ability to configure try lock timeout for several different contexts has been implemented. New configuration for every context has been added:
              - system.lockTryTimeout=100
              - system.lockTryTimeout.DictionaryDAOImpl=2000
              - system.lockTryTimeout.MessageServiceImpl=${system.lockTryTimeout}
               - system.lockTryTimeout.PolicyComponentImpl=${system.lockTryTimeout}
              'LockHelper.tryLock()' has been modified to accept additional string 'useCase' parameter. Parameter is used for throwing exceptions with contextual messages when lock is not acquired


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@70473 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Alan Davis
2014-05-16 20:17:50 +00:00
parent 54e1dc2a66
commit 2073978995

View File

@@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2005-2013 Alfresco Software Limited. * Copyright (C) 2005-2010 Alfresco Software Limited.
* *
* This file is part of Alfresco * This file is part of Alfresco
* *