Author: buildbot
Date: Mon Oct 28 16:47:53 2013
New Revision: 884512
Log:
Production update by buildbot for cxf
Modified:
websites/production/cxf/content/cache/docs.pageCache
websites/production/cxf/content/docs/how-to-define-policies.html
Modified: websites/production/cxf/content/cache/docs.pageCache
==============================================================================
Binary files - no diff available.
Modified: websites/production/cxf/content/docs/how-to-define-policies.html
==============================================================================
--- websites/production/cxf/content/docs/how-to-define-policies.html (original)
+++ websites/production/cxf/content/docs/how-to-define-policies.html Mon Oct 28
16:47:53 2013
@@ -179,7 +179,7 @@ http://cxf.apache.org/jaxws http://cxf.a
address="${endpoint.prefix}/CRMServiceProvider">
<jaxws:features>
<p:policies>
- <wsp:PolicyReference URI="classpath:/saml.policy"/>
+ <wsp:PolicyReference
xmlns:wsp="http://www.w3.org/ns/ws-policy" URI="classpath:/saml.policy"/>
</p:policies>
</jaxws:features>
</jaxws:client>
@@ -208,7 +208,7 @@ http://cxf.apache.org/jaxws http://cxf.a
address="/CRMServiceProvider">
<jaxws:features>
<p:policies>
- <wsp:PolicyReference URI="classpath:/saml.policy"/>
+ <wsp:PolicyReference
xmlns:wsp="http://www.w3.org/ns/ws-policy" URI="classpath:/saml.policy"/>
</p:policies>
</jaxws:features>
</jaxws:endpoint>