Commit 7eb5a627 authored by praut's avatar praut

Changes regarding updated framework components

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@198790 ce508802-f39f-4f6c-b175-0d175dae99d5
parent aedfcc9f
......@@ -451,7 +451,9 @@ public class InvoiceRanbaxyReportSch implements Schedule
XSDParser xsdParser = new XSDParser(reportName);
ArgumentHandler argObj = new ArgumentHandler(xsdParser);
argObj.init();
JasperReportGenerator jasperReport= new JasperReportGenerator();
//Changed by Prasad on 26/03/19 [compatible with updated framework component]
//JasperReportGenerator jasperReport= new JasperReportGenerator();
JasperReportGenerator jasperReport= new JasperReportGenerator(null);
TreeMap argMap = jasperReport.createArgMap(argumentString);
argMap.put("report_save_type", reportType);
......
......@@ -1732,7 +1732,9 @@ conn = getConnection();
authencate[1] = "";
System.out.println("xmlString :::: " + xmlString);
writeLog(filePtr,"xmlString in saveData :::: " + xmlString,true); //ADDED BY ALKA 24/08/07 FOR SOPs TO BE ADDED IN LOG FILE
retString = masterStateful.processRequest(authencate, siteCode, true, xmlString);
//Changed by Prasad on 26/03/19 [compatible with updated framework component]
//retString = masterStateful.processRequest(authencate, siteCode, true, xmlString);
retString = masterStateful.processRequest(authencate, siteCode, true, xmlString, true, null);
}
catch(ITMException itme)
{
......
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