]
tommaso borgato commented on WFLY-9530:
---------------------------------------
Hi Paul, is the app that caused the problem available?
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: tommaso borgato
Fix For: 12.0.0.Beta1, 12.0.0.Final
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}