Hi again!  :-[
In the documentation regarding the message body providers, there is written that : " CXF also supports primitive types and their Number friends when text/plain media type is used, either on input or output."
( http://cwiki.apache.org/CXF20DOC/jax-rs-jsr-311.html )

My question is : is it already implemented in the 2.1.2 version of CXF ?

My web service (annotated with @ProduceMime("text/plain") ) has a method returning a boolean. When sending a request to it, I get the following error message :
.No message body writer found for response class : boolean.

It seems to be ok for numbers but not for boolean.

Could you tell me what are the current implemented default providers for both input and output and for both plain/text, application/xml and application/json, please?
In order to know what providers I have to implement. :-)
Thanks a million!

Reply via email to