ppalaga commented on issue #428: XSLT extension does not work with file: URIs
URL: https://github.com/apache/camel-quarkus/issues/428#issuecomment-554355569
 
 
   > the stack (camel or xslt engine) still try to access the file before 
determine if it needs to compile or reuse classes
   
   Ah, indeed, I can see it now. My understanding is that runtime XSLT loading 
cannot work because it requires a class to get loaded. If this is really the 
case, accessing the XSLT source at runtime could be seen as a bug, shouldn't 
it? I mean that could be fixed easily by downloading and embedding the content 
of every source URI at build time.

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to