Skip to content
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

Improve XSLT error reporting as Spring default XSLTView swallows compilation errors #40

Closed
Verdoso opened this issue Nov 29, 2018 · 0 comments · Fixed by #41
Closed
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@Verdoso
Copy link
Owner

Verdoso commented Nov 29, 2018

We have seen that when there is a compilation fatal error in the XSLT, for example using Saxon that does not report errors directly, the default ErrorListener that Spring adds just throws the exception and does not log the error. The exception is wrapped later on and the compilation error message is then lost.

We'll add our own ErrorListener to log the fatal errors before throwing the exception up the chain.

@Verdoso Verdoso added the enhancement New feature or request label Nov 29, 2018
@Verdoso Verdoso added this to the 0.10.1 milestone Nov 29, 2018
@Verdoso Verdoso self-assigned this Nov 29, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant