You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Zoran Regvart (JIRA)" <ji...@apache.org> on 2017/03/30 11:06:41 UTC

[jira] [Created] (CAMEL-11094) Remove the value field in OperationName

Zoran Regvart created CAMEL-11094:
-------------------------------------

             Summary: Remove the value field in OperationName
                 Key: CAMEL-11094
                 URL: https://issues.apache.org/jira/browse/CAMEL-11094
             Project: Camel
          Issue Type: Task
          Components: camel-salesforce
            Reporter: Zoran Regvart
            Assignee: Zoran Regvart


The Camel component verifier has issues with {{OperationName}} as it is defined today. It uses the internal field {{value}}, so for instance operation {{"upsertSObject"}} gets mapped to enum constant {{UPSERT_SOBJECT"}}. The component verifier has no way of knowing of this contract, and it expects {{operationName}} to conform to the enum constants in {{OperationName}}.
We should remove the {{value}} field and _cameCase_ the enum constants in {{OperationName}}.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)