Commit fdbe7866 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@177288 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 14afb178
...@@ -190,7 +190,7 @@ public class PriceListMasterWfEJB extends ValidatorEJB implements PriceListMaste ...@@ -190,7 +190,7 @@ public class PriceListMasterWfEJB extends ValidatorEJB implements PriceListMaste
{ {
System.out.println("Inside nested try block of PriceListMasterWfEJB.insertPriceListMaster()"); System.out.println("Inside nested try block of PriceListMasterWfEJB.insertPriceListMaster()");
masterStatefulLocal = (MasterStatefulLocal)ctx.lookup("ibase/MasterStatefulEJB/local"); masterStatefulLocal = (MasterStatefulLocal)ctx.lookup("ibase/MasterStatefulEJB/local");
retString = masterStatefulLocal.processRequest( authencate, siteCode, true, xmlString.toString(),ture,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