Example for creating a configuration
- by Steven
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