When I configure activiti enterprise to use my local ldap server, per the enterprise admin guide, I get the following error:
<code>
org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type [com.activiti.service.idm.LdapSyncService] is defined
at org.springframework.beans.factory.support.DefaultListableBeanFactory.getBean(DefaultListableBeanFactory.java:371)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.getBean(DefaultListableBeanFactory.java:331)
at org.springframework.context.support.AbstractApplicationContext.getBean(AbstractApplicationContext.java:968)
at com.activiti.conf.Bootstrapper.initLdapSync(Bootstrapper.java:572)
at com.activiti.conf.Bootstrapper.onApplicationEvent(Bootstrapper.java:177)
at com.activiti.conf.Bootstrapper.onApplicationEvent(Bootstrapper.java:93)
at org.springframework.context.event.SimpleApplicationEventMulticaster.invokeListener(SimpleApplicationEventMulticaster.java:151)
<code>
This error prevents the activiti-app webapp from being deployed.
I'm attaching all activiti related property files and my tomcat startup file.
Any help would be greatly appreciated!