You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by "VandanaSinha (via GitHub)" <gi...@apache.org> on 2023/05/15 13:10:33 UTC

[GitHub] [camel-karavan] VandanaSinha opened a new issue, #764: New components not appearing on karavan comopent pallette

VandanaSinha opened a new issue, #764:
URL: https://github.com/apache/camel-karavan/issues/764

   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
   ![component catalogue](https://github.com/apache/camel-karavan/assets/129922932/c498f2ff-80d0-4cc2-94ca-ae444a499408)
   ![no test component](https://github.com/apache/camel-karavan/assets/129922932/70ad76bf-4694-4879-b980-dfeee2713793)
   ). But can't see the test component in the karavan component Pallette. Please help me what should be exact step to get my component listed in karavan component Pallette.
   
   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.


-- 
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-unsubscribe@camel.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [camel-karavan] mgubaidullin closed issue #764: New components not appearing on karavan comopent pallette

Posted by "mgubaidullin (via GitHub)" <gi...@apache.org>.
mgubaidullin closed issue #764: New components not appearing on karavan comopent pallette
URL: https://github.com/apache/camel-karavan/issues/764


-- 
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-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [camel-karavan] VandanaSinha commented on issue #764: New components not appearing on karavan comopent pallette

Posted by "VandanaSinha (via GitHub)" <gi...@apache.org>.
VandanaSinha commented on issue #764:
URL: https://github.com/apache/camel-karavan/issues/764#issuecomment-1548981412

   Thanks. 
   1. I am using camel version 3.20.3. 
   2. Please correct my understanding. I took code for camel, i took code for karavan in my local. build camel code, generated new properties and json file for camel catalogue. now i built the karavan and those updated files got copied into karavan app and designer. So will it still take Apache camel catalogue or will it refer my files now. Which class fetches catalogue information? I want to test my component first locally with its look and feel in karavan integration before submitting to apache repository.


-- 
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-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [camel-karavan] mgubaidullin commented on issue #764: New components not appearing on karavan comopent pallette

Posted by "mgubaidullin (via GitHub)" <gi...@apache.org>.
mgubaidullin commented on issue #764:
URL: https://github.com/apache/camel-karavan/issues/764#issuecomment-1581326952

   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


-- 
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-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [camel-karavan] mgubaidullin commented on issue #764: New components not appearing on karavan comopent pallette

Posted by "mgubaidullin (via GitHub)" <gi...@apache.org>.
mgubaidullin commented on issue #764:
URL: https://github.com/apache/camel-karavan/issues/764#issuecomment-1548165527

   1. Current version of Karavan works with Camel 3.20+
   2. Current version of Karavan works with Components from Camel project.
   
   However Karavan supports custom Kamelets, so, as a workaround I would recommend to create a custom Kamelet.


-- 
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-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org