IDEMPIERE-5955 Financial Report using jasper is throwing exception about closed connection (#2137)
This commit is contained in:
parent
7329975eec
commit
620a528a98
|
@ -108,7 +108,7 @@ public class FinReportJasper extends FinReport
|
|||
|
||||
// TODO - allow java class preprocess if the classname <> ProcessUtil.JASPER_STARTER_CLASS
|
||||
|
||||
ProcessUtil.startJavaProcess(getCtx(), poInfo, trx);
|
||||
ProcessUtil.startJavaProcess(getCtx(), poInfo, trx, false);
|
||||
|
||||
return finReportMsg;
|
||||
} // doIt
|
||||
|
|
Loading…
Reference in New Issue