doru1004 edited a comment on issue #1579: URL: https://github.com/apache/camel-k/issues/1579#issuecomment-651378474
It looks like at the time of binding the bean to the registry MyProcessor class is not found. ``` [1] Caused by: java.lang.ClassNotFoundException: MyProcessor [1] at org.apache.camel.impl.engine.DefaultClassResolver.resolveMandatoryClass(DefaultClassResolver.java:87) [1] at org.apache.camel.support.PropertyBindingSupport.resolveBean(PropertyBindingSupport.java:1031) [1] at org.apache.camel.main.BaseMainSupport.bindBeansToRegistry(BaseMainSupport.java:928) [1] at org.apache.camel.main.BaseMainSupport.doConfigureCamelContextFromMainConfiguration(BaseMainSupport.java:738) [1] at org.apache.camel.main.BaseMainSupport.autoconfigure(BaseMainSupport.java:507) [1] at org.apache.camel.main.BaseMainSupport.postProcessCamelContext(BaseMainSupport.java:570) [1] at org.apache.camel.main.BaseMainSupport.initCamelContext(BaseMainSupport.java:379) [1] at org.apache.camel.k.main.ApplicationRuntime$MainAdapter.doInit(ApplicationRuntime.java:197) [1] at org.apache.camel.support.service.BaseService.init(BaseService.java:83) [1] ... 3 more ``` ---------------------------------------------------------------- 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