mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-10-08 14:51:49 +00:00
Merged from DEV/SG/REPO1259 to 5.2.N
MNT-16541 "Cache update for custom workflow model fails" update to use released alfresco-core and alfresco-data-model git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.2.N/root@132355 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -549,9 +549,9 @@ public class WorkflowDeployer extends AbstractLifecycleBean
|
||||
{
|
||||
public Object doWork()
|
||||
{
|
||||
// invalidate - to force lazy re-init
|
||||
dictionaryDAO.destroy();
|
||||
|
||||
// force refresh of the dictionary
|
||||
dictionaryDAO.init();
|
||||
|
||||
if (logger.isTraceEnabled())
|
||||
{
|
||||
logger.trace("Workflow deployer afterCommit: Dictionary destroyed ["+AlfrescoTransactionSupport.getTransactionId()+"]");
|
||||
|
Reference in New Issue
Block a user