You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Rajesh A (JIRA)" <ji...@apache.org> on 2016/08/21 21:52:20 UTC

[jira] [Created] (CAMEL-10258) Camel-salesforce-maven-plugin generates classes with checked exception

Rajesh A created CAMEL-10258:
--------------------------------

             Summary: Camel-salesforce-maven-plugin generates classes with checked exception
                 Key: CAMEL-10258
                 URL: https://issues.apache.org/jira/browse/CAMEL-10258
             Project: Camel
          Issue Type: Bug
          Components: camel-salesforce
    Affects Versions: 2.17.3
            Reporter: Rajesh A


When I tried to compile the generated dto classes from camel-salesforce-maven-plugin, I get the below compilation error:
"Type mismatch: cannot convert from Class<MultiSelectPicklistSerializer> to Class<? extends JsonSerializer<?>>"

Below is the sample code which causes this issue::

  *@JsonSerialize(using = MultiSelectPicklistSerializer.class)*

Can you please help to resolve this issue.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)