2016-12-13 5 views
0

この警告メッセージが表示され、アップデート方法を知りたいので、v38以降を推奨していますか?MuleでSalesforce APIのバージョンを更新するには

WARN 2016-12-13 12:16:55,221 [[test].test-order-system-httpListenerConfig.worker.01] org.mule.modules.salesforce.config.AbstractConfig: API version 37.0 is lower than the recommended 38.0 version 

おかげ

答えて

0

あなたがのpom.xml

<dependency> 
       <groupId>org.mule.modules</groupId> 
       <artifactId>mule-module-sfdc</artifactId> 
       <version>8.1.0</version> 
    </dependency> 

とURL

版正しい持ちで正しい依存関係を持っていることを確認してください....... salesforce.com/services /Soap/u/38.0

関連する問題