Dietmar Aust

daust ·

daust/JasperReportsIntegration

IP-Adress limitation

Hi @sellexx-stephan,

yes, you are right. I changed the parameter name and fixed it in almost all places.

The right setting is: ipAddressesAllowed

The documentation was correct, though: https://github.com/daust/JasperR... , especially in the section .

daust/JasperReportsIntegration

SSL Jasperreportsintegration and autonomus database

I see that those two requests are indeed different, one seems to be about the Oracle cloud and this one is more general in nature.

I will have to look into this and do some testing myself. Perhaps you could configure a local domain name on the database se...

daust/JasperReportsIntegration

SSL Jasperreportsintegration and autonomus database

Hi,

you have created a question in two places, let us continue the conversation here: https://github.com/daust/JasperReportsIntegration/issues/75

Cheers
~Dietmar.

daust/JasperReportsIntegration

Direct printing from JRI and Apex

Hi @miki720 ,

direct printing will send the document to a printer that is CONNECTED TO THE APPLICATION SERVER, not the client browser.

In order to see the names that are known to the application server, go to the Tomcat directly: http://vm1:8...

daust/JasperReportsIntegration

Issue with stretch text field if calling the report from APEX using jasper Integration

bug

Hi @mohamedhattab,

I have checked it and it works with my setup on the latest versions:

  • JasperSoftStudio 6.16.0
  • JRI version jri-2.7.0-jasper-6.16.0
Greenshot 2021-01-25 15.39.21.png

it seems like the .jasper file created with JasperSoftStudio 6.12.0 is incompatible with t...

daust/JasperReportsIntegration

Issue with stretch text field if calling the report from APEX using jasper Integration

bug

Please provide more details:

  • Screenshot of the problem
  • Simple test case - based on a simple query without database objects, e.g.
    select '... this is long text ...' my_text from dual;
  • Upload the .jrxml file for this testcase
  • Version of the...
daust/JasperReportsIntegration

New JRI Publisher Features

Hi David,

I have added a section to the GitHub homepage under Related Projects for JRI Publisher.

Best
~Dietmar.

daust/JasperReportsIntegration

New JRI Module for Webmin

answered

Hi @DavidGhedini,

sounds great, thank you. Based on my own testing and feedback from and others I feel confident that the release is very stable.

That was an important milestone to reach, the source code is available on github, using all the github s...

daust/JasperReportsIntegration

JasperReportsIntegration connection test not working with JNDI

waiting for reply from reporter

Hi @DavidGhedini ,

sounds good.

Please make sure to test with the configuration copyXML="false">, because in release 2.6.2 the (empty) file jri.xml will be created. Make sure, it doesn't cause any issues, although I believe it won't.

Best,
~Dietmar.

daust/JasperReportsIntegration

JasperReportsIntegration connection test not working with JNDI

waiting for reply from reporter

Hi @DavidGhedini,

please check the settings for the <Host parameter. https://tomcat.apache.org/tomcat-7.0-doc/config/host.html#Standard_Implementation

You should at least have . If it is false (the default), it will not pick up the JNDI setting...

daust/JasperReportsIntegration

New JRI Module for Webmin

answered

Hi David, please wait a little. I have been reported a few minor issues and a big one. Barcodes don't render at the moment. I will be fixing those issues and should be done with the release by the end of the week.

It would be good to understand what kin...

daust/JasperReportsIntegration

Frequent Could not connect via JDBC while running JasperReports

waiting for reply from reporter

Hi @ajitabhpandey,

there was an issue with the Oracle Driver. I have moved now to the universal connection pool from Oracle (ucp.jar).
Currently, this is still hardcoded in the initialization:

poolDataSource.setInitialPoolSize(5);
poolDataSource...
daust/JasperReportsIntegration

JasperReportsIntegration connection test not working with JNDI

waiting for reply from reporter

Hi @ajitabhpandey ,

I think you have been using version 2.5.x, there was a problem with the Oracle JDBC drivers. Thus, the connections didn't get cleaned up properly. For release 2.6 I have changed the jdbc connection to using the Oracle Universal Con...

daust/JasperReportsIntegration

Frequent Could not connect via JDBC while running JasperReports

waiting for reply from reporter

Hi @ajitabhpandey,

did you ever solve this issue?
I have just (pre-)released a new version which includes the latest ojdbc drivers. This might solve your issues.