]
Tristan Tarrant updated ISPN-4862:
----------------------------------
Status: Open (was: New)
Race condition in InfinispanResourceDescriptionResolver's usage
of resource static fields
-----------------------------------------------------------------------------------------
Key: ISPN-4862
URL:
https://issues.jboss.org/browse/ISPN-4862
Project: Infinispan
Issue Type: Bug
Components: Server
Affects Versions: 7.0.0.CR1
Reporter: Tristan Tarrant
Assignee: Tristan Tarrant
Fix For: 7.0.0.Final
InfinispanResourceDescriptionResolver has a static initializer which fills a hashmap with
shared attribute names. To do this it references static fields from the *Resource classes
which in some cases also refer to the InfinispanResourceDescriptionResolver thus causing
some fields to be null in certain cases.