Hello,
Unix, Bonita 6.3.8 Community, Tomcat, and Mysql.
I used this documentation for LDAP:
http://documentation.bonitasoft.com/active-directoryldap-authentication-0#examples
Error in the LOG:
Caused by: org.springframework.beans.factory.CannotLoadBeanClassException: Cannot find class [com.bonitasoft.engine.authentication.impl.JAASAuthenticationServiceImpl] for bean with name ‘authenticationService’ defined in file [/users2/adp00/bonita_home-6.3.8/bonita/server/tenants/1/conf/services/cfg-bonita-authentication-impl.xml]; nested exception is java.lang.ClassNotFoundException: com.bonitasoft.engine.authentication.impl.JAASAuthenticationServiceImpl
I think it comes from the modification I do in the <BONITA_HOME>/server/tenants/<TENANT_ID>/conf/services/cfg-bonita-authentication-impl.xml file:
bean id=“authenticationService” class=“com.bonitasoft.engine.authentication.impl.JAASAuthenticationServiceImpl”>
constructor-arg name=“logger” ref=“technicalLoggerService” />
constructor-arg name=“sessionAccessor” ref=“sessionAccessor” />
/bean>
Could you please help me, it is urgent
Thank you!!
David