Commit fb0471f8 authored by smane's avatar smane

Update EJB file for POB Transaction Workflow (D15FSUN007)


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@98695 ce508802-f39f-4f6c-b175-0d175dae99d5
parent fffcadc1
......@@ -151,8 +151,9 @@ public class POBWizWfConf
ctx = new InitialContext(acp.getProperty());
pobWizConfLocal = (POBWizConfLocal) ctx.lookup("ibase/POBWizConf/local");
retString = pobWizConfLocal.pobConfirm(tranId, xtraParams, "Y");
System.out.println(">>>>In POBWizWfConf return from confirm:" + retString);
if(retString.indexOf("VTCNFSUCC") > -1)
System.out.println(">>>>In Check POBWizWfConf return from confirm:" + retString);
//if((errString != null ) && errString.indexOf("CONFSUCCES") > -1)
if(retString!=null && retString.indexOf("VTCNFSUCC") > -1)
{
System.out.println(">>>POBWizConf Transaction confirm Successfull");
retString = "Y";
......
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