doru1004 commented on issue #1579:
URL: https://github.com/apache/camel-k/issues/1579#issuecomment-650805380
Note to the above comment: I am doing this in an all Camel example and I was
able to get it to work by **not** using the `@BindToRegistry` annotation but by
doing this:
```
camelContext.getRegistry().bind("MyProcessor", new MyProcessor());
```
----------------------------------------------------------------
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]