167168169170171172173174175
log.debug("New Hibernate Session created and returned (SessionFactory \""+sessionFactoryName+"\")"); return session; } catch (Exception e) { System.err.println("Could not load Hibernate Session from Full Hibernate Plugin's Session Factory"); throw new LoadSessionFromFactoryException(e); } }