[GitHub] [camel-karavan] mgubaidullin commented on issue #364: Custom Bean creation

2022-09-14 Thread GitBox


mgubaidullin commented on issue #364:
URL: https://github.com/apache/camel-karavan/issues/364#issuecomment-1247266945

   ```
   ...
   - to:
   uri: salesforce:updateSObject
   parameters:
 sObjectName: Opportunity
   description: Update Opportunity Object
   
   - beans:
   - name: salesforce
 type: 
'#class:org.apache.camel.component.salesforce.SalesforceComponent'
 properties:
   loginUrl: https://login.salesforce.com
   clientSecret: SECRET
   userName: USERNAME
   clientId: CLIENT_ID
   password: PASSWORD
   ```


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

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



[GitHub] [camel-karavan] mgubaidullin commented on issue #364: Custom Bean creation

2022-06-14 Thread GitBox


mgubaidullin commented on issue #364:
URL: https://github.com/apache/camel-karavan/issues/364#issuecomment-1155310884

   alternatively add your custom code into the project and annotate your bean 
as is this demo 
https://github.com/apache/camel-karavan/blob/main/karavan-demo/postman/project/CustomProcessor.java


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

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



[GitHub] [camel-karavan] mgubaidullin commented on issue #364: Custom Bean creation

2022-06-14 Thread GitBox


mgubaidullin commented on issue #364:
URL: https://github.com/apache/camel-karavan/issues/364#issuecomment-1155309502

   you bean should be in mvn repository and then add it to your integration
   
   https://user-images.githubusercontent.com/1379213/173609392-fb9ac6f0-1de7-48bf-8114-f8811c99acf2.png";>
   


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

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