This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes IDEs, Version Control and other tools and the fly likes Hibernate tools refactoring not working Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Engineering » IDEs, Version Control and other tools
Reply Bookmark "Hibernate tools refactoring not working" Watch "Hibernate tools refactoring not working" New topic
Author

Hibernate tools refactoring not working

vikram mishra
Greenhorn

Joined: Mar 04, 2011
Posts: 7
some one kindly help me .

I am trying to make hbm files using hibernate tools in eclipse but i am facing an error in the last step.

Environment is RHEL6.I used eclipse helios 3.6 first for this purpose but it didn't work so i switched to spring tool suite, but still no help.

I recieve a message that refactoring doesnot make any change in source code


I've attachedd the screen shot of the final window.. there is no error in source code as i tried to make a hbm file in the windows system .

please suggest me any step to take to resolve it. I googled this error but no help, I tried hibernate tools issues ut still no help.


thank you in advance..



[Thumbnail for Screenshot.png]

Peter Johnson
author
Bartender

Joined: May 14, 2008
Posts: 5536

I suspect that you created the hbm files previously and thus this message is saying that you haven't made any changes to the source to to warrant recreating the hbm files. You could try doing a Clean first. Or manually delete the hbm files. Or better yet, run the hbm utility from the command line.


JBoss In Action
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Hibernate tools refactoring not working
 
Similar Threads
Hibernate3 Auto code (hbm, schema) generation tools
Mixing Hibernate Annotations with .hbm files
hibernate in Eclipse helios
generate MYSQL table from .hbm file
Need help in hibernate project setup.Gettng exception when try to create console configuration