this.resource.getName());
// Reset the current node to the stale Resource node's parent node.
JONTreeNode parentNode = SummaryAction.this.navigationAction.getSelectedNode().getParent();
SummaryAction.this.navigationAction.setCurrentPath(parentNode.getPath());
// And refresh the parent node's children to remove the stale Resource node.
parentNode.reInitializeChildrenMap();
return FacesOutcomes.ERROR;
}
setResourceAndSummaryInfo(this.resource);
return FacesOutcomes.RESOURCE_INSTANCE;
}