Commit 9316e8bf authored by ssalve's avatar ssalve

Sarita : Done changes to 1. remove Lookup for ITMDBAccessEJB and created...

Sarita : Done changes to 1. remove Lookup for ITMDBAccessEJB and created object and  2. use connection method of ITMDBAccessEJB for calling getErrorString 

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@187991 ce508802-f39f-4f6c-b175-0d175dae99d5
parent a064c17c
......@@ -190,7 +190,8 @@ public class WeekOffCreationPrc extends ProcessEJB implements WeekOffCreationPrc
}
userId = genericUtility.getValueFromXTRA_PARAMS(xtraParams,"userId");
ITMDBAccessEJB itmDBAccessEJB = new ITMDBAccessEJB();
retString = itmDBAccessEJB.getErrorString("",errCode,userId);
//retString = itmDBAccessEJB.getErrorString("",errCode,userId);
retString = itmDBAccessEJB.getErrorString("",errCode,userId,"",conn);
}
catch(SQLException se)
{
......
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