| http://www.w3.org/ns/prov#value | - If your code obtains a connection in local transaction mode, make sure that your code calls commit() or rollback() on the Connection when it is obtained.Here is an example of using a Connection in a distributed transaction:TransactionDemarcation td = new TransactionDemarcation();
|