What version of Camel are you using. And make sure the classpath contains the custom type converter, so the file can be discovered.
On Fri, Oct 28, 2011 at 7:36 AM, Frankie.Shen <[email protected]> wrote: > I write a custom TypeConverter , and i also add > META-INF/services/org/apache/camel/TypeConverter > > it worked good in my application (I run camel in > org.apache.camel.spring.main not use maven) > > but when i wanna use CamelTestSupport to test my camle route , it can't > find my custom converter. > > have someone met this situation before? > > -- > View this message in context: > http://camel.465427.n5.nabble.com/CamelTestSupport-doesn-t-load-Custom-TypeConverter-tp4945011p4945011.html > Sent from the Camel - Users mailing list archive at Nabble.com. > -- Claus Ibsen ----------------- FuseSource Email: [email protected] Web: http://fusesource.com Twitter: davsclaus, fusenews Blog: http://davsclaus.blogspot.com/ Author of Camel in Action: http://www.manning.com/ibsen/
