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

Cannot find custom type converter with camel-3.1.x #2951

Closed
tdiesler opened this issue Feb 19, 2020 · 1 comment
Closed

Cannot find custom type converter with camel-3.1.x #2951

tdiesler opened this issue Feb 19, 2020 · 1 comment
Assignees
Labels
Milestone

Comments

@tdiesler
Copy link
Contributor

tdiesler commented Feb 19, 2020

Caused by: org.apache.camel.NoTypeConversionAvailableException: No type converter available to convert from type: java.util.LinkedHashMap to the required type: org.wildfly.camel.test.common.types.Customer with value {firstName=John, lastName=Doe}
	at org.apache.camel.impl.converter.BaseTypeConverterRegistry.mandatoryConvertTo(BaseTypeConverterRegistry.java:224)
	at org.apache.camel.support.MessageSupport.getMandatoryBody(MessageSupport.java:116)

https://camel.apache.org/manual/latest/camel-3x-upgrade-guide.html#_package_scanning_typeconverter

CrossRef: https://issues.apache.org/jira/browse/CAMEL-14593

@tdiesler tdiesler added the bug label Feb 19, 2020
@tdiesler tdiesler added this to the 12.0.0 milestone Feb 19, 2020
@tdiesler tdiesler self-assigned this Feb 19, 2020
@tdiesler tdiesler changed the title Cannot find custom type converter with camel-3.1x Cannot find custom type converter with camel-3.x Feb 19, 2020
@tdiesler tdiesler changed the title Cannot find custom type converter with camel-3.x Cannot find custom type converter with camel-3.1.x Feb 19, 2020
@tdiesler
Copy link
Contributor Author

Done

@tdiesler tdiesler modified the milestones: 13.0.0, 12.0.0 Jun 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant