-
Type:
Bug Report
-
Resolution: Fixed
-
Priority:
L3 - Default
-
Affects Version/s: None
-
Component/s: engine
Problem Description:
Given:
- I start multiple process engines concurrently (like in Wildfly)
- I use the config property "useSharedSqlSessionFactory"
If: - The process engines are started concurrently
Then: - the sql session factories are not actually shared because access is un-synchronized