Commit 15af90d2 authored by agaikwad's avatar agaikwad

get connection


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@43317 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 58ece7eb
...@@ -76,8 +76,8 @@ public String confirm(String tranId,String xtraParams,String forcedFlag) throws ...@@ -76,8 +76,8 @@ public String confirm(String tranId,String xtraParams,String forcedFlag) throws
if(conn == null){ if(conn == null){
connDriver = new ConnDriver(); connDriver = new ConnDriver();
//Changes and Commented By Bhushan on 06-06-2016 :START //Changes and Commented By Bhushan on 06-06-2016 :START
conn = connDriver.getConnectDB("DriverITM"); //conn = connDriver.getConnectDB("DriverITM");
//conn = getConnection(); conn = getConnection();
//Changes and Commented By Bhushan on 06-06-2016 :END //Changes and Commented By Bhushan on 06-06-2016 :END
connDriver = null; connDriver = null;
conn.setAutoCommit(false); conn.setAutoCommit(false);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment