-
-
Notifications
You must be signed in to change notification settings - Fork 99
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
During startup error "You are running with invalid JAXP api or implementation" is logged #1110
Comments
To resolve this issue you have to set the
|
Information should go into documentation #1028 . |
With deegree 3.4.14 containing PR #999 (supporting XSLT 2.0 using Saxon 9.x) the transformer factory has to be set to: This is an important change coming with version 3.4.14 which is not using Apache Xalan 2.x anymore! |
As of version 3.4.14 (see deegree/deegree3#1110) the TransformerFactory of Saxon shall be used. Apache Xalan has been removed from the list of dependencies. JAXP build-in TransformerFactory still can be used, but supports XSLT 1.0 only. Saxon supports XSLT 2.0.
In deegree version 3.5.3, the reported error message can not be observed during startup. Therefore the issue is considered as fixed. |
When running deegree 3.4.14 during startup the following error message is logged:
The text was updated successfully, but these errors were encountered: