]
RH Bugzilla Integration updated ISPN-2998:
------------------------------------------
Bugzilla Update: Perform
Bugzilla References:
NPE on shutdown: ExternalizerTableProxy already cleared
-------------------------------------------------------
Key: ISPN-2998
URL:
https://issues.jboss.org/browse/ISPN-2998
Project: Infinispan
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: Core
Affects Versions: 5.2.5.Final
Reporter: Sanne Grinovero
Assignee: Galder ZamarreƱo
Priority: Minor
Apparently the method
{code}org.infinispan.marshall.jboss.JBossMarshaller.ExternalizerTableProxy.getObjectWriter(Object){code}
can be invoked during shutdown even when _externalizerTable_ is null, generating an NPE.