[jbossws-commits] JBossWS SVN: r9282 - in stack/cxf/trunk/modules/testsuite: cxf-tests/src/test/resources/jaxws/samples/wsrm/WEB-INF/wsdl and 1 other directory.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Wed Feb 11 07:05:08 EST 2009


Author: richard.opalka at jboss.com
Date: 2009-02-11 07:05:08 -0500 (Wed, 11 Feb 2009)
New Revision: 9282

Modified:
   stack/cxf/trunk/modules/testsuite/cxf-tests/src/test/resources/jaxws/samples/wsrm/WEB-INF/wsdl/SimpleService.wsdl
   stack/cxf/trunk/modules/testsuite/test-excludes-jboss422.txt
   stack/cxf/trunk/modules/testsuite/test-excludes-jboss423.txt
   stack/cxf/trunk/modules/testsuite/test-excludes-jboss424.txt
   stack/cxf/trunk/modules/testsuite/test-excludes-jboss500.txt
   stack/cxf/trunk/modules/testsuite/test-excludes-jboss510.txt
   stack/cxf/trunk/modules/testsuite/test-excludes-jboss600.txt
Log:
[JBWS-2525] fixing wsaddressing assertion policy

Modified: stack/cxf/trunk/modules/testsuite/cxf-tests/src/test/resources/jaxws/samples/wsrm/WEB-INF/wsdl/SimpleService.wsdl
===================================================================
--- stack/cxf/trunk/modules/testsuite/cxf-tests/src/test/resources/jaxws/samples/wsrm/WEB-INF/wsdl/SimpleService.wsdl	2009-02-11 10:35:48 UTC (rev 9281)
+++ stack/cxf/trunk/modules/testsuite/cxf-tests/src/test/resources/jaxws/samples/wsrm/WEB-INF/wsdl/SimpleService.wsdl	2009-02-11 12:05:08 UTC (rev 9282)
@@ -3,7 +3,9 @@
 
   <wsp:UsingPolicy/>
   <wsp:Policy wsu:Id="wsrm10policy" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd">
-    <wswa:UsingAddressing xmlns:wswa="http://www.w3.org/2006/05/addressing/wsdl"/>
+    <wswa:UsingAddressing xmlns:wswa="http://www.w3.org/2006/05/addressing/wsdl">
+       <wsp:Policy/>
+    </wswa:UsingAddressing>
     <wsrmp:RMAssertion xmlns:wsrmp="http://schemas.xmlsoap.org/ws/2005/02/rm/policy"/>
   </wsp:Policy>
   

Modified: stack/cxf/trunk/modules/testsuite/test-excludes-jboss422.txt
===================================================================
--- stack/cxf/trunk/modules/testsuite/test-excludes-jboss422.txt	2009-02-11 10:35:48 UTC (rev 9281)
+++ stack/cxf/trunk/modules/testsuite/test-excludes-jboss422.txt	2009-02-11 12:05:08 UTC (rev 9282)
@@ -93,6 +93,3 @@
 
 # [JBWS-2491] Enable JAXWS 2.1 WebServiceContext methods
 org/jboss/test/ws/jaxws/jbws2257/**
-
-# [JBWS-2525] Investigate why WS-RM CXF tests are failing
-org/jboss/test/ws/jaxws/samples/wsrm/**

Modified: stack/cxf/trunk/modules/testsuite/test-excludes-jboss423.txt
===================================================================
--- stack/cxf/trunk/modules/testsuite/test-excludes-jboss423.txt	2009-02-11 10:35:48 UTC (rev 9281)
+++ stack/cxf/trunk/modules/testsuite/test-excludes-jboss423.txt	2009-02-11 12:05:08 UTC (rev 9282)
@@ -93,6 +93,3 @@
 
 # [JBWS-2491] Enable JAXWS 2.1 WebServiceContext methods
 org/jboss/test/ws/jaxws/jbws2257/**
-
-# [JBWS-2525] Investigate why WS-RM CXF tests are failing
-org/jboss/test/ws/jaxws/samples/wsrm/**

Modified: stack/cxf/trunk/modules/testsuite/test-excludes-jboss424.txt
===================================================================
--- stack/cxf/trunk/modules/testsuite/test-excludes-jboss424.txt	2009-02-11 10:35:48 UTC (rev 9281)
+++ stack/cxf/trunk/modules/testsuite/test-excludes-jboss424.txt	2009-02-11 12:05:08 UTC (rev 9282)
@@ -93,6 +93,3 @@
 
 # [JBWS-2491] Enable JAXWS 2.1 WebServiceContext methods
 org/jboss/test/ws/jaxws/jbws2257/**
-
-# [JBWS-2525] Investigate why WS-RM CXF tests are failing
-org/jboss/test/ws/jaxws/samples/wsrm/**

Modified: stack/cxf/trunk/modules/testsuite/test-excludes-jboss500.txt
===================================================================
--- stack/cxf/trunk/modules/testsuite/test-excludes-jboss500.txt	2009-02-11 10:35:48 UTC (rev 9281)
+++ stack/cxf/trunk/modules/testsuite/test-excludes-jboss500.txt	2009-02-11 12:05:08 UTC (rev 9282)
@@ -75,6 +75,3 @@
 
 # [JBWS-2480] Soap attachments are dropped on server response
 org/jboss/test/ws/jaxws/jbws1283/**
-
-# [JBWS-2525] Investigate why WS-RM CXF tests are failing
-org/jboss/test/ws/jaxws/samples/wsrm/**

Modified: stack/cxf/trunk/modules/testsuite/test-excludes-jboss510.txt
===================================================================
--- stack/cxf/trunk/modules/testsuite/test-excludes-jboss510.txt	2009-02-11 10:35:48 UTC (rev 9281)
+++ stack/cxf/trunk/modules/testsuite/test-excludes-jboss510.txt	2009-02-11 12:05:08 UTC (rev 9282)
@@ -75,6 +75,3 @@
 
 # [JBWS-2480] Soap attachments are dropped on server response
 org/jboss/test/ws/jaxws/jbws1283/**
-
-# [JBWS-2525] Investigate why WS-RM CXF tests are failing
-org/jboss/test/ws/jaxws/samples/wsrm/**

Modified: stack/cxf/trunk/modules/testsuite/test-excludes-jboss600.txt
===================================================================
--- stack/cxf/trunk/modules/testsuite/test-excludes-jboss600.txt	2009-02-11 10:35:48 UTC (rev 9281)
+++ stack/cxf/trunk/modules/testsuite/test-excludes-jboss600.txt	2009-02-11 12:05:08 UTC (rev 9282)
@@ -75,6 +75,3 @@
 
 # [JBWS-2480] Soap attachments are dropped on server response
 org/jboss/test/ws/jaxws/jbws1283/**
-
-# [JBWS-2525] Investigate why WS-RM CXF tests are failing
-org/jboss/test/ws/jaxws/samples/wsrm/**




More information about the jbossws-commits mailing list