Hi All,
I am trying to develop a wicket based web application using hibernate at the model layer with postgres DB.
I created all my tables manually and i am trying to reverse engineer the code from the tables using hibernate code generator tool downloaded from www.hibernate.org.
I have created the hibernate.cfg.xml and hibernate.reveng.xml. Also, i am able to browse the tables from Hibernate perspective.
But, when i run the code generator with exporter settings containing the options to generate Domain as well as hbm files on a specified package.. it generates nothing.
Any help is greatly appreciated.
Environment used:
Eclipse 3.5 (Galileo) Postgres 8.3-604 Wicket 1.3 workbench
~ Jegan