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

Timeout value from default table not working #54

Closed daust closed 3 years ago

daust commented 3 years ago

It seems like the default for the http timeout is not properly picked up from the table XLIB_JASPERREPORTS_CONF.

It is still required to set the default explicitly using:

utl_http.set_transfer_timeout()

before calling xlib_jasperreports.show_report.