[
https://issues.jboss.org/browse/WFLY-10638?page=com.atlassian.jira.plugin...
]
Frank Langelage commented on WFLY-10638:
----------------------------------------
Using current master now (wildfly-15.0.0.CR1-SNAPSHOT as of today) the warnings are still
present:
27.11. 22:33:41,144 WARN
[org.infinispan.hibernate.cache.v53.InfinispanRegionFactory#unsetTransactions] HHH025030:
Transactional caches are not supported. The configuration option will be ignored; please
unset.
27.11. 22:33:41,153 WARN
[org.infinispan.hibernate.cache.v53.InfinispanRegionFactory#unsetTransactions] HHH025030:
Transactional caches are not supported. The configuration option will be ignored; please
unset.
27.11. 22:33:41,159 WARN
[org.infinispan.hibernate.cache.v53.InfinispanRegionFactory#unsetTransactions] HHH025030:
Transactional caches are not supported. The configuration option will be ignored; please
unset.
27.11. 22:33:41,162 WARN
[org.infinispan.hibernate.cache.v53.InfinispanRegionFactory#unsetTransactions] HHH025030:
Transactional caches are not supported. The configuration option will be ignored; please
unset.
File
wildfly/dist/target/wildfly-15.0.0.CR1-SNAPSHOT/standalone/configuration/standalone-full.xml
still looks like this:
{code:xml}
<cache-container name="hibernate"
module="org.infinispan.hibernate-cache">
<local-cache name="entity">
* <transaction mode="NON_XA"/>*
<object-memory size="10000"/>
<expiration max-idle="100000"/>
</local-cache>
<local-cache name="local-query">
<object-memory size="10000"/>
<expiration max-idle="100000"/>
</local-cache>
<local-cache name="timestamps"/>
</cache-container>
{code:xml}
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
Priority: Major
Fix For: 15.0.0.Beta1
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}
The warning comes from ORM 5.3 integration code
org.infinispan.hibernate.cache.v53.InfinispanRegionFactory#unsetTransactions.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)