Commit ed1c7735 authored by ssalve's avatar ssalve

Sarita : done changes to add getConnection instead getConnectionDB("DriverITM") on 27DEC2017

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@177262 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 2d1653ba
......@@ -1379,9 +1379,11 @@ public class PalletizationIC extends ValidatorEJB implements PalletizationICLoca
chgTerm = checkNull(genericUtility.getValueFromXTRA_PARAMS(xtraParams, "termId"));
System.out.println("loginEmpCode---->>["+loginEmpCode+"] chgUser---->>["+chgUser+"]");
ConnDriver connDriver = new ConnDriver();
//Added & replace by sarita on 27DEC2017
/*ConnDriver connDriver = new ConnDriver();
conn = connDriver.getConnectDB( "DriverITM" );
connDriver = null;
connDriver = null;*/
conn = getConnection();
if( objContext != null && objContext.trim().length() > 0 )
{
......
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