RE: hibernate3-maven-plugin: hbm2hbmxml does not generate any hbm.xml files

2006-08-25 Thread kajh
Hi! Thanks for answering! No. I don't have any pojos yet. I have a database and want to generate hbm.xml files for the tables owned by the given databaseuser in this database, and then generate pojos from these hbm.xml files. -Kaj :) Johann Reyes-2 wrote: > > Kaj > > Question, do you have

RE: hibernate3-maven-plugin: hbm2hbmxml does not generate any hbm.xml files

2006-08-24 Thread Johann Reyes
Kaj Question, do you have annotated classes? Regards Johann Reyes -Original Message- From: Kaj Hejer [mailto:[EMAIL PROTECTED] Sent: Thursday, August 24, 2006 4:58 AM To: users@maven.apache.org Subject: hibernate3-maven-plugin: hbm2hbmxml does not generate any hbm.xml files Hi! I&#

hibernate3-maven-plugin: hbm2hbmxml does not generate any hbm.xml files

2006-08-24 Thread Kaj Hejer
Hi! I'm trying to generate hbm.xml files running "mvn hibernate3:hbm2hbmxml", but no hbm.xml files are generated. Do I need in some way to tell the plugin which tables to generate mappingsfiles for, other than specifying the jdbc url, username and password for the database in hibernate.cf