Commit 3403a8b9 authored by prane's avatar prane

Previous of DriverITM is changed to getConnection() are rollbacked.

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@175661 ce508802-f39f-4f6c-b175-0d175dae99d5
parent a3212391
...@@ -45,8 +45,8 @@ public class BatchLoadIdSpecificSch implements Schedule ...@@ -45,8 +45,8 @@ public class BatchLoadIdSpecificSch implements Schedule
E12GenericUtility genericUtility= new E12GenericUtility(); E12GenericUtility genericUtility= new E12GenericUtility();
System.out.println("scheduleParamXML-----"+scheduleParamXML); System.out.println("scheduleParamXML-----"+scheduleParamXML);
ConnDriver connDriver = new ConnDriver(); ConnDriver connDriver = new ConnDriver();
//conn = connDriver.getConnectDB("DriverITM"); conn = connDriver.getConnectDB("DriverITM");
conn = getConnection(); //conn = getConnection();
Document dom=genericUtility.parseString(scheduleParamXML); Document dom=genericUtility.parseString(scheduleParamXML);
//Condition Added By Manoj 25/01/2013 to load batch Win Name wise. //Condition Added By Manoj 25/01/2013 to load batch Win Name wise.
objName=genericUtility.getColumnValue("ACTUALPARAMETER",dom); objName=genericUtility.getColumnValue("ACTUALPARAMETER",dom);
......
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