| 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
|
|
|