On Jun 18, 2008, at 11:35 AM, Sergey Beryozkin wrote:
Just would like to clarify :
Do you expect that the bean with id 'jsonOutputFactory' is to be
used as a org.codehaus.jettison.mapped.MappedXMLOutputFactory
instance ?
At the moment, no jaxrs:properties are checked. But that can be
fixed...
Cheers, Sergey
Yes.. I want my service to do JSON, but it doesn't work unless I can
configure jettison first with the namespace prefixes I need, and I
can't figure out how to inject that map via Spring anywhere.
I see a couple examples on the web how to do it programatically, but
not how to do it in my spring container.
--Joe