Author: dkulp
Date: Fri Feb 17 17:22:04 2012
New Revision: 1245664

URL: http://svn.apache.org/viewvc?rev=1245664&view=rev
Log:
Use a valid policy

Modified:
    
cxf/trunk/rt/frontend/jaxws/src/test/resources/annotationpolicies/TestInterfacePolicy.xml

Modified: 
cxf/trunk/rt/frontend/jaxws/src/test/resources/annotationpolicies/TestInterfacePolicy.xml
URL: 
http://svn.apache.org/viewvc/cxf/trunk/rt/frontend/jaxws/src/test/resources/annotationpolicies/TestInterfacePolicy.xml?rev=1245664&r1=1245663&r2=1245664&view=diff
==============================================================================
--- 
cxf/trunk/rt/frontend/jaxws/src/test/resources/annotationpolicies/TestInterfacePolicy.xml
 (original)
+++ 
cxf/trunk/rt/frontend/jaxws/src/test/resources/annotationpolicies/TestInterfacePolicy.xml
 Fri Feb 17 17:22:04 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