This is an automated email from the ASF dual-hosted git repository.

coheigea pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cxf.git


The following commit(s) were added to refs/heads/master by this push:
     new 5d62442  Using the wrong ports
5d62442 is described below

commit 5d6244267c2b057fe27f59394303be284d1e5d4c
Author: Colm O hEigeartaigh <cohei...@apache.org>
AuthorDate: Thu Feb 22 11:53:31 2018 +0000

    Using the wrong ports
---
 .../org/apache/cxf/systest/ws/action/signature-server.xml    | 12 ++++++------
 .../apache/cxf/systest/ws/action/signature-stax-server.xml   | 12 ++++++------
 2 files changed, 12 insertions(+), 12 deletions(-)

diff --git 
a/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/action/signature-server.xml
 
b/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/action/signature-server.xml
index e421492..5327944 100644
--- 
a/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/action/signature-server.xml
+++ 
b/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/action/signature-server.xml
@@ -26,9 +26,9 @@
         </cxf:features>
     </cxf:bus>
     
-    <jaxws:endpoint xmlns:s="http://www.example.org/contract/DoubleIt"; 
id="Signature" 
address="http://localhost:${testutil.ports.SignatureStaxServer}/DoubleItSignature";
 serviceName="s:DoubleItService" endpointName="s:DoubleItSignaturePort" 
implementor="org.apache.cxf.systest.ws.common.DoubleItImpl" 
wsdlLocation="org/apache/cxf/systest/ws/action/DoubleItAction.wsdl">
+    <jaxws:endpoint xmlns:s="http://www.example.org/contract/DoubleIt"; 
id="Signature" 
address="http://localhost:${testutil.ports.SignatureServer}/DoubleItSignature"; 
serviceName="s:DoubleItService" endpointName="s:DoubleItSignaturePort" 
implementor="org.apache.cxf.systest.ws.common.DoubleItImpl" 
wsdlLocation="org/apache/cxf/systest/ws/action/DoubleItAction.wsdl">
         <jaxws:outInterceptors>
-            <bean 
class="org.apache.cxf.ws.security.wss4j.WSS4JStaxOutInterceptor">
+            <bean class="org.apache.cxf.ws.security.wss4j.WSS4JOutInterceptor">
                 <constructor-arg>
                     <map>
                         <entry key="action" value="Signature"/>
@@ -41,7 +41,7 @@
             </bean>
         </jaxws:outInterceptors>
         <jaxws:inInterceptors>
-            <bean 
class="org.apache.cxf.ws.security.wss4j.WSS4JStaxInInterceptor">
+            <bean class="org.apache.cxf.ws.security.wss4j.WSS4JInInterceptor">
                 <constructor-arg>
                     <map>
                         <entry key="action" value="Signature"/>
@@ -52,9 +52,9 @@
         </jaxws:inInterceptors>
     </jaxws:endpoint>
     
-    <jaxws:endpoint xmlns:s="http://www.example.org/contract/DoubleIt"; 
id="Signature2" 
address="http://localhost:${testutil.ports.SignatureStaxServer}/DoubleItSignature2";
 serviceName="s:DoubleItService" endpointName="s:DoubleItSignaturePort2" 
implementor="org.apache.cxf.systest.ws.common.DoubleItImpl" 
wsdlLocation="org/apache/cxf/systest/ws/action/DoubleItAction.wsdl">
+    <jaxws:endpoint xmlns:s="http://www.example.org/contract/DoubleIt"; 
id="Signature2" 
address="http://localhost:${testutil.ports.SignatureServer}/DoubleItSignature2"; 
serviceName="s:DoubleItService" endpointName="s:DoubleItSignaturePort2" 
implementor="org.apache.cxf.systest.ws.common.DoubleItImpl" 
wsdlLocation="org/apache/cxf/systest/ws/action/DoubleItAction.wsdl">
         <jaxws:outInterceptors>
-            <bean 
class="org.apache.cxf.ws.security.wss4j.WSS4JStaxOutInterceptor">
+            <bean class="org.apache.cxf.ws.security.wss4j.WSS4JOutInterceptor">
                 <constructor-arg>
                     <map>
                         <entry key="action" value="Signature"/>
@@ -67,7 +67,7 @@
             </bean>
         </jaxws:outInterceptors>
         <jaxws:inInterceptors>
