Has anyone found what the issue us? I placed my TypeConverter with a FQN
entry into all the places I could think it would be picked up including
META-INF/services/org/apache/camel and it doesn't get loaded.
As a test, I opened up the camel-core jar and placed my entry in the
TypeConverter file in
Stack is tomcat/spring/camel with a maven generated war.
I placed the TypeConverter file in
$PROJECT_HOME/WEB-INF/classes/META-INF/services/org/apache/camel.
That was picked up from the deployed war.
--
View this message in context:
http://camel.465427.n5.nabble.com/TypeConverter-not-being-load