}
} else if (isFlowControllerDescriptor()) {
FlowControllerDescription fc = (FlowControllerDescription) flowControllerDescription.clone();
try {
fc.doFullValidation(createResourceManager());
} catch (Throwable e) {
Utility.popMessage("Error in Flow Controller Descriptor",
"The Descriptor is invalid for the following reason:" + "\n"
+ getMessagesToRootCause(e), MessageDialog.ERROR);
return false;