How to call report that have data sources other than jdbc #85
Labels
enhancement
waiting for reply from reporter
waiting for feedback from the original poster / filer / bug reporter in order to proceed.
some times we need to have json or xml data source into jasper report, which we can do, however we can't find a way to call such report from JasperReportsIntegration
here is an example report
in above example there is variable
$P{jsonSource}
which have a default value for a path of a.json
file liketest.json
the data in json file (for the example) is
when we run this example in jasperdoft studio v6.1.1, it works fine.
we can't find a way to deploy it to JasperReportsIntegration (in reports dir) , each time we try to call it from the test page (removing the datasource name value) it gives:-
Could not connect via JDBC: IO Error: The Network Adapter could not establish the connection
Is there any way to bypass the name of the data source, so it pick up the provided in report? or is there a way to configure and use another data source type?
we are using JasperReportsIntegration v 2.4.0.0
The text was updated successfully, but these errors were encountered: