// Inject the referral handling into the operation context
injectReferralControl( moveContext );
// execute move operation
OperationManager operationManager = service.getOperationManager();
operationManager.move( moveContext );
// clear the request controls and set the response controls
requestControls = EMPTY_CONTROLS;
responseControls = JndiUtils.toJndiControls( getDirectoryService().getLdapCodecService(),
moveContext.getResponseControls() );