You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Devendra Khanolkar (JIRA)" <ji...@apache.org> on 2015/09/16 14:09:45 UTC

[jira] [Created] (CAMEL-9141) Salesforce component's LoginToken.java is broken

Devendra Khanolkar created CAMEL-9141:
-----------------------------------------

             Summary: Salesforce component's LoginToken.java is broken
                 Key: CAMEL-9141
                 URL: https://issues.apache.org/jira/browse/CAMEL-9141
             Project: Camel
          Issue Type: Bug
            Reporter: Devendra Khanolkar


Apparently, Salesforce released a patch to all their non prod env's over the weekend and that has busted the camel components login.
Here is the error - 
Caused by: org.codehaus.jackson.map.exc.UnrecognizedPropertyException: Unrecognized field "is_readonly" (Class org.apache.camel.component.salesforce.internal.dto.LoginToken), not marked as ignorable
 at [Source: [B@3112c01a; line: 1, column: 147] (through reference chain: org.apache.camel.component.salesforce.internal.dto.LoginToken["is_readonly"])

I've submitted a pull request - 
https://github.com/apache/camel/pull/615

I've tested it against https://test.salesforce.com, however its worth testing against https://login.salesforce.com



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