Author: coheigea
Date: Wed May  1 13:21:43 2013
New Revision: 1477986

URL: http://svn.apache.org/r1477986
Log:
[CXF-4977] Update server side config

Modified:
    
cxf/branches/wss4j2.0-port/services/sts/systests/basic/src/test/resources/org/apache/cxf/systest/sts/symmetric/cxf-service.xml

Modified: 
cxf/branches/wss4j2.0-port/services/sts/systests/basic/src/test/resources/org/apache/cxf/systest/sts/symmetric/cxf-service.xml
URL: 
http://svn.apache.org/viewvc/cxf/branches/wss4j2.0-port/services/sts/systests/basic/src/test/resources/org/apache/cxf/systest/sts/symmetric/cxf-service.xml?rev=1477986&r1=1477985&r2=1477986&view=diff
==============================================================================
--- 
cxf/branches/wss4j2.0-port/services/sts/systests/basic/src/test/resources/org/apache/cxf/systest/sts/symmetric/cxf-service.xml
 (original)
+++ 
cxf/branches/wss4j2.0-port/services/sts/systests/basic/src/test/resources/org/apache/cxf/systest/sts/symmetric/cxf-service.xml
 Wed May  1 13:21:43 2013
@@ -96,10 +96,10 @@
       xmlns:s="http://www.example.org/contract/DoubleIt";>
         
       <jaxws:properties>
-         <entry key="ws-security.callback-handler" 
+         <entry key="ws-security.callback-handler.sct" 
                 
value="org.apache.cxf.systest.sts.common.CommonCallbackHandler"/>
-         <entry key="ws-security.signature.properties" 
value="serviceKeystore.properties"/>
-         <entry key="ws-security.is-bsp-compliant" value="false"/>
+         <entry key="ws-security.signature.properties.sct" 
value="serviceKeystore.properties"/>
+         <entry key="ws-security.is-bsp-compliant.sct" value="false"/>
       </jaxws:properties> 
    </jaxws:endpoint>
    


Reply via email to