You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by cs...@apache.org on 2013/09/09 15:53:35 UTC

svn commit: r1521109 - /cxf/trunk/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/xkms/client.xml

Author: cschneider
Date: Mon Sep  9 13:53:35 2013
New Revision: 1521109

URL: http://svn.apache.org/r1521109
Log:
CXF-5260 Fixing XKMSTest

Modified:
    cxf/trunk/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/xkms/client.xml

Modified: cxf/trunk/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/xkms/client.xml
URL: http://svn.apache.org/viewvc/cxf/trunk/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/xkms/client.xml?rev=1521109&r1=1521108&r2=1521109&view=diff
==============================================================================
--- cxf/trunk/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/xkms/client.xml (original)
+++ cxf/trunk/systests/ws-security/src/test/resources/org/apache/cxf/systest/ws/xkms/client.xml Mon Sep  9 13:53:35 2013
@@ -67,7 +67,7 @@
         <constructor-arg ref="cxf"/>
     </bean>
     
-    <bean id="xkmsCrypto" class="org.apache.cxf.xkms.crypto.XkmsCryptoProvider">
+    <bean id="xkmsCrypto" class="org.apache.cxf.xkms.crypto.impl.XkmsCryptoProvider">
         <constructor-arg>
             <!-- <ref bean="xkmsClient" /> -->
             <ref bean="xkmsInvoker" />
@@ -92,7 +92,7 @@
         </constructor-arg>
     </bean>
     
-    <bean id="xkmsAsymmetricCrypto" class="org.apache.cxf.xkms.crypto.XkmsCryptoProvider">
+    <bean id="xkmsAsymmetricCrypto" class="org.apache.cxf.xkms.crypto.impl.XkmsCryptoProvider">
         <constructor-arg>
             <!-- <ref bean="xkmsClient" /> -->
             <ref bean="xkmsInvoker" />