]
Galder Zamarreño updated ISPN-9369:
-----------------------------------
Status: Pull Request Sent (was: Open)
Git Pull Request:
Non transactional query cache only cache results if transaction is
committed
----------------------------------------------------------------------------
Key: ISPN-9369
URL:
https://issues.jboss.org/browse/ISPN-9369
Project: Infinispan
Issue Type: Bug
Components: Hibernate Cache
Affects Versions: 9.3.0.Final
Reporter: Galder Zamarreño
Assignee: Galder Zamarreño
Fix For: 9.4.0.Beta1, 9.4.0.Final
{quote}Local query caches are not populated if the transaction is not committed.
The same test case works on hibernate 4.3.11
Our scenario: Read-only services that only execute queries and never commit the
transaction. It should still be possible to use/configure hibernate/infinispan to cache
the results, regardless the transaction state.{quote}