-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Done
-
Affects Version/s: EAP 5.0.0.CR5, EAP 5.0.0
-
Fix Version/s: EAP 5.0.1.CR1
-
Component/s: Hibernate
-
Labels:None
-
Affects:Release Notes
The API contract for EntityRegionAccessStrategy.evictAll() and CollectionRegionAccessStrategy.evictAll() states that all items should be forcibly evicted from the cache immediately, without regard for transaction isolation. The Hibernate/JBoss Cache integration does not implement this properly because the JBC removeNode() calls it makes do not deal with transactional issues.
see http://opensource.atlassian.com/projects/hibernate/browse/HHH-3818 for more detail
- relates to
-
JBPAPP-3010 HHH-4517 Hibernate/JBC integration doesn't property handle Entity/CollectionRegionAccessStrategy evict(Object)
-
- Closed
-