hi,
i have downloaded hibernate3-tools-alpha-1 and tried using.
Added new configuration named "hib". pointed hibernate.properties, hibernate.cfg.xml and added mysql-connector.jar to lib. also added project output path (bin) for pojos and *.hbm.xml files.
All done correct, because i get no error when doing "Create SessionFactory". (like couldt find *.hbm.xml, or mysql driver and hibernate.properties.) But nothing happens, nothing '+' comes next to "hib" to drill down tree (configuration name).
I intentionally did some wrong settings for testing. if i set something wrong i get error, Mapping Exception etc. so i am sure there is no error (when i do create sessionfactory cpu raising to top for a few seconds, but i think it is not sufficient to initialize hibernate, project has 46 hbm.xml files)
I have searched, read many forum posts and couldnt solve my problem.
I tried with Eclipse versions 3.1m4, 3.1m6 , 3.1RC1
Using hibernate 3.0.5 (just migrated from hibernate 2.1.8)
I have running a project under hibernate 3.0.5 , having same minor problems like hql differences.
Is there anyone had similar problems and solved. And does anybody know why console does not reply after "create sessionfactory".
Is there anyway to see what happens, logging etc.
(Also tried hibernate3-tools-alpha2 from jboss1.5M1 ide, Eclipse3.1M5A and wtp1.0.4 it doesnt work too.)
Thanks..
|