Commit 14afb178 authored by ajadhav's avatar ajadhav

pass conn in processrequest()

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@177287 ce508802-f39f-4f6c-b175-0d175dae99d5
parent a530f384
...@@ -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()); retString = masterStatefulLocal.processRequest( authencate, siteCode, true, xmlString.toString(),ture,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