IDEMPIERE-1400 net.sf.jasperreports.engine.JRRuntimeException: Unable to read virtualized data

This commit is contained in:
Carlos Ruiz 2013-10-16 15:16:51 -05:00
parent cd1722bd6b
commit 2a526e9d1b
1 changed files with 0 additions and 10 deletions

View File

@ -125,8 +125,6 @@ public class ReportStarter implements ProcessCall, ClientProcess
private static CLogger log = CLogger.getCLogger(ReportStarter.class);
private static File REPORT_HOME = null;
private static JasperPrint jasperPrint;
static {
String reportPath = System.getProperty("org.compiere.report.path");
if (reportPath == null) {
@ -749,9 +747,6 @@ public class ReportStarter implements ProcessCall, ClientProcess
} catch (SQLException e) {
}
}
if (virtualizer != null) {
virtualizer.cleanup();
}
}
}
@ -763,11 +758,6 @@ public class ReportStarter implements ProcessCall, ClientProcess
return true;
}
public static JasperPrint getJasperPrint()
{
return jasperPrint;
}
private String makePrefix(String name) {
StringBuilder prefix = new StringBuilder();
char[] nameArray = name.toCharArray();