Hello,
I just installed hibernate3 tools. I can create a hibernate.cfg.xml, but while I am creating a console configuration, it only allows me to select folders under my source root. as a result when I hit generate session factory, it compains about not being able to load the database driver.
I am using Oracle. (ojdbc14.jar) even when this jar is in the classpath of my project, I get the same error.
under \workspace\.metadata\.plugins\org.hibernate.eclipse.console\ there is a hibernate-console.xml, but when I edit this with hand I get a parse error.
this tool looks very nice. I have been trying all sorts of plugins for hibernate, and I would like to be able to use this one, please help.
PS: I have eclipse 3.1m4
|