Commit 10827f0e authored by pgole's avatar pgole

Updated ejb component for cust stock itemchange


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@104368 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 6d64cb2c
...@@ -110,14 +110,14 @@ public class AssociateAct extends ActionHandlerEJB implements AssociateActLocal, ...@@ -110,14 +110,14 @@ public class AssociateAct extends ActionHandlerEJB implements AssociateActLocal,
{ {
ConnDriver connDriver = new ConnDriver(); ConnDriver connDriver = new ConnDriver();
//Changes and Commented By Bhushan on 09-06-2016 :START //Changes and Commented By Bhushan on 09-06-2016 :START
conn = connDriver.getConnectDB("DriverITM"); //conn = connDriver.getConnectDB("DriverITM");
//conn = getConnection(); conn = getConnection();
//Changes and Commented By Bhushan on 09-06-2016 :END //Changes and Commented By Bhushan on 09-06-2016 :END
connDriver = null; connDriver = null;
connDriver = new ConnDriver(); connDriver = new ConnDriver();
//Changes and Commented By Bhushan on 09-06-2016 :START //Changes and Commented By Bhushan on 09-06-2016 :START
//connCP = connDriver.getConnectDB("DriverCP"); connCP = connDriver.getConnectDB("DriverCP");
connCP = connDriver.getConnectDB("DriverITM"); //connCP = connDriver.getConnectDB("DriverITM");
//connCP = getConnection(); //connCP = getConnection();
//Changes and Commented By Bhushan on 09-06-2016 :END //Changes and Commented By Bhushan on 09-06-2016 :END
connDriver = null; connDriver = 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