IDEMPIERE-5955 Financial Report using jasper is throwing exception about closed connection (#2137)

This commit is contained in:
Carlos Ruiz 2023-12-12 08:31:58 +01:00 committed by GitHub
parent 7329975eec
commit 620a528a98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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