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

Collections added to the registry in the project don't get deployed properly. #3799

Open
chathuranga-jayanath-99 opened this issue Nov 29, 2024 · 0 comments
Labels

Comments

@chathuranga-jayanath-99
Copy link
Contributor

Description

A directory containing files can be added to the registry as a collection. However, accessing a file within that directory from a mediator will give a similar error to following.

ERROR {XSLTMediator} - Fatal error occurred in stylesheet parsing. ; Line#: 1; Column#: 1
net.sf.saxon.trans.XPathException:  Error reported by XML parser: Premature end of file.

The identified issue is files deployed to the registry on the server are empty.

Steps to Reproduce

  1. Add a directory with XSLT files as a collection to the registry.
  2. Add an API and add a resource.
  3. Add a XSLT mediator and select a schema from the added collection.
  4. Start the server and send a request.

Version

4.3.0

Environment Details (with versions)

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant