We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
In iReport the correct choice for 'The language for the dataset query' XPath is not XPath2.
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: