Description
When running normally, some of OpenJPA configuration is lazily loaded and is not thread safe. Normally this isn't an issue if one thread has a different configured object than another.
Today I came across a problem when using the DataCache EvictionScheduler that multiple scheduler threads can get created and kicked off.