zbendhiba commented on PR #3867: URL: https://github.com/apache/camel-quarkus/pull/3867#issuecomment-1167276622
> Yes you cannot test it as if that is added to the property - the modeline is in use during route creations and are available for these routes. > > Can you try to get the property trait via > > ``` > PropertiesComponent pc = camelContext.getPropertiesComponent(); > PropertiesSource ps = pc.getPropertiesSource("property"); > ``` Nope, but I guess the way I test is not okay. When you say `the modeline is in use during route creations`. Is having the dependency is enough, or do we need to configure the context before starting the routes ? -- 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 For queries about this service, please contact Infrastructure at: us...@infra.apache.org