-
Bug
-
Resolution: Done
-
Major
-
11.0.0.Final
-
None
If a non-CDI deployment (contains no beans.xml nor a bean with a bean defining annotation nor a session bean) attempts to access the CDI container using CDI.current() before TCCLSingletonService is started (and org.jboss.weld.bootstrap.api.SingletonProvider initialized with ModuleGroupSingletonProvider) then SingletonProvider is incorrectly initialized with the default impl (RegistrySingletonProvider). As a result,
subsequent CDI deployments fail with java.lang.RuntimeException: SingletonProvider is already initialized....
- is incorporated by
-
JBEAP-14425 [GSS](7.1.z) SingletonProvider may be incorrectly initialized with RegistrySingletonProvider
- Closed
- is related to
-
WFLY-10076 Add a more verbose description on the IllegalStateException fix on WFLY-9821
- Closed