Commit 02bd752d authored by ssalve's avatar ssalve

Sarita: Done changes for getConnectDB("DriverITMCP") to getConnection on 28DEC2017

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@177343 ce508802-f39f-4f6c-b175-0d175dae99d5
parent d038cb00
......@@ -2203,7 +2203,9 @@ public class PorderConf extends ActionHandlerEJB implements PorderConfLocal, Por
//if(connCP !=null)
{
System.out.println("file exist new connection is creating");
connCP = connDriver.getConnectDB("DriverITMCP");
//changes by sarita on 28DEC2017
/*connCP = connDriver.getConnectDB("DriverITMCP");*/
connCP = getConnection();
return connCP;
}
}
......
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