|
Similar to AS7-4346, but for singleton services.
To fix, the ServiceProviderRegistryService should be installed, on demand, per cache container. The SingletonService then only needs to establish the appropriate dependency on the appropriate ServiceProviderRegistryService.
To avoid the inevitable circular dependency between the jboss-as-clustering-service and jboss-as-clustering-infinispan modules, use a service loader to load channel dependent service installers.
|