File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Object Relational Mapping and the fly likes Hibernate:xml file not found but find properties file Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Object Relational Mapping
Reply Bookmark "Hibernate:xml file not found but find properties file" Watch "Hibernate:xml file not found but find properties file" New topic
Author

Hibernate:xml file not found but find properties file

amit sharma
Ranch Hand

Joined: Jul 19, 2006
Posts: 129
I just started to learn hibernate .I make hibernate.cfg.xml but when i execute my application it not find xml file but when i make hibernate.properties and put in the same directory it easily find it .Where i am going wrong.
Thanks
Jaikiran Pai
Saloon Keeper

Joined: Jul 20, 2005
Posts: 6718

Have you placed the hibernate.cfg.xml at the root of the classpath? For more details have a look at Section 3.7 at Hibernate Reference


[My Blog] [JavaRanch Journal]
amit sharma
Ranch Hand

Joined: Jul 19, 2006
Posts: 129
Originally posted by Jaikiran Pai:
Have you placed the hibernate.cfg.xml at the root of the classpath? For more details have a look at Section 3.7 at Hibernate Reference


When hibernate not able to find xml file i put the properties file in same directory.
Thanks
 
 
subject: Hibernate:xml file not found but find properties file
 
Threads others viewed
Problem in creating executable jar (Eclipse)
c/c++ from Java
how can i count objects in an object file
Why Class.forName does not work when calling from jar file
Miscellaneous Questions
jQuery in Action, 2nd edition