Hi All,
I have a orchestartion where i am calling a BRE rules having a database connection variable to fetch some values from database.I intialize the connection and open it inside a atomic scope.After excecuting the BRE i explicitly close the connection also.I am catching the exception from the atomic scope by wrapping the atomic scope inside a long running scope.
If a exception comes from the database inside the atomic scope it gets caught by the exception block.But does the connection also gets disposed or closed if any exception comes inside the atomic scope?
Alok