I am using NetBeans 6.5.1 and Hibernate 3.2.5.
I stepped through this tutorial by using a different, existing database (Oracle 10g XE). The creation of the config file works fine, as well as the creation of the HibernateUtil.java class. The tutorial then wants me to run the reverse engeneering wizard, but this wizard does not exist. Instead I was using the "Hibernate Mapping Files and POJOs from Database".
There I have selected the tables I want to map and enabled "JDK 5 Language Features", "Domain Code" and "Hibernate XML Mappings". After selecting the package and clicking finished the "hibernate.reveng.xml" file is created and that's all.
There are no Java classes and NetBeans does not prompt me a message why nothing is created. What is wrong? Am I missing something and what should I do next?
Add: This tutorial shows how it should work with 6.5 (yeah I know,... beta). The steps to perform are exactly the steps I did, but still no classes are created.