Example for creating a configuration
Posted
by Steven
on Stack Overflow
See other posts from Stack Overflow
or by Steven
Published on 2010-03-26T06:43:11Z
Indexed on
2010/03/26
7:13 UTC
Read the original article
Hit count: 268
hi, i am facing some difficulties in creating a session. Can anyone provide me an example or link where a configuration is created by using an external file by giving url,like
Configuration config = new Configuration.configure(url); the cinfig file is in another hibernate project. is there anything that i should add to classpath or store the config file. My app is just getting hanged there at that statement.Help
© Stack Overflow or respective owner