-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
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
XML export error #150
Comments
Yes, this is a JAXB incompatibility with new Java versions (new being >= 9). |
This was with version 1.3.10, the latest release available on here. Do you mean to build the jar from |
I just figured out the JAXB dependency was only in my private branch up to now. A new release was just added which should contain a fix for this. |
Yes, the JAXB error is fixed for version 1.3.11. Thanks. |
I get the following error when PIA tries to write its XML output:
Could this be due to an outdated version of JAXB that's not compatible with my Java version? For example, see jakartaee/jaxb-api#78 and https://stackoverflow.com/a/43574427.
I'm using Java version 13.0.1, while the pom file seems to indicate a PRIDE version 1.0.22 of JAXB is used. Is this even the standard JAXB version number? If so, it seems a pretty old one and an update to JAXB version 2.4 seems useful to support current Java versions.
The text was updated successfully, but these errors were encountered: