ALF-9510: wip. Further code changes.

Plus, some code tidy up, comments.

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@30111 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Steven Glover
2011-08-26 16:15:48 +00:00
parent 2910af4b61
commit cfabcb18e3
7 changed files with 187 additions and 91 deletions

View File

@@ -50,11 +50,7 @@ public class BootstrapReEncryptor extends AbstractLifecycleBean
{
try
{
return reEncryptor.reEncrypt();
}
catch(MissingKeyException e)
{
throw new AlfrescoRuntimeException("Bootstrap re-encryption failed", e);
return reEncryptor.bootstrapReEncrypt();
}
catch(MissingKeyStoreException e)
{