Hi again, Now I think I've got your question, well I could indeed reproduce the behaviour you're suffering from:
Using [1] I did specify the package "org.apache.camel.converter" inside [2] *as well*, that's the content became: org.apache.camel.tests.typeconverterscan org.apache.camel.converter So that means somewhere along your App you've specified the the package "org.apache.camel.converter" inside a TypeConverter file to be scanned *as well*. So again the answer to your question is pretty simple: DO NOT DO THAT! [1] https://svn.apache.org/repos/asf/camel/trunk/tests/camel-typeconverterscan-test [2] https://svn.apache.org/repos/asf/camel/trunk/tests/camel-typeconverterscan-test/src/test/resources/META-INF/services/org/apache/camel/TypeConverter Babak -- View this message in context: http://camel.465427.n5.nabble.com/camel-and-spring-in-a-webapp-tp5469916p5480770.html Sent from the Camel - Users mailing list archive at Nabble.com.