Joined: Wed Aug 11, 2004 7:01 am Posts: 10
|
Hibernate version:
3.0.3
What can be done about these error messages?
ReadWriteCache.java:214 - An item was expired by the cache while it was locked (increase your cache timeout)
I get about 70000 of them when I do an update that comes in via XML (about 6000 elements with subelements). The XML comes in on a app level above hibernate and loops trough all 6000 adverts and updates them. This takes a while to execute.
We use the"get" cachestrategy when doing this, since we don't want to load the updated entities and their related entities in to the cache since that would ruin the cache for the web users. Is this the problem?
Any help would be much appreciated!
Regards
Kristoffer Skjutare
|
|