Commit 823806ed 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@187987 ce508802-f39f-4f6c-b175-0d175dae99d5
parent fc649b57
...@@ -105,7 +105,10 @@ public class EmpRelieveAct extends ActionHandlerEJB implements EmpRelieveActLoca ...@@ -105,7 +105,10 @@ public class EmpRelieveAct extends ActionHandlerEJB implements EmpRelieveActLoca
else else
{ {
conn.commit(); conn.commit();
errString = itmDBAccessEJB.getErrorString("","VMEMP6",""); //Added and commented by sarita on to call getErrorString connection method on 20 JULY 2018 [START]
//errString = itmDBAccessEJB.getErrorString("","VMEMP6","");
errString = itmDBAccessEJB.getErrorString("","VMEMP6","","",conn);
//Added and commented by sarita on to call getErrorString connection method on 20 JULY 2018 [END]
} }
System.out.println("errString : "+errString); System.out.println("errString : "+errString);
}catch(ITMException ie) }catch(ITMException ie)
......
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