| Author |
Help need in Configuration of Hibernate
|
Siddharth Bhargava
Ranch Hand
Joined: Feb 23, 2007
Posts: 227
|
|
Hi All, I am using Configuration class to add all the configuration properties. Then I am using the Configuration class's object to build the SessionFactory. Following is the code. Shouldn't this code work ??? It saying hibernate.cfg.xml not found. I have not given the hibernate.cfg.xml as I have given all the configuration properties in the Configuration class. Is hibernate.cfg.xml still needed ??? Please Help !!!
|
 |
Edvins Reisons
Ranch Hand
Joined: Dec 11, 2006
Posts: 364
|
|
|
It is the configure() method that is looking for the configuration file.
|
 |
Siddharth Bhargava
Ranch Hand
Joined: Feb 23, 2007
Posts: 227
|
|
got the clue ... thanks a lot .......
|
 |
 |
|
|
subject: Help need in Configuration of Hibernate
|
|
|