On:

http://cxf.apache.org/docs/servlet-transport.html

The schema defintions for beans.xml has xmlns:jaxws twice. The second one
should be xmlns:jaxrs.

i.e should be:

<beans xmlns="http://www.springframework.org/schema/beans";
       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
       xmlns:jaxws="http://cxf.apache.org/jaxws";
       xmlns:jaxrs="http://cxf.apache.org/jaxrs"; 

but on the page it is:

<beans xmlns="http://www.springframework.org/schema/beans";
      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
      xmlns:jaxws="http://cxf.apache.org/jaxws";
      xmlns:jaxws="http://cxf.apache.org/jaxrs";

-- 
View this message in context: 
http://old.nabble.com/Another-servlet-transport-documentation-error-tp28248200p28248200.html
Sent from the cxf-user mailing list archive at Nabble.com.

Reply via email to