Instalação do javaBB

Galera ,

Estou instalando o javaBB e está apresentado o erro abaixo nos logs do tomcat:

2007-11-02 07:56:22,274 [main ERROR ContextLoader]: Context initialization failed
org.springframework.beans.factory.BeanDefinitionStoreException: Error registering bean with name ‘transactionManager’ defined in file [/home/acmasters/public_html/WEB-INF/classes/applicationContext.xml]: Class that bean class [org.springframework.orm.hibernate.HibernateTransactionManager] depends on not found; nested exception is java.lang.NoClassDefFoundError: net/sf/hibernate/HibernateException
java.lang.NoClassDefFoundError: net/sf/hibernate/HibernateException
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:242)

Estou utilizando o hibernate2 - lib hibernate2.jar que vem junto com o projeto … tem alguma idéia do que pode ser ? :roll: