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

100991: Merged 5.0.N (5.0.2) to HEAD-BUG-FIX (5.1/Cloud)
      100837: Fix another merge issue as a result of a re factor that has taken place in 5.0
         Merged V4.2-BUG-FIX (4.2.5) to 5.0.N (5.0.2)
            100184: Merged V4.1-BUG-FIX (4.1.10) to V4.2-BUG-FIX (4.2.5)
               100131 : Merged DEV to V4.1-BUG-FIX (4.1.10)
                  99521 : MNT-9088 : Ghost versions when Document is created with CheckinType CHECKOUT
                     - Don't include PWC in a version series
                  99824 : MNT-9088 : Ghost versions when Document is created with CheckinType CHECKOUT
                     - Return PWC as a part of version series. Fixes to pass TCK


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@101006 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Alan Davis
2015-04-01 01:28:15 +00:00
parent f70dc05311
commit 15b8c8f625

View File

@@ -833,7 +833,7 @@ public class CMISConnector implements ApplicationContextAware, ApplicationListen
{
throw new AlfrescoRuntimeException("Failed to create CMIS temporary directory");
}
dictionaryDAO.register(this);
dictionaryDAO.registerListener(this);
}
public void init()