Paul,
Sorry, this error seems to have occurred when the CXF service was down.
Now I started both the services and I see this error go away. Lookslike,
Jersey is now able to find my custom messagebodywriter.
INFO: Provider classes found:
class rest.jaxb.CDATAProvider
But when I invoke the REST method, I still see this un-encoded CDATA.
<cell><![CDATA[<div class="progressOuterRow"><
div class="progressInnerRow" style="width:
0px;"></div
><div class="progressText">0/0
MB</div></div>]]&g
t;</cell>
Am I missing something?
Thanks for all the help.
Regards,
Arul
Paul Sandoz wrote:
> Hi Arul,
>
> That error appears independent of the RESTful service, is that the
> case? i.e. this error would be reproducible if you wrote some stand
> alone Java code to invoke a CXF JAX-WS Service ?
>
> More specifically the problem appears to be with the XML document
> returned from the CXF JAX-WS Service. The client is having trouble
> parsing it, most likely for the reason that Tatu gives.
>
> Paul.
>