prefix wsdp is not bound to a namespace

如果你用CXF3.1.5 在tomcat上面去发布JAX-RS Web Service程序,过几天就会发现tomcat console报下面的错误:


prefix wsdp is not bound to a namespace

但是tomcat上面的web service可以工作。

问题在这里:

点击下面的link就可以看了:

 javax.xml.bind.UnmarshalException in CXF


解决方案: 

对于CXF3.1.5涞说,则需要去掉下面的几个jar包:

cxf-services-ws-discovery-api-3.1.5.jar
cxf-services-ws-discovery-service-3.1.5.jar
cxf-services-wsn-api-3.1.5.jar
cxf-services-wsn-core-3.1.5.jar

然后重新部署就可以了



你可能感兴趣的:(Restful,web,service,tomcat)