-
Bug
-
Resolution: Done
-
Critical
-
6.4.0.GA, 7.0.4.GA, 7.1.0.DR12
-
None
-
Release Notes
-
-
-
-
-
-
- Multiple JPA persistence units are deployed (some enable caching via hibernate.cache.use_second_level_cache=true and some do not)
- Entities are annotated with @javax.persistence.Cacheable
Randomly (not reproducible at will), caching is not enabled (queries that should resolve in cache consistently go to the database). DEBUG logging shows that, when the issue occurs, there are no log entries like
... [org.hibernate.cache.infinispan.InfinispanRegionFactory] Building entity cache region ...
The same issue has never been reproduced when @org.hibernate.annotations.Cache is used for entities and cache regions are consistently (based on DEBUG trace) seen to be created for associations (which can only be made cacheable via @Cache)
- is cloned by
-
JBEAP-9161 [GSS] (7.0.z) HHH-11516 - Level two cache may not be enabled when using @Cacheable without/instead of @Cache
- Closed
- is incorporated by
-
JBEAP-8552 Upgrade to Hibernate ORM 5.1.5
- Closed
- incorporates
-
HHH-11516 Loading...
- links to