Skip to content

Commit

Permalink
salesforce: fix SalesforceComponent beanc reation
Browse files Browse the repository at this point in the history
  • Loading branch information
lburgazzoli authored and oscerd committed Mar 3, 2022
1 parent 462e40f commit 5e4d452
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kamelets/salesforce-source.kamelet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,11 +99,12 @@ spec:
beans:
- name: local-salesforce
type: "#class:org.apache.camel.component.salesforce.SalesforceComponent"
parameters:
properties:
clientId: "{{clientId}}"
clientSecret: "{{clientSecret}}"
userName: "{{userName}}"
password: "{{password}}"
loginUrl: "{{loginUrl}}"
from:
uri: "{{local-salesforce}}:{{topicName}}"
parameters:
Expand All @@ -114,7 +115,6 @@ spec:
notifyForOperationDelete: "false"
notifyForOperationUndelete: "false"
sObjectQuery: "{{query}}"
loginUrl: "{{loginUrl}}"
steps:
- marshal:
json: {}
Expand Down

0 comments on commit 5e4d452

Please sign in to comment.