Commit 6f951676 authored by wansari's avatar wansari

S17BBAS004 updated source for getting connection using DriverITM


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@106229 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 077cae43
......@@ -111,7 +111,7 @@ public class GstDataPrc extends ProcessEJB implements GstDataPrcLocal,GstDataPrc
//conn = getConnection();
connDriverGST = new ConnDriver();
connGST = connDriverGST.getConnectDB("DriverGST"); //will be changed as DriverITM as using stddbtest database for testing temporary
connGST = connDriverGST.getConnectDB("DriverITM"); //will be changed as DriverITM as using stddbtest database for testing temporary
connGST.setAutoCommit(false);
connDriverGST = null;
......
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