logger.debug("Received deploy() result at " + (new Date()).toString());
}
// REVIEWME: should we create an empty wrapper?
if (deployResultExt == null) {
deployResultExt = new DeployResultExt();
}
deployResultExt.setDeployResult(deployResult);
deployResultExt.setDebugLog(MetadataDebuggingInfoHandler.getDebugLog());