From 9b40d6977c047e6bffe6ff1499555160bfee9694 Mon Sep 17 00:00:00 2001 From: Steven Glover Date: Mon, 29 Sep 2014 10:09:47 +0000 Subject: [PATCH] MNT-12369 "CryptoDoc: Cluster: removeMasterKey operation removes master key alias only on one cluster node" git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@85879 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261 --- config/alfresco/content-services-context.xml | 2 +- .../alfresco/ibatis/alfresco-SqlMapConfig.xml | 3 +- .../content-common-SqlMap.xml | 16 +++++- .../domain/contentdata/ContentDataDAO.java | 9 ++++ .../domain/contentdata/SymmetricKeyCount.java | 54 +++++++++++++++++++ .../ibatis/ContentDataDAOImpl.java | 16 ++++++ 6 files changed, 97 insertions(+), 3 deletions(-) create mode 100644 source/java/org/alfresco/repo/domain/contentdata/SymmetricKeyCount.java diff --git a/config/alfresco/content-services-context.xml b/config/alfresco/content-services-context.xml index 003794a0eb..16fcea29aa 100644 --- a/config/alfresco/content-services-context.xml +++ b/config/alfresco/content-services-context.xml @@ -7,7 +7,7 @@ - true + false ContentStore diff --git a/config/alfresco/ibatis/alfresco-SqlMapConfig.xml b/config/alfresco/ibatis/alfresco-SqlMapConfig.xml index 650b55318c..f1a2b37b9f 100644 --- a/config/alfresco/ibatis/alfresco-SqlMapConfig.xml +++ b/config/alfresco/ibatis/alfresco-SqlMapConfig.xml @@ -49,7 +49,8 @@ Inbound settings from iBatis - + + diff --git a/config/alfresco/ibatis/org.hibernate.dialect.Dialect/content-common-SqlMap.xml b/config/alfresco/ibatis/org.hibernate.dialect.Dialect/content-common-SqlMap.xml index a3226e5590..fe18c487e4 100644 --- a/config/alfresco/ibatis/org.hibernate.dialect.Dialect/content-common-SqlMap.xml +++ b/config/alfresco/ibatis/org.hibernate.dialect.Dialect/content-common-SqlMap.xml @@ -10,6 +10,11 @@ + + + + + @@ -464,7 +469,16 @@ and #{id}]]> order by e.id asc - + + +