mrinalsharma commented on issue #500: URL: https://github.com/apache/camel-karavan/issues/500#issuecomment-1287397386
I am able to reproduce the problem by directly running jbang export: ``` jbang -Dcamel.jbang.version=3.18.2 camel@apache/camel export --local-kamelet-dir=${KAMELETS_DIR} --gav=com.demo:unknown:1.0-SNAPSHOT --runtime=quarkus ``` > melet-dir=${KAMELETS_DIR} --gav=com.demo:unknown:1.0-SNAPSHOT --runtime=quarkus Generating fresh run data org.apache.camel.FailedToCreateRouteException: Failed to create route validateSubscriber at: >>> process[ref:#class:com.demo.unknown.Customprocessor] <<< in route: Route(validateSubscriber)[From[direct:validateSubscriber] ->... because of No bean could be found in the registry for: #class:com.demo.unknown.Customprocessor. Cause: com.demo.unknown.Customprocessor -- 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