Commit 06745ff0 authored by ajadhav's avatar ajadhav

change in method signature for processRequest and remove other wherever it is called.


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@177289 ce508802-f39f-4f6c-b175-0d175dae99d5
parent fdbe7866
...@@ -514,7 +514,7 @@ public class CustomerMasterWfEJB extends ValidatorEJB implements CustomerMasterW ...@@ -514,7 +514,7 @@ public class CustomerMasterWfEJB extends ValidatorEJB implements CustomerMasterW
System.out.println("DOM===="+ xmlString.toString()); System.out.println("DOM===="+ xmlString.toString());
try{ try{
masterStatefulLocal = (MasterStatefulLocal)ctx.lookup("ibase/MasterStatefulEJB/local"); masterStatefulLocal = (MasterStatefulLocal)ctx.lookup("ibase/MasterStatefulEJB/local");
retString = masterStatefulLocal.processRequest( authencate, siteCode, true, xmlString.toString(),true,conn); retString = masterStatefulLocal.processRequest( authencate, siteCode, true, xmlString.toString(),false,conn);
if(retString.contains("Success")){ if(retString.contains("Success")){
returnString = "Y"; returnString = "Y";
}else{ }else{
......
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