Im using Netbeans 7.3, Windows 7, Postgres 9.2,
I created a Java Web project with Hibernate 3.2.5 (driver = postgresql-9.2-1002.jdbc4)
I added the new project with the postgres database info,
after I created the reverse engineering file with the NetBeans tool
and finally I used the Wizard "Hibernate Mapping Files and POJOS from Database..."
and it doesn't create the classes,
I tested it with MySql and It works prefect.
The problem is when I use Hibernate with Postgres.