Diego Pino wrote:
Hello,
I'm trying to setup Hibernate Tools in Eclipse3.5 for a Maven project.
The point with this project is that there's not hibernate.properties file. Hibernate properties are specify in the pom.xml file. The problem with this is that on the Edit Configuration dialog for setting up Hibernate Tools, when trying to establish Property file it seems there is no way I can use a pom.xml.
What's the best way to setup Hibernate Tools for Maven when there's not hibernate.properties file?
Thanks,
Diego
Use a cfg.xml or persistence.xml instead ?
Maintain the file manually ?
Have maven generate something that you point to ?
How are you using Hibernate from your application when running ? Use the same for hibernate tools.