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/30 16:24:37 UTC

svn commit: r1477655 - /cxf/branches/2.7.x-fixes/services/sts/systests/basic/src/test/resources/org/apache/cxf/systest/sts/symmetric/cxf-service.xml

Author: dkulp
Date: Tue Apr 30 14:24:34 2013
New Revision: 1477655

URL: http://svn.apache.org/r1477655
Log:
Merged revisions 1477308 via  git cherry-pick from
https://svn.apache.org/repos/asf/cxf/trunk

........
  r1477308 | dkulp | 2013-04-29 16:03:28 -0400 (Mon, 29 Apr 2013) | 2 lines

  [CXF-4977] Update server side config

........

Modified:
    cxf/branches/2.7.x-fixes/services/sts/systests/basic/src/test/resources/org/apache/cxf/systest/sts/symmetric/cxf-service.xml

Modified: cxf/branches/2.7.x-fixes/services/sts/systests/basic/src/test/resources/org/apache/cxf/systest/sts/symmetric/cxf-service.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.7.x-fixes/services/sts/systests/basic/src/test/resources/org/apache/cxf/systest/sts/symmetric/cxf-service.xml?rev=1477655&r1=1477654&r2=1477655&view=diff
==============================================================================
--- cxf/branches/2.7.x-fixes/services/sts/systests/basic/src/test/resources/org/apache/cxf/systest/sts/symmetric/cxf-service.xml (original)
+++ cxf/branches/2.7.x-fixes/services/sts/systests/basic/src/test/resources/org/apache/cxf/systest/sts/symmetric/cxf-service.xml Tue Apr 30 14:24:34 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>