Details
-
Bug
-
Status: Closed
-
Medium
-
Resolution: Done
-
Beijing Release
-
None
-
None
Description
Modify StateManagement to create an EntityManager on each call to a method that uses transactions. Thus, it will just be a local variable and not shared across threads as it is now. This should eliminate many of the nuisance errors coming from StateManagement when an attempt is made to close (or open) a transaction that is in an illegal state.