Hello,
i can't find any ressource for replication in ApacheDS...To be honest
ApacheDS documentation is shitty compared to others projects.
So i followed the logical way and uncommented this in server.xml
<!-- Uncomment to enable replication interceptor -->
<replicationInterceptor>
<configuration>
<replicationConfiguration serverPort="10390"
peerReplicas="[email protected]:10390">
<replicaId>
<replicaId id="ldap01"/>
</replicaId>
</replicationConfiguration>
</configuration>
</replicationInterceptor>
And i got this error message..
[16:10:13] ERROR [org.apache.directory.daemon.Bootstrapper] - Failed on
null.init(InstallationLayout, String[])
org.springframework.beans.factory.BeanDefinitionStoreException:
Unrecognized xbean element mapping: replicationInterceptor in namespace
http://apacheds.org/config/1.5.7
It seems that the replicationInterceptor doesn't exist...
Thanks for any tips ! :D
Guillaume