Hello

I have osgi bundle and want to use Type Converter:


   
....
I have a TypeConverter configuration in this bundle:
META-INF\services\org\apache\camel\TypeConverter 
with text: com.xml


XmlContextTypeConverter defined in another jar maven module and uses as
embded dependency.
It has @Converter annotations

With this configuration I have exception that Converter for my type not
registered

But if I use inline=true for my embded dependency and my jar is unpacked in
my bundle --- my application work successful.

This look like that camel not find TypeConverter's in jars

Thank you


--
View this message in context: 
http://camel.465427.n5.nabble.com/TypeConverter-not-loaded-from-jar-tp4269219p4269219.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to