You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Simon Delfab (JIRA)" <ji...@apache.org> on 2015/05/04 08:54:06 UTC

[jira] [Created] (CAMEL-8737) Unable to generate DTOs for Filtered Lookup fields

Simon Delfab created CAMEL-8737:
-----------------------------------

             Summary: Unable to generate DTOs for Filtered Lookup fields
                 Key: CAMEL-8737
                 URL: https://issues.apache.org/jira/browse/CAMEL-8737
             Project: Camel
          Issue Type: Bug
          Components: camel-salesforce
    Affects Versions: 2.15.1
            Reporter: Simon Delfab


Get the following exception:

Caused by: org.apache.maven.plugin.MojoExecutionException: Error getting SObject description for 'Account_Request__c': Can not deserialize instance of java.lang.String out of START_ARRAY token
 at [Source: java.io.ByteArrayInputStream@1bd8e9d9; line: 1, column: 36155] (through reference chain: org.apache.camel.component.salesforce.api.dto.SObjectDescription["fields"]->org.apache.camel.component.salesforce.api.dto.SObjectField["filteredLookupInfo"]->org.apache.camel.component.salesforce.ap
i.dto.FilteredLookupInfo["controllingFields"])
        at org.apache.camel.maven.CamelSalesforceMojo.execute(CamelSalesforceMojo.java:312)
        at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
        at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
        ... 19 more
Caused by: org.codehaus.jackson.map.JsonMappingException: Can not deserialize instance of java.lang.String out of START_ARRAY token
 at [Source: java.io.ByteArrayInputStream@1bd8e9d9; line: 1, column: 36155] (through reference chain: org.apache.camel.component.salesforce.api.dto.SObjectDescription["fields"]->org.apache.camel.component.salesforce.api.dto.SObjectField["filteredLookupInfo"]->org.apache.camel.component.salesforce.ap
i.dto.FilteredLookupInfo["controllingFields"])
        at org.codehaus.jackson.map.JsonMappingException.from(JsonMappingException.java:163)



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