getSessionContainer().setAttribute("scriptLanguageList", scriptLanguageList);
List trasfTypesList = DAOFactory.getDomainDAO().loadListDomainsByType(DataSetConstants.TRANSFORMER_TYPE);
getSessionContainer().setAttribute("trasfTypesList", trasfTypesList);
List sbiAttrs = DAOFactory.getSbiAttributeDAO().loadSbiAttributes();
getSessionContainer().setAttribute("sbiAttrsList", sbiAttrs);
SingletonConfig configSingleton = SingletonConfig.getInstance();
String pathh = configSingleton.getConfigValue("SPAGOBI.RESOURCE_PATH_JNDI_NAME");
String filePath= SpagoBIUtilities.readJndiResource(pathh);
filePath += "/dataset/files";
File dir = new File(filePath);
String[] fileNames = dir.list();
getSessionContainer().setAttribute("fileNames", fileNames);