While trying to get query caches working, I noticed in my logs that hibernate is logging that I'm on '2.1 beta 5' when I'd downloaded the 2.1 beta 6 (both the .zip and .tar.gz show 2.1 beta 5).
[INFO] Environment - -Hibernate 2.1 beta 5
[INFO] Environment - -hibernate.properties not found
[INFO] Environment - -using CGLIB reflection optimizer
[INFO] Configuration - -Mapping resource: hibernate/Misc.hbm.xml
[INFO] Binder - -Mapping class: org.XXXXX.db.Region -> Region
www.hibernate.org lists the update as November 11, 2003 but the download shows November 4, 2003.
Shouldn't the download echo a version number '2.1 beta 6'? Is this a typo somewhere or is the jar really the wrong one in the sf download? How can I get the beta6 without having to figure out how to do a cvs build?
While the topic of logging messages is on the table, why doesn't it ever say 'using hibernate.cfg.xml' since I'm using that instead of a hibernate.properties file? :)
And no, I don't have the hibernate2.jar in any shared folder. It's only in my one application's /WEB-INF/lib folder and I've removed it before extracting the sf.net's hibernate2.jar into it.
Thanks,
David