mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

gbellato
30.46.2009 9d3cd6f40f49af8a06d1722252fe4e96983db5dc
refs
author gbellato <gbellato@localhost>
Monday, March 30, 2009 08:46 +0200
committer gbellato <gbellato@localhost>
Monday, March 30, 2009 08:46 +0200
commit9d3cd6f40f49af8a06d1722252fe4e96983db5dc
tree 72d8498c45a7964a19960071d1a7161688c01740 tree | zip | gz
parent 88153a926cb3e096a7e681119e585a5c55ca1d68 view | diff
Fix for 3893 : dsreplication enable between 1.2 and 1.3 can fail because of Initialize task

A while ago, I moved the replication tasks to the replication package so that
all the replication code stay in the replication packages and to avoid
to make method public.
However it now appears that this break the compatibility of the 1.3 builds
with dsreplication fron older release.

This change therefore reverts previous change, moving back the replication
tasks to the tasks package.
3 files renamed
7 files modified
68 ■■■■ changed files
opends/resource/config/config.ldif 6 ●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/installer/Installer.java 4 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/plugin/LDAPReplicationDomain.java 2 ●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/replication/service/ReplicationDomain.java 4 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/tasks/InitializeTargetTask.java 4 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/tasks/InitializeTask.java 4 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/tasks/SetGenerationIdTask.java 4 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/tools/dsreplication/ReplicationCliMain.java 4 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/GenerationIdTest.java 10 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/InitOnLineTest.java 26 ●●●● diff | view | raw | blame | history