First of all, is Hibernate Tools 3.2.4 usable on Eclipse 3.5RC3?
When installing HT for use with an existing project, it would sure be nice if the options to add mapping files gave you the ability to search a tree for all available candidates and preselect them, pending confirmation.
My project uses Oracle. I have the Oracle driver in my maven dependencies. When I proceeded to try to create a database connection for use with HT, I wasn't able to get anywhere. When I clicked "New" on the "Database Connection" line in the "Edit launch configuration properties" (where the field was currently set to "[Hibernate configured connection]"), it brought up a "New Connection Profile" dialog, where it offered only the option of a "Generic JDBC" connection. When I "Next"ed on that, the dialog with the "Drivers" list was empty. Is there something I'm missing that will populate the Drivers list with the Oracle driver from my Maven dependencies?
|