Dear CXF users,

I'm new to CXF and I'm writing a kind of "hello world" JAX-RS service which 
works well with the default JSON output. Following the user doc, I added 
interceptors to allow JSONP output.

JSONP messages now contain the callback method name but its message content is 
"No message body writer has been found for class...". This is strange as if I 
remove the interceptors, the JSON output is correct (the message content is 
serialized properly).

I tried to set the provider to 
"org.apache.cxf.jaxrs.provider.json.JSONProvider" but with no success (same 
output). What's wrong?

Regards,
Jean-Philippe

Reply via email to