Commit c069493f 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@177369 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 07a51cf7
...@@ -42,7 +42,7 @@ public class PriceListMasterWfEJB extends ValidatorEJB implements PriceListMaste ...@@ -42,7 +42,7 @@ public class PriceListMasterWfEJB extends ValidatorEJB implements PriceListMaste
Properties p = appConnect.getProperty(); Properties p = appConnect.getProperty();
InitialContext ctx = new InitialContext(p); InitialContext ctx = new InitialContext(p);
genericUtility = new E12GenericUtility(); genericUtility = new E12GenericUtility();
//added by Pavan R on 27/DEC/17 userId passwed to savData() and processRequest() //added by Pavan R on 27/DEC/17 userId passed to savData() and processRequest()
String userId = genericUtility.getValueFromXTRA_PARAMS(xtraParams, "loginCode"); String userId = genericUtility.getValueFromXTRA_PARAMS(xtraParams, "loginCode");
System.out.println("userId::["+userId+"]"); System.out.println("userId::["+userId+"]");
String [] authencate = new String[2]; String [] authencate = new String[2];
......
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