Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Store defaults for url and wallet in configuration table #44

Closed
daust opened this issue Oct 2, 2020 · 0 comments
Closed

Store defaults for url and wallet in configuration table #44

daust opened this issue Oct 2, 2020 · 0 comments
Assignees
Milestone

Comments

@daust
Copy link
Owner

daust commented Oct 2, 2020

Previously, you needed to set the following parameters manually before calling xlib_jasperreports.show_report or xlib_jasperreports.get_report:

  • xlib_jasperreports.set_report_url
  • utl_http.set_wallet
  • utl_http.set_transfer_timeout

This is now done for you using the defaults in the table XLIB_JASPERREPORTS_CONF.

Setting those parameters explicitly will still work, they are only set when those values HAVE NOT BEEN SET.
Unfortunately, this is not the case for utl_http.set_wallet because we cannot determine the current wallet path.
Thus, when the report url is using https, set_wallet will be called automatically based on the values in XLIB_JASPERREPORTS_CONF regardless of previous calls to utl_http.set_wallet ... thus overwriting it.

@daust daust added this to the Release 2.6.1 milestone Oct 2, 2020
@daust daust self-assigned this Oct 2, 2020
daust added a commit that referenced this issue Oct 2, 2020
#45
#44

- added jdbc library to $install/lib directory for convenience if somebody wants to register that in JasperSoft Studio
- included a new and improved sample application 2.6.1 with lots of new features
- updated documentation
- fix in compilation on the fly (jrxml => jasper)
- index.jsp has new reference to locale documentation from Oracle
- removed outdated demo reports
- updated test.jrxml and removed user objects for security purposes
- added tables XLIB_JASPERREPORTS_CONF and XLIB_JASPERREPORTS_DEMOS
- implemented picking up defaults from XLIB_JASPERREPORTS_CONF
@daust daust mentioned this issue Oct 2, 2020
@daust daust closed this as completed Oct 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant