I'm receiving the following error below when I try to generate my POJO's based off of my hbm.xml files. Not sure what 'version' it's trying to set and why but the hibernate version I'm using is 3.1.2 and the hibernate tools version I'm using is 3.1.0b4
Code:
Full stack trace of any exception that occurs:
Executing Hibernate Tool with a Standard Configuration
1. task: hbm2java (Generates a set of .java files)
log4j:WARN No appenders could be found for logger (org.hibernate.cfg.Environment).
log4j:WARN Please initialize the log4j system properly.
/Users/lardo/development/CF/ems-2-0/build.xml:86: java.lang.IllegalStateException: 3.1.0.beta4 found when setting version
Thanks for any help.