daust / JasperReportsIntegration

JasperReportsIntegration provides an interface to use the JasperReports reporting engine in an Oracle database application, specifically with Oracle Application Express (Oracle APEX).
BSD 3-Clause "New" or "Revised" License
55 stars 23 forks source link

Null pointer exception when saving to a file without an absolute path #142

Open daust opened 4 months ago

daust commented 4 months ago

See: https://gitq.com/daust/JasperReportsIntegration/topics/62/saving-jasper-report-output/3

When saving a file to the server, an absolute filename is required per documentation. Yet, when a relative path is given, it will simply cause a null pointer exception. Here, a better error message could be provided.