props.load( in );
/* Session Factory */
__logger.info( "...initializing the Hibernate SessionFactory" );
SessionFactory sessionFactory = ds.buildSessionFactory( props );
config.getServletContext( ).setAttribute( SESSION_FACTORY_KEY, sessionFactory );
__logger.info( "Initialized" );
}
catch ( HibernateException h )