Merged DEV to HEAD

52250: ALF-19207: MT module startup does not work
          - Any attempt to force modules to start for all tenants will be met with an UnsupportedOperationException
          - Any fix will have to be part of ALF-18954


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@52291 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Derek Hulley
2013-07-09 14:03:20 +00:00
parent 5c06b15604
commit 3184f8fa8b
2 changed files with 19 additions and 16 deletions

View File

@@ -135,7 +135,7 @@ public class ModuleComponentHelper
public void setApplyToTenants(boolean applyToTenants)
{
this.applyToTenants = applyToTenants;
throw new UnsupportedOperationException("Applying modules to individual tenants is unsupported. See ALF-19207: MT module startup does not work");
}
/**