lrumpler Posted August 2 Share Posted August 2 Hey there I have a problem upgrading from 6.21.3 to 7.0.0 and its the following: net.sf.jasperreports.engine.JRException: Class net.sf.jasperreports.jaxen.util.xml.JaxenXPathExecuterFactory not found. according to that, there is an input in the default.jasperreports.properties file but the lib i got after loading it into my project with maven dosen't inlcude that file # Jaxen XPath executers are used by default net.sf.jasperreports.xpath.executer.factory=net.sf.jasperreports.jaxen.util.xml.JaxenXPathExecuterFactory there is also no problem while compiling the report with the newer version is there anything else i have do load into my project or is there a way to override this property and if so, which class to i have to use instead If someone could help me i would be very pleased Lukas Link to comment Share on other sites More sharing options...
Mark_Hansohm_1 Posted September 9 Share Posted September 9 Anyone with a solution for this? I bumped into the same problem. Link to comment Share on other sites More sharing options...
Mark_Hansohm_1 Posted September 9 Share Posted September 9 Found out by myself: JaxenXPathExecuterFactory is outsourced to <dependency> <groupId>net.sf.jasperreports</groupId> <artifactId>jasperreports-jaxen</artifactId> <version>7.0.0</version> </dependency> with jasperreports 7.0.0 Link to comment Share on other sites More sharing options...
lrumpler Posted September 17 Author Share Posted September 17 did this fix your problem because i found the same file but wasn't able to use it correctly/the same way as the older version Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now