[ http://issues.apache.org/jira/browse/DIREVE-229?page=comments#action_12319739 ]
Emmanuel Lecharny commented on DIREVE-229: ------------------------------------------ I think you are plain true. There is no dependency. My analyse was a little bit too much 10K feet high... Sorry about it. > 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
