0 Replies Latest reply on Jan 6, 2010 8:03 AM by larsroediger

    How to implicitly enable WS Reliable Messaging?

    larsroediger

      I wan't to enable WS-RM on an CXF-Endpoint. Therefore I had a look at the documentation at http://fusesource.com/docs/esb/4.1/fsf_osgi/CXFDeployWSRM.html

      I tried to implicitly add the interceptors. I change my WSDL and the CXF-Endpoint configuration (see attached files). When I deploy the project (bundle) I get the following error

       

      org.springframework.beans.factory.xml.XmlBeanDefinitionStoreException:

      ...

       

      Caused by: org.xml.sax.SAXParseException: cvc-complex-type.2.4.c: The matching wildcard is strict, but no declaration can be found for element 'wsp:Policy'.

      ...

       

      I think servicemix can't find the namespace for wsp="http://www.w3.org/2006/07/ws-policy"? Where is the exact problem here? WS-Addressing works the same way without any problem.

       

      Thanks for your help.