Created: Oct 23, 2006, 12:20:46 AM Last Modification Date: $Date: 2009-05-06 22:02:34 -0500 (Wed, 06 May 2009) $
268269270271272273274275276277278
// return return manager; } public FlowExecutor getFlowExecutor() throws TuboException { FlowExecutor manager = null; try { // // get FlowExecutor via Spring manager = (FlowExecutor)beanFactory.getBean(SPRING_FLOW_EXECUTOR_BEAN_ID); } catch (BeansException e) {