opends/src/server/org/opends/server/core/AddOperationBasis.java
@@ -782,6 +782,9 @@ // Stop the processing timer. setProcessingStopTime(); // Log the add response message. logAddResponse(this); if(cancelRequest == null || cancelResult == null || cancelResult.getResultCode() != ResultCode.CANCELED || cancelRequest.notifyOriginalRequestor() || @@ -791,9 +794,6 @@ } // Log the add response message. logAddResponse(this); // Invoke the post-response callbacks. if (workflowExecuted) { invokePostResponseCallbacks();