Hi,
I am getting the following error with the above versions:
Quote:
[hibernatetool] Executing Hibernate Tool with a JDBC Configuration (for reverse engineering)
[hibernatetool] 1. task: cfg2hbm (Generates a set of hbm.xml files)
[hibernatetool] 12.10.2005 13:24:38 INFO - Hibernate 3.1 rc1
[hibernatetool] 12.10.2005 13:24:38 INFO - hibernate.properties not found
[hibernatetool] 12.10.2005 13:24:38 INFO - using CGLIB reflection optimizer
[hibernatetool] 12.10.2005 13:24:38 INFO - using JDK 1.4 java.sql.Timestamp handling
[hibernatetool] 12.10.2005 13:24:38 INFO - configuring from file: hibernate.cfg.xml
[hibernatetool] 12.10.2005 13:24:39 INFO - Ignoring null mapping
[hibernatetool] 12.10.2005 13:24:39 INFO - Configured SessionFactory: null
[hibernatetool] 12.10.2005 13:24:39 INFO - Override file: C:\dev\eclipse-SDK-3.1.1-win32\eclipse\workspace\IfbHibernate050801\tstdata\ant\erk\hibernate.reveng.xml
BUILD FAILED
java.lang.NoClassDefFoundError: org/hibernate/cfg/HbmBinder$SecondPass
When I look up the hibernate source code, it looks like the inner class SecondPass (e.g. in h3.1b1) is now an interface outside of HbmBinder.