Not sure if it's relevant but I had this precise issue recently when the service's data objects were in two different namespaces. When I hit our _wadl it had two different 'schemas' in the /application/grammars section. This worked just fine for xml but broke my json and the only resolution I had found was to prevent the service from having two schemas.
-----Original Message----- From: jbright [mailto:[email protected]] Sent: Tuesday, January 22, 2013 6:58 AM To: [email protected] Subject: Re: JacksonJsonProvider not working with CXF Jax-RS Thanks for investigating Sergey, perhaps I didn't have luck to get that resolved. XML request works well and gives proper response, but JSON request give a '500 Internal server error' Attached are the maven project and the requests (xml and json formats) i used for testing. JsonDemo.zip <http://cxf.547215.n5.nabble.com/file/n5721987/JsonDemo.zip> requests.zip <http://cxf.547215.n5.nabble.com/file/n5721987/requests.zip> -- View this message in context: http://cxf.547215.n5.nabble.com/JacksonJsonProvider-not-working-with-CXF-Jax-RS-tp5721842p5721987.html Sent from the cxf-user mailing list archive at Nabble.com.
