Hello:
I'm trying to use the hibernate tools reverse engineering wizard for a new project with an existing MySql database. I have Eclipse 3.6, with the current Hbernate Tools for Eclipse installed ( Version: 3.4.v20110215-1252-H31-GA ).
I am trying to create a console configuration after creating the hibernate.cfg.xml using the UI plugin.
When I select type Core I get the following message: "Could not parse configuration:C:\Projects\hibertest\src\hibernate.cfg.xml" The configuration plugin launched when the cfg.xml file is open is able to parse and display it fine however.
When I select type "Annotations" the following message is displayed: "Could not load AnnotationConfiguration"
When I select type "JPA" it displays "Persistence unit not found: 'null'.
Any suggestions for these issues?
Thanks, Matt
|