Commit 530d8788 authored by ssalve's avatar ssalve

Sarita: Done changes in PorcpConf.java class to resolve returnString error on 8JAN2018

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@177814 ce508802-f39f-4f6c-b175-0d175dae99d5
parent faad1167
......@@ -1073,6 +1073,13 @@ public class PoRcpConf extends ActionHandlerEJB implements PoRcpConfLocal, PoRcp
pstmtSql = null;
}
//Added by sarita on 8JAN2018 [start]
else if((retString != null && retString.trim().length() > 0) && (retString.indexOf("ERROR") != -1 || retString.indexOf("error") != -1))
{
retString = itmDBAccessLocal.getErrorString("", retString, "");
System.out.println("RetString for porcp>>>>>>>" + retString);
}
//Added by sarita on 8JAN2018 [end]
}
/*
......@@ -1088,7 +1095,6 @@ public class PoRcpConf extends ActionHandlerEJB implements PoRcpConfLocal, PoRcp
*/
} catch (Exception e)
{
try
{
conn.rollback();
......
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