Paul Ferraro btw, the other (preferred) option is to make sure you change the "short name" registrations for the Infinispan L2 cache provider. These used to be controlled by the service (JDK service) org.hibernate.cache.infinispan.StrategyRegistrationProviderImpl. Specifically we used to register 2 different short names:
- "infinispan" (or "InfinispanRegionFactory") -> org.hibernate.cache.infinispan.InfinispanRegionFactory
- "infinispan-jndi" (or "JndiInfinispanRegionFactory") -> org.hibernate.cache.infinispan.JndiInfinispanRegionFactory
|