From be2eab9395a787ca4b13447f9d2c382d12f5dcd5 Mon Sep 17 00:00:00 2001 From: "Bansal, Nitin (nb121v)" Date: Thu, 16 Nov 2017 14:56:59 -0500 Subject: Add bulk API to gizmo Add bulk API to gizmo IssueID: AAI-481 Change-Id: Iff9df1a8fdc73c87d726da7294c2eb9f471080f1 Signed-off-by: Bansal, Nitin (nb121v) --- src/main/resources/logging/CrudServiceMsgs.properties | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/main/resources/logging') diff --git a/src/main/resources/logging/CrudServiceMsgs.properties b/src/main/resources/logging/CrudServiceMsgs.properties index 13554e5..a4c2991 100644 --- a/src/main/resources/logging/CrudServiceMsgs.properties +++ b/src/main/resources/logging/CrudServiceMsgs.properties @@ -55,3 +55,6 @@ EXCEPTION_DURING_METHOD_CALL=\ OXM_LOAD_ERROR=\ CRD0503E|\ Unable to load OXM schema: {0} +TRANSACTION=\ + CRD0008I|\ + TRANSACTION: {0} -- cgit 1.2.3-korg