Fail starting Camel if AnnotationTypeConverterLoader could not load any type converters ---------------------------------------------------------------------------------------
Key: CAMEL-3550 URL: https://issues.apache.org/jira/browse/CAMEL-3550 Project: Camel Issue Type: Improvement Components: camel-core Affects Versions: 2.5.0 Reporter: Claus Ibsen Fix For: 2.7.0 When using Camel the type converters is loaded on the classpath using {{AnnotationTypeConverterLoader}}. We should let it thrown an exception if it could not find any type converters as it would cause Camel to startup with a very few type converter. This causes problems for end users when the cannot easily convert from XML-String, File-String etc. This can happen in runtimes such as OSGi, JBoss, or other containers where classloading can play tricks. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.