]
Paul Ferraro updated WFLY-9530:
-------------------------------
Summary: Requesting TRANSACTIONAL cache concurrency strategy but the cache is not
configured as transactional. (was: [GSS](7.2.0) Requesting TRANSACTIONAL cache
concurrency strategy but the cache is not configured as transactional.)
Requesting TRANSACTIONAL cache concurrency strategy but the cache is
not configured as transactional.
-----------------------------------------------------------------------------------------------------
Key: WFLY-9530
URL:
https://issues.jboss.org/browse/WFLY-9530
Project: WildFly
Issue Type: Bug
Components: Clustering, JPA / Hibernate
Affects Versions: 11.0.0.Final
Reporter: Paul Ferraro
Assignee: Paul Ferraro
When deploying a legacy (non-JPA) Hibernate application with level 2 cache enabled, the
following WARN is logged:
{code}
... WARN [org.hibernate.cache.infinispan.impl.BaseRegion] ... Requesting TRANSACTIONAL
cache concurrency strategy but the cache is not configured as transactional.
{code}