You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2013/04/29 22:03:29 UTC

svn commit: r1477308 - /cxf/trunk/services/sts/systests/basic/src/test/resources/org/apache/cxf/systest/sts/symmetric/cxf-service.xml

Author: dkulp
Date: Mon Apr 29 20:03:28 2013
New Revision: 1477308

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

Modified:
    cxf/trunk/services/sts/systests/basic/src/test/resources/org/apache/cxf/systest/sts/symmetric/cxf-service.xml

Modified: cxf/trunk/services/sts/systests/basic/src/test/resources/org/apache/cxf/systest/sts/symmetric/cxf-service.xml
URL: http://svn.apache.org/viewvc/cxf/trunk/services/sts/systests/basic/src/test/resources/org/apache/cxf/systest/sts/symmetric/cxf-service.xml?rev=1477308&r1=1477307&r2=1477308&view=diff
==============================================================================
--- cxf/trunk/services/sts/systests/basic/src/test/resources/org/apache/cxf/systest/sts/symmetric/cxf-service.xml (original)
+++ cxf/trunk/services/sts/systests/basic/src/test/resources/org/apache/cxf/systest/sts/symmetric/cxf-service.xml Mon Apr 29 20:03:28 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>