]
Scott Marlow commented on WFLY-10638:
-------------------------------------
Some users might want to still use ORM 5.1 on WildFly 14. Should WildFly still support
transactional mode for Hibernate, in case the older ORM version is used?
Eliminate "Transactional caches are not supported." log
warning from ORM 5.3.* deployments
------------------------------------------------------------------------------------------
Key: WFLY-10638
URL:
https://issues.jboss.org/browse/WFLY-10638
Project: WildFly
Issue Type: Task
Components: Clustering, JPA / Hibernate
Affects Versions: 13.0.0.Final
Reporter: Scott Marlow
Assignee: Scott Marlow
Fix For: 14.0.0.CR1
Currently, during deployment of ORM 5.3.* applications, the following warning is logged
in the server console, four times per persistence unit. It should not appear at all.
{quote}
HHH025030: Transactional caches are not supported. The configuration option will be
ignored; please unset.
{quote}