this.selectedOperationParameters = null;
ResourceManager resourceManager = ResourceManagerFactory.resourceManager();
String jobId = newOperationHistory.getJobId().toString();
try
{
resourceManager.invokeOperation(this.currentResource, operationDef, newOperationHistory.getParameters(),
jobId);
this.facesMessages.add("The #0 operation has been invoked. See the operation history below for the results once the operation has completed.",
operationDef.getDisplayName());
}
catch (RuntimeException e)