241242243244245246247248
log.debug("Full Hibernate Plugin's Session Factory built successful"); } catch (Exception e) { factoriesMap.clear(); System.err.println("Could not build Full Hibernate Plugin's Session Factory"); e.printStackTrace(); throw new BuildSessionFactoryException(e); } }