I managed it with this configuration (in the correct context file...):
<bean id="jacksonObjectMapper" class="org.codehaus.jackson.map.ObjectMapper" />
<mvc:annotation-driven>...
Type: Posts; User: paulwb; Keyword(s):
I managed it with this configuration (in the correct context file...):
<bean id="jacksonObjectMapper" class="org.codehaus.jackson.map.ObjectMapper" />
<mvc:annotation-driven>...
Hi,
We have a web service delivering JSON and want to include now a library which depends on fasterXml's Jackson. But we want to use codehouse's Jackson as we did before as there is a difference...