From 65f071d6b9adf6414c8074381f5e95acb1297565 Mon Sep 17 00:00:00 2001
From: pgamba <pgamba@localhost>
Date: Tue, 16 Oct 2007 07:10:39 +0000
Subject: [PATCH] When a replica connects to a replication server that is "late" compared to the replica data , the replica must update the replication server with the missing changes. 1 line fix , the entryUUID attribute must be part of the searched attributes in order to rebuild the operations - and created unit tests for this.

---
 opends/src/server/org/opends/server/replication/plugin/Historical.java |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/opends/src/server/org/opends/server/replication/plugin/Historical.java b/opends/src/server/org/opends/server/replication/plugin/Historical.java
index 2f740df..42b2f5b 100644
--- a/opends/src/server/org/opends/server/replication/plugin/Historical.java
+++ b/opends/src/server/org/opends/server/replication/plugin/Historical.java
@@ -84,7 +84,7 @@
   /**
    * The name of the entryuuid attribute.
    */
-  static final String ENTRYUIDNAME = "entryuuid";
+  public static final String ENTRYUIDNAME = "entryuuid";
 
 
   /*

--
Gitblit v1.10.0