This is the home page for the Knowledge Base space.
private Session getCurrentHibernateSession(){ return (Session)jpaTemplate.execute(new JpaCallback() { public Object doInJpa(EntityManager entityManager) throws PersistenceException { return (Session)entityManager.getDelegate(); } }); }