-
Bug Report
-
Resolution: Fixed
-
L3 - Default
-
None
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