Details
-
Type:
New Feature
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.2, 1.3
-
Fix Version/s: 1.3.1
-
Labels:None
-
Environment:All
-
Number of attachments :
Description
It would be nice to have a way to tell BTM to guarantee the isolation level of its JDBC resources. Meaning, before getting a connection from a DataSource have BTM ensure that the isolation level of the resource is set to a predefined value.
Maybe something like:
resource.ds.isolation.guaranteed=true
resource.ds.isolation.level=READ-UNCOMMITTED
fixed in trunk.