Varun Phadnis

Greenhorn
+ Follow
since Oct 20, 2010
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Varun Phadnis

Thanks for the quick reply Lester! I went through FAQ link. However it does not have anything about the cache concurrency strategies. I want to specifically learn about that.
How do the cache concurrency strategies work? i.e
1. read-only
2. read-write
3. nonstrict-read-write
4. transactional

I need a detailed explanation to understand exactly how they work. A pointer to a resource that explains this will be welcome too!
Thanks!
It obviously cannot find the "connect.hbm.xml" file. Check your directory structure to determine the correct path of the file. as a last resort try putting the file in the same directory as your Hibernatedemo source file.
If you are setting hbm2ddl property then try setting it to "update"