From 07bfd7c60c691529171bce7921059c54f17e9dc0 Mon Sep 17 00:00:00 2001 From: Britt Park Date: Fri, 8 Sep 2006 21:30:12 +0000 Subject: [PATCH] More configuration errors fixed. I'm guessing I haven't seen the end of them. git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/WCM-DEV2/root@3737 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261 --- config/alfresco/content-services-context.xml | 2 +- source/java/org/alfresco/repo/avm/AVMContext.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/alfresco/content-services-context.xml b/config/alfresco/content-services-context.xml index 09201b08cd..a230559c59 100644 --- a/config/alfresco/content-services-context.xml +++ b/config/alfresco/content-services-context.xml @@ -70,7 +70,7 @@ - + diff --git a/source/java/org/alfresco/repo/avm/AVMContext.java b/source/java/org/alfresco/repo/avm/AVMContext.java index ba294be1b1..871dbd984f 100644 --- a/source/java/org/alfresco/repo/avm/AVMContext.java +++ b/source/java/org/alfresco/repo/avm/AVMContext.java @@ -289,7 +289,7 @@ public class AVMContext implements ApplicationContextAware { if (fAuthenticationComponent == null) { - fAuthenticationComponent = (AuthenticationComponent)fAppContext.getBean("authenticationComponent"); + fAuthenticationComponent = (AuthenticationComponent)fAppContext.getBean("authenticationComponentImpl"); } return fAuthenticationComponent; }