Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.5.5
-
None
-
None
Description
The code in page "Embedding ApacheDS as a Web Application" of the 1.5 documentation site (http://directory.apache.org/apacheds/1.5) doesn't work (compilation errors).
LdapService have been renamed to LdapServer.
The SocketAcceptor is an interface therefore new SocketAcceptor(null); doesn't work
ldapService.setIpPort(10389) doesn't exist anymore
Apparently the code was made with apacheds 1.5.4
I don't know which one is to be updated (or both):