mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Merged DEV/3.1_ENTERPRISE_ONLY to HEAD
12520: Move supporting heartbeat code into enterprise tree (public part) 12510: Move license and heartbeat into enterprise only code (public part) 12509: Move license and heartbeat into enterprise only code (public part) git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@12521 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -105,7 +105,7 @@ public class RepoServerMgmt implements RepoServerMgmtMBean, ApplicationContextAw
|
||||
LicenseService licenseService = null;
|
||||
try
|
||||
{
|
||||
licenseService = (LicenseService) ctx.getBean("org.alfresco.license.LicenseComponent");
|
||||
licenseService = (LicenseService) ctx.getBean("org.alfresco.enterprise.license.LicenseComponent");
|
||||
readOnly = !licenseService.isLicenseValid();
|
||||
}
|
||||
catch (NoSuchBeanDefinitionException e)
|
||||
|
Reference in New Issue
Block a user