You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2019/12/06 14:46:01 UTC

[GitHub] [camel-quarkus] jamesnetherton opened a new issue #520: XSLT documentation is misleading

jamesnetherton opened a new issue #520: XSLT documentation is misleading
URL: https://github.com/apache/camel-quarkus/issues/520
 
 
   XSLT configuration [docs](https://camel.apache.org/camel-quarkus/latest/extensions/xslt.html#_configuration) seem to suggest that the `file:` URI scheme is supported for the `quarkus.camel.xslt.sources` property.
   
   But the extension seems to only be able to handle the `classpath` resources.
   
   ```
   Build step org.apache.camel.quarkus.component.xslt.deployment.XsltProcessor#xsltResources threw an exception: java.lang.RuntimeException: URI scheme 'file:' not supported for build time compilation of XSL templates. Only 'classpath:' URIs are supported
   	at org.apache.camel.quarkus.component.xslt.deployment.BuildTimeUriResolver.resolve(BuildTimeUriResolver.java:41)
   	at org.apache.camel.quarkus.component.xslt.deployment.XsltProcessor.xsltResources(XsltProcessor.java:95)
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services