Commit 4c31e77e authored by dpawar's avatar dpawar

*** empty log message ***


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@93950 ce508802-f39f-4f6c-b175-0d175dae99d5
parent ec3e389e
...@@ -29,7 +29,7 @@ public class RcpBackflushConfirm extends ActionHandlerEJB implements RcpBackflus ...@@ -29,7 +29,7 @@ public class RcpBackflushConfirm extends ActionHandlerEJB implements RcpBackflus
boolean isError=false; boolean isError=false;
public String confirm(String tranID,String xtraParams, String forcedFlag) throws RemoteException,ITMException public String confirm(String tranID,String xtraParams, String forcedFlag) throws RemoteException,ITMException
{ {
System.out.println("----------------confirmed called (RcpBackflushConfirm)---------"); System.out.println("----------------confirmed method (RcpBackflushConfirm)---------");
String retString = ""; String retString = "";
Connection conn = null; Connection conn = null;
ConnDriver connDriver = null; ConnDriver connDriver = null;
...@@ -108,7 +108,7 @@ public class RcpBackflushConfirm extends ActionHandlerEJB implements RcpBackflus ...@@ -108,7 +108,7 @@ public class RcpBackflushConfirm extends ActionHandlerEJB implements RcpBackflus
} }
System.out.println("errorString @#@#---->>["+errString+"]"); System.out.println("errorString @@#---->>["+errString+"]");
System.out.println("isError---->>["+isError+"]"); System.out.println("isError---->>["+isError+"]");
if(errString !=null && errString.trim().length() == 0 && (!isError)) if(errString !=null && errString.trim().length() == 0 && (!isError))
{ {
......
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