Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Done
-
Affects Version/s: 5.4.0.Final
-
Fix Version/s: 5.5.0.Final
-
Component/s: None
-
Labels:None
-
Git Pull Request:
Description
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.
Attachments
Issue Links
- duplicates
-
JBTM-2654 Provide a method to restart the StoreManager
-
- Closed
-