opends/src/server/org/opends/server/replication/plugin/LDAPReplicationDomain.java
@@ -601,9 +601,6 @@ pendingChanges = new PendingChanges(generator, this); startPublishService(replicationServers, window, heartbeatInterval, configuration.getChangetimeHeartbeatInterval()); remotePendingChanges = new RemotePendingChanges(getServerState()); // listen for changes on the configuration @@ -611,6 +608,9 @@ // register as an AlertGenerator DirectoryServer.registerAlertGenerator(this); startPublishService(replicationServers, window, heartbeatInterval, configuration.getChangetimeHeartbeatInterval()); } /**