You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2022/08/09 06:35:32 UTC

[GitHub] [camel-kamelets] davsclaus opened a new issue, #998: Salesforce kamelet - Adjust for Camel 3.19.x

davsclaus opened a new issue, #998:
URL: https://github.com/apache/camel-kamelets/issues/998

   The source must be changed to use subscribe as operationName as that is now mandatory in 3.19 onwards.
   
   Otherwise you get errors like
   
   Caused by: org.apache.camel.ResolveEndpointFailedException: Failed to resolve endpoint: local-salesforce-1://OpportunityTopic?notifyForFields=ALL&notifyForOperationCreate=true&notifyForOperationDelete=false&notifyForOperationUndelete=false&notifyForOperationUpdate=false&sObjectQuery=SELECT+Id%2C+name%2C+accountId%2C+stagename%2C+amount++FROM+Opportunity+WHERE+IsWon+%3D+true&updateTopic=true due to: OpportunityTopic
   	at org.apache.camel.impl.engine.AbstractCamelContext.doGetEndpoint(AbstractCamelContext.java:985)
   	at org.apache.camel.impl.engine.AbstractCamelContext.getEndpoint(AbstractCamelContext.java:867)
   	at org.apache.camel.support.CamelContextHelper.getMandatoryEndpoint(CamelContextHelper.java:58)
   	at org.apache.camel.reifier.AbstractReifier.resolveEndpoint(AbstractReifier.java:191)
   	at org.apache.camel.reifier.RouteReifier.doCreateRoute(RouteReifier.java:94)
   	at org.apache.camel.reifier.RouteReifier.createRoute(RouteReifier.java:74)
   	... 25 more
   Caused by: java.lang.IllegalArgumentException: OpportunityTopic
   	at org.apache.camel.component.salesforce.internal.OperationName.fromValue(OperationName.java:128)
   	at org.apache.camel.component.salesforce.SalesforceComponent.createEndpoint(SalesforceComponent.java:304)
   	at org.apache.camel.support.DefaultComponent.createEndpoint(DefaultComponent.java:171)
   	at org.apache.camel.impl.engine.AbstractCamelContext.doGetEndpoint(AbstractCamelContext.java:951)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [camel-kamelets] oscerd commented on issue #998: Salesforce kamelet - Adjust for Camel 3.19.x

Posted by GitBox <gi...@apache.org>.
oscerd commented on issue #998:
URL: https://github.com/apache/camel-kamelets/issues/998#issuecomment-1221822703

   We should freeze a camel-kamelets release for 3.18.1 so we could release camel-k 1.10.0, after that we could work on 3.19 alignment.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [camel-kamelets] oscerd closed issue #998: Salesforce kamelet - Adjust for Camel 3.19.x

Posted by GitBox <gi...@apache.org>.
oscerd closed issue #998: Salesforce kamelet - Adjust for Camel 3.19.x
URL: https://github.com/apache/camel-kamelets/issues/998


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org