Re: [I] java.lang.IllegalArgumentException: Cannot find RoutesBuilderLoader in classpath supporting file extension: json [camel-karavan]

2024-05-18 Thread via GitHub
davsclaus closed issue #1132: java.lang.IllegalArgumentException: Cannot find RoutesBuilderLoader in classpath supporting file extension: json URL: https://github.com/apache/camel-karavan/issues/1132 -- This is an automated message from the Apache Git Service. To respond to the message,

Re: [I] java.lang.IllegalArgumentException: Cannot find RoutesBuilderLoader in classpath supporting file extension: json [camel-karavan]

2024-05-18 Thread via GitHub
davsclaus commented on issue #1132: URL: https://github.com/apache/camel-karavan/issues/1132#issuecomment-2118981232 closing old ticket -- 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

Re: [I] java.lang.IllegalArgumentException: Cannot find RoutesBuilderLoader in classpath supporting file extension: json [camel-karavan]

2024-04-17 Thread via GitHub
davsclaus commented on issue #1132: URL: https://github.com/apache/camel-karavan/issues/1132#issuecomment-2061460225 If I try your example I can have it working. And I also see that the my-validator.json is included in the export. But I run Camel 4.5+. ``` curl -i -X POST

Re: [I] java.lang.IllegalArgumentException: Cannot find RoutesBuilderLoader in classpath supporting file extension: json [camel-karavan]

2024-04-17 Thread via GitHub
davsclaus commented on issue #1132: URL: https://github.com/apache/camel-karavan/issues/1132#issuecomment-2061418812 Can you try adding to `application.properties` ``` camel.jbang.classpathFiles=my-validator.json ``` And then do a build and deploy -- This is an

Re: [I] java.lang.IllegalArgumentException: Cannot find RoutesBuilderLoader in classpath supporting file extension: json [camel-karavan]

2024-04-17 Thread via GitHub
davsclaus commented on issue #1132: URL: https://github.com/apache/camel-karavan/issues/1132#issuecomment-2061416454 okay so when you build and deploy then karavan does an export, and it must then be able to include that json file in the build. -- This is an automated message from the

Re: [I] java.lang.IllegalArgumentException: Cannot find RoutesBuilderLoader in classpath supporting file extension: json [camel-karavan]

2024-04-08 Thread via GitHub
rapetum228 commented on issue #1132: URL: https://github.com/apache/camel-karavan/issues/1132#issuecomment-2043043627 @davsclaus I attach the test repository https://github.com/rapetum228/karavan-test. Test project files https://github.com/rapetum228/karavan-test/tree/main/test

Re: [I] java.lang.IllegalArgumentException: Cannot find RoutesBuilderLoader in classpath supporting file extension: json [camel-karavan]

2024-04-07 Thread via GitHub
davsclaus commented on issue #1132: URL: https://github.com/apache/camel-karavan/issues/1132#issuecomment-2041526335 Can you put together a sample project what you do and attach the files here or put somewhere where I can take a look -- This is an automated message from the Apache Git

Re: [I] java.lang.IllegalArgumentException: Cannot find RoutesBuilderLoader in classpath supporting file extension: json [camel-karavan]

2024-04-07 Thread via GitHub
rapetum228 commented on issue #1132: URL: https://github.com/apache/camel-karavan/issues/1132#issuecomment-2041438608 @davsclaus updated to version 4.4.0. Problem still exists -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

Re: [I] java.lang.IllegalArgumentException: Cannot find RoutesBuilderLoader in classpath supporting file extension: json [camel-karavan]

2024-02-20 Thread via GitHub
davsclaus commented on issue #1132: URL: https://github.com/apache/camel-karavan/issues/1132#issuecomment-1954041179 Camel 4.4 has been release you can try using that version, or wait for karavan to release with 4.4 out of the box -- This is an automated message from the Apache Git

Re: [I] java.lang.IllegalArgumentException: Cannot find RoutesBuilderLoader in classpath supporting file extension: json [camel-karavan]

2024-02-19 Thread via GitHub
rapetum228 commented on issue #1132: URL: https://github.com/apache/camel-karavan/issues/1132#issuecomment-1953588737 Also after building the image I get an error that the file is not found ```log java.io.FileNotFoundException: my-validator.json does not exists at

[I] java.lang.IllegalArgumentException: Cannot find RoutesBuilderLoader in classpath supporting file extension: json [camel-karavan]

2024-02-19 Thread via GitHub
rapetum228 opened a new issue, #1132: URL: https://github.com/apache/camel-karavan/issues/1132 Hello. First of all I want to thank you for such an interesting project for creating integrations. However, there are some difficulties. I get this error when reloading an integration in