12-25-2013 06:51 AM
<bean id="ldapQueryBuilderKKB" class="org.activiti.demo.util.LdapQueryBuilderKKB" />
<bean id="ldapGroupManagerFactoryKKB" class="org.activiti.demo.util.LdapGroupManagerFactoryKKB" />
….
<bean id="processEngineConfiguration" class="org.activiti.spring.SpringProcessEngineConfiguration">
….
<property name="configurators">
<list>
<bean class="org.activiti.ldap.LDAPConfigurator" id="ldapConfigurator">
<property name="ldapGroupManagerFactory">
<ref local="ldapGroupManagerFactoryKKB"/>
</property>
<property name="ldapQueryBuilder">
<ref local="ldapQueryBuilderKKB"/>
</property>
</bean>
…..
</list>
</property>
</bean>
<bean id="ldapGroupManagerFactoryKKB" class="org.activiti.demo.util.LdapGroupManagerFactoryKKB" >
<constructor-arg ref="ldapConfigurator"/>
</bean>
12-27-2013 04:59 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.