]
Tristan Tarrant updated ISPN-7729:
----------------------------------
Fix Version/s: 9.2.0.Final
(was: 9.1.0.Final)
Cache managers share a mutable GenericTransactionManagerLookup
instance
-----------------------------------------------------------------------
Key: ISPN-7729
URL:
https://issues.jboss.org/browse/ISPN-7729
Project: Infinispan
Issue Type: Bug
Components: Configuration, Core
Affects Versions: 9.0.0.Final
Reporter: Dan Berindei
Fix For: 9.2.0.Final
{{GenericTransactionManagerLookup}} is mutable, so different cache managers should use
different instances. Even if two deployments see the same
{{GenericTransactionManagerLookup}} class from a common parent classloader, each
deployment could include its own transaction manager.