The default cache provider used by hibernate-core (org.hibernate.testing.cache.CachingRegionFactory) does not support a Transactional cache strategy, so it's not surprising that the attached test fails.
An Infinispan A test in hibernate-infinispan using transactional strategy should be added or updated using transactional strategy to reproduce this issue .
|