]
Paul Ferraro moved JBEAP-13735 to WFLY-9530:
--------------------------------------------
Project: WildFly (was: JBoss Enterprise Application Platform)
Key: WFLY-9530 (was: JBEAP-13735)
Workflow: GIT Pull Request workflow (was: CDW with loose statuses v1)
Component/s: Clustering
JPA / Hibernate
(was: Clustering)
Affects Version/s: 11.0.0.Final
(was: 7.2.0.GA)
[GSS](7.2.0) 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}