You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by el...@apache.org on 2010/10/08 11:11:18 UTC

svn commit: r1005738 - /directory/apacheds/trunk/service/src/main/java/org/apache/directory/server/ApacheDsService.java

Author: elecharny
Date: Fri Oct  8 09:11:18 2010
New Revision: 1005738

URL: http://svn.apache.org/viewvc?rev=1005738&view=rev
Log:
Remove the injection of the DirectoryService into the NtpServer class

Modified:
    directory/apacheds/trunk/service/src/main/java/org/apache/directory/server/ApacheDsService.java

Modified: directory/apacheds/trunk/service/src/main/java/org/apache/directory/server/ApacheDsService.java
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/service/src/main/java/org/apache/directory/server/ApacheDsService.java?rev=1005738&r1=1005737&r2=1005738&view=diff
==============================================================================
--- directory/apacheds/trunk/service/src/main/java/org/apache/directory/server/ApacheDsService.java (original)
+++ directory/apacheds/trunk/service/src/main/java/org/apache/directory/server/ApacheDsService.java Fri Oct  8 09:11:18 2010
@@ -324,9 +324,6 @@ public class ApacheDsService
             return;
         }
 
-        getDirectoryService().startup();
-        ntpServer.setDirectoryService( getDirectoryService() );
-
         System.out.println( "Starting the NTP server" );
         LOG.info( "Starting the NTP server" );