lburgazzoli commented on issue #683: Timer not fired in native mode
URL: https://github.com/apache/camel-quarkus/issues/683#issuecomment-582797563
 
 
   `camel.main.xml-routes` is a runtime property so
   - if you use `file` scheme, the file files should be readable by the 
application when the application runs, maybe you need to check from where the 
application is started and see if you can read that file.
   - if you use the `classpath`, then you need to embed the file in the native 
image, otherwise if won't be available from the classpath, see 
[this](https://quarkus.io/guides/writing-native-applications-tips#including-resources)
 guide for more info
   
    
   

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to