-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Trivial - P5
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
DevProd Test Infrastructure
-
ALL
-
None
-
None
-
None
-
None
-
None
-
None
-
None
The killSessions happening within finally uses the myDB object which is assigned in the try block, so a failure before myDB is assigned will cause the thread to rethrow complaining myDB is undefined.