Re: [hibernate-dev] Problem setting the package name using Hibernate Tools.

2008-06-04 Thread Max Rydahl Andersen
use the forum where you posted this question twice already. Thanks, -max > Max, > > Thanks for your reply. Comments inline. > > > Secondly, even though I have defined the > >HibernateReverseEngineeringStrategy, why tools is generating pojos and > mapping > >files for all the tables in the db ?

Re: [hibernate-dev] Problem setting the package name using Hibernate Tools.

2008-06-03 Thread Sri Gowri
Max, Thanks for your reply. Comments inline. > Secondly, even though I have defined the >HibernateReverseEngineeringStrategy, why tools is generating pojos and mapping >files for all the tables in the db ? (Note:I have listed only selected tables >in the hibernate.reveng.xml). >Not sure - dep

Re: [hibernate-dev] Problem setting the package name using Hibernate Tools.

2008-06-02 Thread Max Rydahl Andersen
> in the code outputDir is > C:\Documents and > Settings\gowri\MyDocuments\NetBeansProjects\WebApplication57\src\java\Travel. > > But the generated pojo and mapping files don't contain package as Travel . Why should it set the package to travel based on a directory ? The reverse engineering stra

[hibernate-dev] Problem setting the package name using Hibernate Tools.

2008-05-27 Thread Sri Gowri
Hi, I am experiencing a problem with the package name declaration during pojo and mapping generation with Hibernate Tools without using Ant. hibernate.cfg.xml: