throw resourceManager.getExceptionManager().getException(1503,args,e);
} finally {
//
// restore component
if (component!=null)
componentManager.restore(component);
//
// delete flow node properties
for(Iterator it=flowNodeProps.keySet().iterator(); it.hasNext(); ) {
String prop = (String)it.next();
itemProps.remove(prop);