[GitHub] [camel-karavan] davsclaus commented on issue #500: Deployment with a Custom processor throws ClassNotFoundException error

2022-10-28 Thread GitBox
davsclaus commented on issue #500: URL: https://github.com/apache/camel-karavan/issues/500#issuecomment-1294869776 However this is not Karavan specific so lets closed this ticket. You can get general Camel help in the zulip chat room, or old fashioned mailing list

[GitHub] [camel-karavan] davsclaus commented on issue #500: Deployment with a Custom processor throws ClassNotFoundException error

2022-10-28 Thread GitBox
davsclaus commented on issue #500: URL: https://github.com/apache/camel-karavan/issues/500#issuecomment-1294869079 Here is a type converter example https://github.com/apache/camel-kamelets-examples/tree/main/jbang/type-converter Beware that doing a type converter from List means

[GitHub] [camel-karavan] davsclaus commented on issue #500: Deployment with a Custom processor throws ClassNotFoundException error

2022-10-27 Thread GitBox
davsclaus commented on issue #500: URL: https://github.com/apache/camel-karavan/issues/500#issuecomment-1293775485 @mrinalsharma its not as common to have custom type converters for your own camel apps, so I am curious what use-case you have for that. As I would like if possible to make it

[GitHub] [camel-karavan] davsclaus commented on issue #500: Deployment with a Custom processor throws ClassNotFoundException error

2022-10-27 Thread GitBox
davsclaus commented on issue #500: URL: https://github.com/apache/camel-karavan/issues/500#issuecomment-1293755086 Oh for quarkus I think that they have camel code that detects `@Converter` when camel quarkus startup - but you can give it a try. -- This is an automated message from the

[GitHub] [camel-karavan] davsclaus commented on issue #500: Deployment with a Custom processor throws ClassNotFoundException error

2022-10-27 Thread GitBox
davsclaus commented on issue #500: URL: https://github.com/apache/camel-karavan/issues/500#issuecomment-1293694326 Add both `@Singleton` and `@TypeConverter` I assume -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [camel-karavan] davsclaus commented on issue #500: Deployment with a Custom processor throws ClassNotFoundException error

2022-10-27 Thread GitBox
davsclaus commented on issue #500: URL: https://github.com/apache/camel-karavan/issues/500#issuecomment-1293597450 No the doc is being updated. And maybe in the future Quarkus will support them too, but in that world you should use cdi annotations, like in spring boot you should use spring

[GitHub] [camel-karavan] davsclaus commented on issue #500: Deployment with a Custom processor throws ClassNotFoundException error

2022-10-26 Thread GitBox
davsclaus commented on issue #500: URL: https://github.com/apache/camel-karavan/issues/500#issuecomment-1292442184 Not for your own custom java code that is just a file. But for 3rd party JARs then you can use #class and #type to refer such as a JDBC driver class name etc. -- This

[GitHub] [camel-karavan] davsclaus commented on issue #500: Deployment with a Custom processor throws ClassNotFoundException error

2022-10-25 Thread GitBox
davsclaus commented on issue #500: URL: https://github.com/apache/camel-karavan/issues/500#issuecomment-1290120247 Your class should use the cdi annotations as shown above, then you can refer to the bean by the given name. -- This is an automated message from the Apache Git Service. To

[GitHub] [camel-karavan] davsclaus commented on issue #500: Deployment with a Custom processor throws ClassNotFoundException error

2022-10-24 Thread GitBox
davsclaus commented on issue #500: URL: https://github.com/apache/camel-karavan/issues/500#issuecomment-129057 Depending on the runtime you export as you should use their way of annotations For example for quarkus

[GitHub] [camel-karavan] davsclaus commented on issue #500: Deployment with a Custom processor throws ClassNotFoundException error

2022-10-21 Thread GitBox
davsclaus commented on issue #500: URL: https://github.com/apache/camel-karavan/issues/500#issuecomment-1287197060 Ah thanks, yeah that is a bit weird as karavan should deploy this via camel-jbang that performs an _export_ where the code (Customprocessor) should be included in the

[GitHub] [camel-karavan] davsclaus commented on issue #500: Deployment with a Custom processor throws ClassNotFoundException error

2022-10-21 Thread GitBox
davsclaus commented on issue #500: URL: https://github.com/apache/camel-karavan/issues/500#issuecomment-1287021548 How do you deploy this to minikube? And can you tell us what versions of Camel / Quarkus you are using? -- This is an automated message from the Apache Git Service. To