Commit c9f02fd6 authored by ajadhav's avatar ajadhav

passed false to processRequest with connection(method signature related changes)

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@177372 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 95e65f29
......@@ -998,7 +998,7 @@ public class SaleOrdItmGen
masterStatefulLocal = (MasterStatefulLocal)ctx.lookup("ibase/MasterStatefulEJB/local"); // for ejb3 on 3/31/2009
//masterStateful = masterStatefulHome.create(); //for ejb3
//Changes By Ajay on 29-12-2017:START passes false and conn to processRequest
retString = masterStatefulLocal.processRequest(authencate siteCode, true, xmlString.toString(),false,conn); // for ejb3 on 3/31/2009
retString = masterStatefulLocal.processRequest(authencate , siteCode, true, xmlString.toString(),false,conn); // for ejb3 on 3/31/2009
//Changes By Ajay on 29-12-2017:END
//added by rajendra 10/05/07
System.out.println("retString....qqq:: "+retString);
......
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