score:1

in the hibernate settings (properties -> hibernate settings):

  1. check the option enable hibernate support.

  2. under default hibernate console configuration, if config is already defined select it else go to run -> run configurations and define new configuration in hibernate console configuration. specify the project name. select jpa project configured connection in the database connection, click apply and return to the hibernate settings settings page.

  3. restart eclipse or clean your project.

update: try this as well:

open .project file in the imported project from svn and any references you find in nature and build parameters remove them. <\nature>org.hibernate.eclipse.console.hibernatenature<\nature> //or on the lines myconf. do same thing in .classpath file as well.


Related Query

More Query from same tag