Cycle in compilation
---------------------
Key: DIREVE-229
URL: http://issues.apache.org/jira/browse/DIREVE-229
Project: Directory Server
Type: Improvement
Components: server main
Reporter: Emmanuel Lecharny
Priority: Minor
There is a cycle in compilation process :
- apacheds depends on protocol-provider-ldap
- protocol-provider-ldap depends on apacheds
The class BindHandler in protocol-provider-ldap import those two classes :
import org.apache.ldap.server.configuration.Configuration;
import org.apache.ldap.server.configuration.StartupConfiguration;
which are declared in apacheds/core.
It can't be fix easily, as those classes are used to get information about
configuration to avoid non authorized Bind.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira