New components not appearing on karavan component pallet #786
-
I took camel and karavan both repository in my local and I kept my test component in the camel/components at same place where other components are and ran the build. i can see my component is listed in component.properties and its json is also included in component.json. Now i built the karavan app as per the documentation(https://github.com/apache/camel-karavan/blob/main/DEV.md What more i have tried is , I generate the code then pasted the code in the installed folder of karavan vsCode extension but that also didn't work, it shows the component in component catalogue but not on the actual component Pallette which appears after we click on create integration. screenshot attached. |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 1 reply
-
However Karavan supports custom Kamelets, so, as a workaround I would recommend to create a custom Kamelet. |
Beta Was this translation helpful? Give feedback.
-
Thanks.
|
Beta Was this translation helpful? Give feedback.
-
karavan-generator uses camel-catalog jar to generate component list. |
Beta Was this translation helpful? Give feedback.
-
yes sir, i did the same as well as i ran the build and got those files copied. So now i can see the components in the component catalogue but not on the pallet of create integration. Then i tried to run the karavan UI and backend locally but was getting 404 for all endpoints. i configured "proxy":"localhost:8080" in the package.json under karavan-app/src/webui. most of the 404 was resolved but now getting error when i click on "create integration " button as below: |
Beta Was this translation helpful? Give feedback.
-
I wonder if your camel-arrow component can be made public and donated to ASF Camel, so it can be included out of the box for everyone to use? |
Beta Was this translation helpful? Give feedback.
karavan-generator uses camel-catalog jar to generate component list.
you could manually add your component metadata json to components.json created by karavan-generator