Author: dkulp
Date: Fri Feb 17 17:24:16 2012
New Revision: 1245666

URL: http://svn.apache.org/viewvc?rev=1245666&view=rev
Log:
Merged revisions 1245664 via  git cherry-pick from
https://svn.apache.org/repos/asf/cxf/trunk

........
  r1245664 | dkulp | 2012-02-17 12:22:04 -0500 (Fri, 17 Feb 2012) | 2 lines

  Use a valid policy

........

Modified:
    
cxf/branches/2.5.x-fixes/rt/ws/policy/src/test/resources/annotationpolicies/TestInterfacePolicy.xml

Modified: 
cxf/branches/2.5.x-fixes/rt/ws/policy/src/test/resources/annotationpolicies/TestInterfacePolicy.xml
URL: 
http://svn.apache.org/viewvc/cxf/branches/2.5.x-fixes/rt/ws/policy/src/test/resources/annotationpolicies/TestInterfacePolicy.xml?rev=1245666&r1=1245665&r2=1245666&view=diff
==============================================================================
--- 
cxf/branches/2.5.x-fixes/rt/ws/policy/src/test/resources/annotationpolicies/TestInterfacePolicy.xml
 (original)
+++ 
cxf/branches/2.5.x-fixes/rt/ws/policy/src/test/resources/annotationpolicies/TestInterfacePolicy.xml
 Fri Feb 17 17:24:16 2012
@@ -20,6 +20,8 @@
 <wsp:Policy xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy";>
     <!-- interface -->
        <wsp:All>
-           <wsam:Addressing 
xmlns:wsam="http://www.w3.org/2007/02/addressing/metadata"/>
+           <wsam:Addressing 
xmlns:wsam="http://www.w3.org/2007/02/addressing/metadata";>
+            <wsp:Policy/>
+        </wsam:Addressing>
        </wsp:All>
 </wsp:Policy>
\ No newline at end of file


Reply via email to