[jboss-svn-commits] JBossWS SVN: r859 - branches/tdiesler/trunk/src/test/resources/samples/wssecurity/store-pass-encrypt/META-INF

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Wed Aug 30 14:41:48 EDT 2006


Author: thomas.diesler at jboss.com
Date: 2006-08-30 14:41:45 -0400 (Wed, 30 Aug 2006)
New Revision: 859

Modified:
   branches/tdiesler/trunk/src/test/resources/samples/wssecurity/store-pass-encrypt/META-INF/jboss-client.xml
Log:
Fix config-name

Modified: branches/tdiesler/trunk/src/test/resources/samples/wssecurity/store-pass-encrypt/META-INF/jboss-client.xml
===================================================================
--- branches/tdiesler/trunk/src/test/resources/samples/wssecurity/store-pass-encrypt/META-INF/jboss-client.xml	2006-08-30 18:26:13 UTC (rev 858)
+++ branches/tdiesler/trunk/src/test/resources/samples/wssecurity/store-pass-encrypt/META-INF/jboss-client.xml	2006-08-30 18:41:45 UTC (rev 859)
@@ -9,7 +9,7 @@
 
   <service-ref>
     <service-ref-name>service/HelloService</service-ref-name>
-		<config-name>Standard WSSecure Client</config-name>
+		<config-name>Standard WSSecurity Client</config-name>
     <wsdl-override>http://@jbosstest.host.name@:8080/jbossws-samples-store-pass-encrypt?wsdl</wsdl-override>
   </service-ref>
 




More information about the jboss-svn-commits mailing list