Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Duplicate
-
DataAccess 1.9 .1
-
None
-
Windows Vista, .NET framework 3.5
Description
The issue popped up when trying to get a DaoManager instance inside of a Dao associated with a different DaoManager. The result is that the second Dao obtains a LocalSession which is the same as the one associated with the first one.
Fiddling into the code we noticed that the session store gets instantiated before the DaoManager Id is set, and therefore different dao managers obtain the same session store and share the LocalSession, and therefore the same connection string, which is of course wrong.
We would appreciate your help on this issue.