]
Tristan Tarrant updated ISPN-10865:
-----------------------------------
Sprint: DataGrid Sprint #36, DataGrid Sprint #37 (was: DataGrid Sprint #36)
NPE if DefaultCacheManager ClassWhiteList utilised on component
start()
-----------------------------------------------------------------------
Key: ISPN-10865
URL:
https://issues.jboss.org/browse/ISPN-10865
Project: Infinispan
Issue Type: Bug
Components: Configuration
Affects Versions: 10.0.0.Final
Reporter: Ryan Emerson
Assignee: Ryan Emerson
Priority: Major
Fix For: 10.0.1.Final, 10.1.0.Final
A NPE is thrown if the {{DefaultCacheManager}} is created using a xml file directly, i.e
{{new DefaultCacheManager("some.xml")}}. This is because the ClassWhiteList
instance is initialized after the GlobalComponentRegistry is created.