private void newTemplateHandler(SourceBean request, SourceBean response) throws SourceBeanException, EMFUserError {
logger.debug("IN");
String tempOOFileName = "";
List confDoc = new ArrayList();
WorkflowConfiguration workConf = new WorkflowConfiguration();
List functionalities;
try {
functionalities = DAOFactory.getLowFunctionalityDAO().loadAllLowFunctionalities(true);
} catch (EMFUserError e) {
logger.error("Error while loading documents tree", e);