From 9208769cafe384d13ad30d894502c06da44e3db6 Mon Sep 17 00:00:00 2001
From: Nicolas Capponi <nicolas.capponi@forgerock.com>
Date: Fri, 03 Apr 2015 13:29:09 +0000
Subject: [PATCH] OPENDJ-1926 Create a transactionId control to be able to pass a transactionId through LDAP requests

---
 opendj-ldap-sdk/src/main/resources/org/forgerock/opendj/ldap/core.properties |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/opendj-ldap-sdk/src/main/resources/org/forgerock/opendj/ldap/core.properties b/opendj-ldap-sdk/src/main/resources/org/forgerock/opendj/ldap/core.properties
index d3cb3ab..35f00a1 100755
--- a/opendj-ldap-sdk/src/main/resources/org/forgerock/opendj/ldap/core.properties
+++ b/opendj-ldap-sdk/src/main/resources/org/forgerock/opendj/ldap/core.properties
@@ -1074,6 +1074,11 @@
  contained the OID '%s', when '%s' was expected
 ERR_VIRTUAL_ATTRS_ONLY_INVALID_CONTROL_VALUE=Cannot decode the provided \
  virtual attributes only control because it contains a value
+ERR_TRANSACTION_ID_CONTROL_BAD_OID=Cannot decode the provided \
+ control as a transaction id control because it contained the OID '%s', \
+ when '%s' was expected
+ERR_TRANSACTION_ID_CONTROL_DECODE_NULL=Cannot decode the provided ASN.1 \
+ element as transaction id control value because the element is null
 WARN_CLIENT_DUPLICATE_MESSAGE_ID=The operation was rejected because there is \
  already another request on the same client connection with the same message \
  ID of %d

--
Gitblit v1.10.0