Hello, i have the folowing scenario:
I have a bundle which cointains several .jasper files and some of them have
subreports/resources. The reports without resources/subreports works like a
charm, but the ones with resources are not.
It seems that when the report itself references another resource: eg:
<subreportExpression><![CDATA[$P{SUBREPORT_DIR} +
"shared_subreport.jasper"]]</subreportExpression>
When i do that, it seems that the JasperFill looks to the JasperReports
bundlec classpath resource, and not to my bundle classpath resource which
is a problem, how can i create a workaround for that?