@surya

I assume you mean classes like the following:

https://github.com/droolsjbpm/droolsjbpm-integration/blob/master/drools-camel/src/main/java/org/drools/camel/component/XStreamXml.java

However that doesn't help in any way (and doesn't relate to this problem).
If you have a package name inside TypeConverter file there's should be *at
least* one class with
one method decorated with the @Converter annotation. The *better* option is,
for avoiding a *full* package scan, to use FQN of *all* such classes who
claim to be Camel Converter.

Check also:

http://camel.apache.org/type-converter.html#TypeConverter-WritingyourownTypeConverters

Babak


--
View this message in context: 
http://camel.465427.n5.nabble.com/org-apache-camel-RuntimeCamelException-org-apache-camel-TypeConverterLoaderException-Failed-to-load--tp5575757p5577310.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to