[jboss-svn-commits] JBossWS SVN: r837 - trunk/src/test/resources/samples/wssecurity/store-pass-encrypt

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Fri Aug 25 21:43:28 EDT 2006


Author: mageshbk
Date: 2006-08-25 21:43:25 -0400 (Fri, 25 Aug 2006)
New Revision: 837

Modified:
   trunk/src/test/resources/samples/wssecurity/store-pass-encrypt/jboss-wsse-server.xml
Log:
Updated the path of keystore/trustore from wsse to samples/wssecurity.

Modified: trunk/src/test/resources/samples/wssecurity/store-pass-encrypt/jboss-wsse-server.xml
===================================================================
--- trunk/src/test/resources/samples/wssecurity/store-pass-encrypt/jboss-wsse-server.xml	2006-08-26 01:18:37 UTC (rev 836)
+++ trunk/src/test/resources/samples/wssecurity/store-pass-encrypt/jboss-wsse-server.xml	2006-08-26 01:43:25 UTC (rev 837)
@@ -2,10 +2,10 @@
 <jboss-ws-security xmlns="http://www.jboss.com/ws-security/config" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.jboss.com/ws-security/config http://www.jboss.com/ws-security/schema/jboss-ws-security_1_0.xsd">
   <key-store-file>WEB-INF/wsse.keystore</key-store-file>
   <!--Note ${buildpath} will be replaced with the actual build directory path -->
-  <key-store-password>{EXT}java -cp ${buildpath}/classes org.jboss.test.ws.wsse.PasswordUtil ${buildpath}/resources/wsse/keystore.password</key-store-password>
+  <key-store-password>{EXT}java -cp ${buildpath}/classes org.jboss.test.ws.samples.wssecurity.PasswordUtil ${buildpath}/resources/samples/wssecurity/keystore.password</key-store-password>
   <trust-store-file>WEB-INF/wsse.truststore</trust-store-file>
   <!--Note ${buildpath} will be replaced with the actual build directory path -->
-  <trust-store-password>{CLASS}org.jboss.security.plugins.FilePassword:${buildpath}/resources/wsse/keystore.password</trust-store-password>
+  <trust-store-password>{CLASS}org.jboss.security.plugins.FilePassword:${buildpath}/resources/samples/wssecurity/keystore.password</trust-store-password>
   <config>
     <sign type="x509v3" alias="wsse"/>
     <encrypt type="x509v3" alias="wsse"/>




More information about the jboss-svn-commits mailing list