Quote:
Oct 29, 2010 9:38:19 AM org.hibernate.cfg.annotations.Version <clinit>
INFO: Hibernate Annotations 3.2.0.GA
Oct 29, 2010 9:38:19 AM org.hibernate.cfg.Environment <clinit>
INFO: Hibernate 3.0.3
According to your log you have old hibernate libraries in your classpath:
-Hibernate results to be of version 3.0.3 instead to 3.3.2.GA
-Hibernate Annotations results to be of version 3.2.0.GA instead to 3.4.0.GA
Please review you classpath.
Also take into consideration to checkout the newest official version of hibernate (currently 3.6.0 Final),
where Hibernate Annotations is deployed within hibernate3.jar,
so there you cannot have such mismatch between jar dependencies.