Open squarepegsys opened 11 years ago
New to JasperReports, but I do know how it works in theory. I'm also well versed in Java apps in general.
I created a report with iReports, but it only had xpath2. I left that in there, and when I try to generate a report I get:
Error at line 8 char 16: No query executer factory registered for the 'xpath2' language.
I then edited the jrxml file and reloaded, and got the following:
Error at line 8 char 16: No query executer factory registered for the 'xpath' language.
From googling around on the Jasper forums, we seem to need a jasperreports.properties somewhere, but I can't see where we would put it.
In iReport the correct choice for 'The language for the dataset query' XPath is not XPath2.
New to JasperReports, but I do know how it works in theory. I'm also well versed in Java apps in general.
I created a report with iReports, but it only had xpath2. I left that in there, and when I try to generate a report I get:
I then edited the jrxml file and reloaded, and got the following:
From googling around on the Jasper forums, we seem to need a jasperreports.properties somewhere, but I can't see where we would put it.