-            <bean 
class="org.apache.cxf.ws.security.wss4j.WSS4JStaxInInterceptor">
+            <bean class="org.apache.cxf.ws.security.wss4j.WSS4JInInterceptor">
                 <constructor-arg>
                     <map>
                         <entry key="action" value="Signature"/>
diff --git 
a/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/action/signature-stax-server.xml
 
b/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/action/signature-stax-server.xml
index 5327944..e421492 100644
--- 
a/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/action/signature-stax-server.xml
+++ 
b/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/action/signature-stax-server.xml
@@ -26,9 +26,9 @@
         </cxf:features>
     </cxf:bus>
     
-    <jaxws:endpoint xmlns:s="http://www.example.org/contract/DoubleIt"; 
id="Signature" 
address="http://localhost:${testutil.ports.SignatureServer}/DoubleItSignature"; 
serviceName="s:DoubleItService" endpointName="s:DoubleItSignaturePort" 
implementor="org.apache.cxf.systest.ws.common.DoubleItImpl" 
wsdlLocation="org/apache/cxf/systest/ws/action/DoubleItAction.wsdl">
+    <jaxws:endpoint xmlns:s="http://www.example.org/contract/DoubleIt"; 
id="Signature" 
address="http://localhost:${testutil.ports.SignatureStaxServer}/DoubleItSignature";
 serviceName="s:DoubleItService" endpointName="s:DoubleItSignaturePort" 
implementor="org.apache.cxf.systest.ws.common.DoubleItImpl" 
wsdlLocation="org/apache/cxf/systest/ws/action/DoubleItAction.wsdl">
         <jaxws:outInterceptors>
-            <bean class="org.apache.cxf.ws.security.wss4j.WSS4JOutInterceptor">
+            <bean 
class="org.apache.cxf.ws.security.wss4j.WSS4JStaxOutInterceptor">
                 <constructor-arg>
                     <map>
                         <entry key="action" value="Signature"/>
@@ -41,7 +41,7 @@
             </bean>
         </jaxws:outInterceptors>
         <jaxws:inInterceptors>
-            <bean class="org.apache.cxf.ws.security.wss4j.WSS4JInInterceptor">
+            <bean 
class="org.apache.cxf.ws.security.wss4j.WSS4JStaxInInterceptor">
                 <constructor-arg>
                     <map>
                         <entry key="action" value="Signature"/>
@@ -52,9 +52,9 @@
         </jaxws:inInterceptors>
     </jaxws:endpoint>
     
-    <jaxws:endpoint xmlns:s="http://www.example.org/contract/DoubleIt"; 
id="Signature2" 
address="http://localhost:${testutil.ports.SignatureServer}/DoubleItSignature2"; 
serviceName="s:DoubleItService" endpointName="s:DoubleItSignaturePort2" 
implementor="org.apache.cxf.systest.ws.common.DoubleItImpl" 
wsdlLocation="org/apache/cxf/systest/ws/action/DoubleItAction.wsdl">
+    <jaxws:endpoint xmlns:s="http://www.example.org/contract/DoubleIt"; 
id="Signature2" 
address="http://localhost:${testutil.ports.SignatureStaxServer}/DoubleItSignature2";
 serviceName="s:DoubleItService" endpointName="s:DoubleItSignaturePort2" 
implementor="org.apache.cxf.systest.ws.common.DoubleItImpl" 
wsdlLocation="org/apache/cxf/systest/ws/action/DoubleItAction.wsdl">
         <jaxws:outInterceptors>
-            <bean class="org.apache.cxf.ws.security.wss4j.WSS4JOutInterceptor">
+            <bean 
class="org.apache.cxf.ws.security.wss4j.WSS4JStaxOutInterceptor">
                 <constructor-arg>
                     <map>
                         <entry key="action" value="Signature"/>
@@ -67,7 +67,7 @@
             </bean>
         </jaxws:outInterceptors>
         <jaxws:inInterceptors>
-            <bean class="org.apache.cxf.ws.security.wss4j.WSS4JInInterceptor">
+            <bean 
class="org.apache.cxf.ws.security.wss4j.WSS4JStaxInInterceptor">
                 <constructor-arg>
                     <map>
                         <entry key="action" value="Signature"/>

-- 
To stop receiving notification emails like this one, please contact
cohei...@apache.org.

Reply via email to