You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Dhiraj Bokde (JIRA)" <ji...@apache.org> on 2015/03/19 16:23:51 UTC

[jira] [Created] (CAMEL-8517) Salesforce session handling must declare shared fields volatile

Dhiraj Bokde created CAMEL-8517:
-----------------------------------

             Summary: Salesforce session handling must declare shared fields volatile
                 Key: CAMEL-8517
                 URL: https://issues.apache.org/jira/browse/CAMEL-8517
             Project: Camel
          Issue Type: Bug
          Components: camel-salesforce
    Affects Versions: 2.15.0, 2.14.2, 2.13.4
            Reporter: Dhiraj Bokde
             Fix For: 2.14.3, 2.15.1


The fields accessToken and instanceUrl in class SalesforceSession could be modified in another thread that does a session refresh, hence they must be declared volatile to synchronize access. 



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