Dietmar Aust
posted to
daust/JasperReportsIntegration
Weblogic jndi data source setup ?Wonderful!!! Thank you for raising it and improving the project. I will update the documentation to clarify the usage on Weblogic. I typically use my built-in connection pool through the application.properties file only. Thanks again |
Dietmar Aust
posted to
daust/JasperReportsIntegration
Weblogic jndi data source setup ?I could make it work on my system.
Give it a try, Dietmar. |
Dietmar Aust
posted to
daust/JasperReportsIntegration
Weblogic jndi data source setup ?Which is your version of JasperReportsIntegration, 2.10.1? Thank you. |
Dietmar Aust
posted to
daust/JasperReportsIntegration
Using Barcodes with fonts
|
Dietmar Aust
bookmarked topic in
daust/JasperReportsIntegration
Using Barcodes with fontsI am using jasperintegration version 2.4.0 , I have created a report with a font ( Font requires pdf encoding identity-H ), which in preview of jasperstudio shows barcodes. However the barcodes are not shown when report is compiled and used through jri, ... |
Dietmar Aust
posted to
daust/JasperReportsIntegration
Using Barcodes with fontsThe other issue I cannot reproduce either. ![]() This one worked right off the bat without me doing anything ... but copying the |
Dietmar Aust
posted to
daust/JasperReportsIntegration
Using Barcodes with fontsI could make it work. I created a simple test case on my Macbook.
![]()
|
Dietmar Aust
posted to
daust/JasperReportsIntegration
Using Barcodes with fontsWell, then this seems to be a font issue ... not related to the two different barcode components that you can use in JasperReports. |
Dietmar Aust
posted to
daust/JasperReportsIntegration
Using Barcodes with fontsok, please provide a simplified test report, then I can have a look. |
Dietmar Aust
posted to
daust/JasperReportsIntegration
Using Barcodes with fontsHi, version 2.4.0 is really old. You have to make sure to build reports using a version of jasperstudio that supports the old engine (JasperReports 6.4.1). When you create a simple test report I can give it a try ... but I will try with the latest relea... |
Dietmar Aust
posted to
daust/JasperReportsIntegration
Thai Language not showingOk, you are taking a different approach and not using the backend with pl/sql but rather Javascript from the frontend. Please be aware of the security implications because every user can access your datasource now. Anyhow. First, you need to make sure tha... |
Dietmar Aust
posted to
daust/JasperReportsIntegration
SSL giving errorThis is a basic ssl communication issue when dealing with Oracle. This is "below" the JasperReportsIntegration and even APEX. Here is a simple check to make sure the SSL wallet is referenced correctly: https://github.com/daust/JasperReportsIntegration#run... |
Dietmar Aust
posted to
daust/JasperReportsIntegration
user_install.sql giving errorGreat! For the ACLs you have a sample script to allow them. Generally speaking, sin... |
Dietmar Aust
posted to
daust/JasperReportsIntegration
user_install.sql giving errorHi, please use the latest release and make the following change in the file
=>
So, basically, when you... |
Dietmar Aust
posted to
daust/JasperReportsIntegration
user_install.sql giving errorI will have a look later today. Still busy. First I need to set up an environment so that I can test it ... on an older release. Please bear with me. Thanks. Want to make sure, it works flawlessly this time. |
Dietmar Aust
posted to
daust/JasperReportsIntegration
user_install.sql giving errorRelease 2.4 is very old. Did you run the script: sys_install_acl_12_and_above.sql ? You need to use the exact same configuration as what you want to call via the url. For example, when you want to access then you should configure the ACLs to allow ,... |
Dietmar Aust
posted to
daust/JasperReportsIntegration
user_install.sql giving errorI don't mind at all ... keep 'em coming :). Thank you. |
Dietmar Aust
posted to
daust/JasperReportsIntegration
user_install.sql giving errorYou are absolutely right ... will have to revisit it. For the most part this is still valid, I don't use any specific higher-version features. Thank you again! |
Dietmar Aust
posted to
daust/JasperReportsIntegration
user_install.sql giving errorThank you for raising this. I don't have an old database version currently because I switched machines. Best, Dietmar. |
Dietmar Aust
posted to
daust/JasperReportsIntegration
Edit JRI file from ORacle Apex applicationHi, are you looking for a full-blown replacement for TIBCO Jaspersoft Studio? Or do you have a limited use-case? |
Dietmar Aust
posted to
daust/JasperReportsIntegration
JRI-Behaviour about compiling or not depending on whether only *.jasper, only *.jrxml or both type of files are in directory reportsHi Stephan, you can find the actual code here, the function is compileJRXMLIfNecessary(): https://github.com/daust/JasperReportsIntegration/blob/main/src/main/java/de/oc/jasper/ReportUtilities.java The basic concept is:
|
Dietmar Aust
posted to
daust/JasperReportsIntegration
Error when using a collection as a parameter at the URLHi, I am not sure, I fully understand the use case. Can you post a simplified version of the pl/sql call and also the SQL query in the .jrxml report file? You should have a SQL query in the report, right? |
Dietmar Aust
posted to
daust/JasperReportsIntegration
Can this (JRI) be used as APEX "report Printing" option.No, not at the moment.I did build an integration into it in the past, but never made it into production. Conceptionally it should work. Nevertheless, the report has to be built differently. The data source would have to be XML, which is fed into the repo... |
Dietmar Aust
posted to
daust/JasperReportsIntegration
NoClassDefFoundError net.sf.jasperreports.engine.util.jrstyledtextparserThis typically indicates a missing font in the environment of the Tomcat (or other J2EE) server. You need to install all required fonts on that machine locally so that they are accessible by JasperReports. |
Dietmar Aust
posted to
daust/JasperReportsIntegration
Integrate and Call Jasper Reports From Oracle APEXPerfect! The proof is in the pudding. Whatever works for you. Best |