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

reportsPath: default value and relative paths (../reports or ..\\reports) don't work #98

Closed daust closed 2 years ago

daust commented 2 years ago

The following reports paths cannot be resolved and result in an error: file <report>.jasper not found on the reports path.

reportsPath=
reportsPath=../reports
reportsPath=..\\reports

All relative paths cannot be resolved at the moment. Please use absolute paths like:

reportsPath=/user/jri-conf/reports
or
reportsPath=c:\\jri-conf\\reports

Will be fixed soon.