-
Bug
-
Resolution: Done
-
Major
-
5.4.0.Final
-
None
-
None
StoreManager.get*Store() returns always the same store even after changing it via BeanPopulator.
Problem is that StoreManager.actionStore, StoreManager.stateStore, StoreManager.communicationStore won't change after they are set for the first time.
https://github.com/jbosstm/narayana/blob/master/ArjunaCore/arjuna/classes/com/arjuna/ats/arjuna/objectstore/StoreManager.java#L53
this method should null stores.
- duplicates
-
JBTM-2654 Provide a method to restart the StoreManager
- Closed