Closed zregvart closed 7 years ago
Thanks a lot for the PR, looks good to me. We need this operation name in some version of Camel when there was a mismatch in the catalog mappings.
Also agree that the base component should be used for the validation. This would also probably solve https://github.com/syndesisio/syndesis-rest/issues/219
I will do the changes for the other connectors, too.
[merge]
@zregvart If I changed from component "twitter-mention" to "twitter" then I get an error about a missing kind. Why is this not a problem for "salesforce" ?
@zregvart I'll stick to twitter-mention for now, as it seems that the component can't be instantiated without specifying the 'action' (which is specified by the connector)
Removes the
operationName
added bySalesforceVerifier
to the parameters map. TheoperationName
is not required and I think it should not be added.Also changes the connector name from
salesforce-upsert-contact
to justsalesforce
.Also creates Camel components without starting them as it is not needed for verifying the component that the component is started.
Assumes:
Does not: