08-30-2006 07:42 AM
<bean id="authenticationComponentImpl" class="org.alfresco.repo.security.authentication.AuthenticationComponentImpl">
<property name="authenticationDao">
<ref bean="authenticationDao" />
</property>
<property name="authenticationManager">
<ref bean="authenticationManager" />
</property>
<property name="allowGuestLogin">
<value>true</value>
</property>
</bean>
<bean id="authenticationComponentImpl" class="org.alfresco.repo.security.authentication.LDAPAuthenticationComponentImpl">
</bean>
19:34:31,525 ERROR [org.springframework.web.context.ContextLoader] Context initialization failed
org.springframework.beans.factory.BeanDefinitionStoreException: Error registering bean with name 'authenticationComponentImpl' defined in class path resource [alfresco/authentication-services-context.xml]: Bean class [org.alfresco.repo.security.authentication.LDAPAuthenticationComponentImpl] not found; nested exception is java.lang.ClassNotFoundException: org.alfresco.repo.security.authentication.LDAPAuthenticationComponentImpl
java.lang.ClassNotFoundException: org.alfresco.repo.security.authentication.LDAPAuthenticationComponentImpl
08-31-2010 01:46 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.