Get BeanCreationException when try to add Jackson Library
问题 I have a simple Hello World example that passes a Map to Camel and displays the values to the console via Log4J. I want to expand this example to render this map in JSON by adding the Jackson library to my Camel applicationContext.xml First I tried adding the following XML tags to my applicationContext.xml (as specified at http://camel.apache.org/json.html under "Using JSON in Spring DSL") <camel:dataFormats> <camel:json id="jack" library="Jackson"/> </camel:dataFormats> But when I add this