vidhyasagarj opened a new issue, #1082:
URL: https://github.com/apache/camel-karavan/issues/1082

   Example:
   
      - Create/upload a flatpack mapping xml, test say test.mapping.xml
      - Create a simple route 
from(FTP)->unmarshal(Flatpack(test.mapping,xml))->log($body)
      - Run the integration in dev mode and upload file via FTP for process, 
throws File Not Found example for test.mapping.xml
   
   Whereas the sample works fine when dockerized from the project. I understand 
the issue is because the files are stored in Infinispan and hence the route 
cannot refer to the same file from jbang runner classpath.
   
   Do let me know if you have any suggestions, I can work on this.
   


-- 
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.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to