Hello:

I'm using CXF 2.7.8

>From 3.0 was released,  I've observed that the XML validator of my IDE
(Eclipse)  returns an error
when checks jaxrs namespace with <jaxrs:client> element

My XML declares the jaxrs namespace as :

...
xmlns:jaxrs="http://cxf.apache.org/jaxrs";
xsi:schemaLocation="
http://cxf.apache.org/jaxrs
http://cxf.apache.org/schemas/jaxrs.xsd";
....

I've seen that client element doesn't exist in
http://cxf.apache.org/schemas/jaxrs.xsd

What I can do ?
Is there a jaxrs-2.7.xsd schema ?

Thanks

Regards

Reply via email to