diff --git a/source/java/org/alfresco/web/bean/repository/Repository.java b/source/java/org/alfresco/web/bean/repository/Repository.java index 3860ac21ee..ecef7d99e5 100644 --- a/source/java/org/alfresco/web/bean/repository/Repository.java +++ b/source/java/org/alfresco/web/bean/repository/Repository.java @@ -430,7 +430,7 @@ public final class Repository */ public static ConfigurableService getConfigurableService(FacesContext context) { - return (ConfigurableService)FacesContextUtils.getRequiredWebApplicationContext(context).getBean("configurableService"); + return (ConfigurableService)FacesContextUtils.getRequiredWebApplicationContext(context).getBean("ConfigurableService"); } /**