Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Salesforce extension does not work in native mode #740

Closed
jamesnetherton opened this issue Feb 20, 2020 · 0 comments · Fixed by #742
Closed

Salesforce extension does not work in native mode #740

jamesnetherton opened this issue Feb 20, 2020 · 0 comments · Fixed by #742
Assignees
Labels
bug Something isn't working

Comments

@jamesnetherton
Copy link
Contributor

The image builds but a simple test fails:

Caused by: com.fasterxml.jackson.databind.exc.InvalidDefinitionException: Cannot construct instance of `org.apache.camel.component.salesforce.internal.dto.LoginToken` (no Creators, like default construct, exist): cannot deserialize from Object value (no delegate- or property-based Creator)
 	at com.fasterxml.jackson.databind.DeserializationContext.reportBadDefinition(DeserializationContext.java:1589)
	at com.fasterxml.jackson.databind.DeserializationContext.handleMissingInstantiator(DeserializationContext.java:1055)
	at com.fasterxml.jackson.databind.deser.BeanDeserializerBase.deserializeFromObjectUsingNonDefault(BeanDeserializerBase.java:1297)
	at com.fasterxml.jackson.databind.deser.BeanDeserializer.deserializeFromObject(BeanDeserializer.java:326)
	at com.fasterxml.jackson.databind.deser.BeanDeserializer.deserialize(BeanDeserializer.java:159)
	at com.fasterxml.jackson.databind.ObjectMapper._readMapAndClose(ObjectMapper.java:4202)
	at com.fasterxml.jackson.databind.ObjectMapper.readValue(ObjectMapper.java:3205)
	at com.fasterxml.jackson.databind.ObjectMapper.readValue(ObjectMapper.java:3173)
	at org.apache.camel.component.salesforce.internal.SalesforceSession.parseLoginResponse(SalesforceSession.java:248)

@jamesnetherton jamesnetherton added the bug Something isn't working label Feb 20, 2020
@jamesnetherton jamesnetherton self-assigned this Feb 20, 2020
jamesnetherton added a commit to jamesnetherton/camel-quarkus that referenced this issue Feb 20, 2020
jamesnetherton added a commit to jamesnetherton/camel-quarkus that referenced this issue Feb 20, 2020
jamesnetherton added a commit to jamesnetherton/camel-quarkus that referenced this issue Feb 20, 2020
jamesnetherton added a commit to jamesnetherton/camel-quarkus that referenced this issue Feb 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
1 participant