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/10/06 07:48:27 UTC

[GitHub] [camel-quarkus] llowinge opened a new issue, #4161: SalesforceIntegrationTest.testCDCAndStreamingEvents fails

llowinge opened a new issue, #4161:
URL: https://github.com/apache/camel-quarkus/issues/4161

   Using latest main + salesforce credentials + running the org.apache.camel.quarkus.component.salesforce.SalesforceIntegrationTest leads to:
   
   ```
   Caused by: org.apache.camel.ResolveEndpointFailedException: Failed to resolve endpoint: salesforce:///data/AccountChangeEvent?replayId=-1 due to: /data/AccountChangeEvent
   	at org.apache.camel.impl.engine.AbstractCamelContext.doGetEndpoint(AbstractCamelContext.java:1009)
   	at org.apache.camel.impl.engine.AbstractCamelContext.getEndpoint(AbstractCamelContext.java:891)
   	at org.apache.camel.support.CamelContextHelper.getMandatoryEndpoint(CamelContextHelper.java:62)
   	at org.apache.camel.reifier.AbstractReifier.resolveEndpoint(AbstractReifier.java:191)
   	at org.apache.camel.reifier.RouteReifier.doCreateRoute(RouteReifier.java:95)
   	at org.apache.camel.reifier.RouteReifier.createRoute(RouteReifier.java:75)
   	... 69 more
   Caused by: java.lang.IllegalArgumentException: /data/AccountChangeEvent
   	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:975)
   	... 74 more
   ```
   
   Probably due to upgrade to Camel 3.19, as with CQ 2.13.x branch it works.


-- 
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-quarkus] jamesnetherton closed issue #4161: SalesforceIntegrationTest.testCDCAndStreamingEvents fails

Posted by GitBox <gi...@apache.org>.
jamesnetherton closed issue #4161: SalesforceIntegrationTest.testCDCAndStreamingEvents fails
URL: https://github.com/apache/camel-quarkus/issues/4161


-- 
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