[jboss-svn-commits] JBossWS SVN: r937 - branches/jbossws-1.0/src/test/resources/jaxrpc/wsse/username/META-INF

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Mon Sep 11 10:46:25 EDT 2006


Author: darran.lofthouse at jboss.com
Date: 2006-09-11 10:46:23 -0400 (Mon, 11 Sep 2006)
New Revision: 937

Modified:
   branches/jbossws-1.0/src/test/resources/jaxrpc/wsse/username/META-INF/jboss-wsse-server.xml
Log:
JBWS-1097 - Remove keystore and truststore as no longer required.


Modified: branches/jbossws-1.0/src/test/resources/jaxrpc/wsse/username/META-INF/jboss-wsse-server.xml
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/wsse/username/META-INF/jboss-wsse-server.xml	2006-09-11 14:25:52 UTC (rev 936)
+++ branches/jbossws-1.0/src/test/resources/jaxrpc/wsse/username/META-INF/jboss-wsse-server.xml	2006-09-11 14:46:23 UTC (rev 937)
@@ -1,9 +1,3 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <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>META-INF/wsse.keystore</key-store-file>
-    <key-store-type>jks</key-store-type>
-    <key-store-password>jbossws</key-store-password>
-    <trust-store-file>META-INF/wsse.truststore</trust-store-file>
-    <trust-store-type>jks</trust-store-type>
-    <trust-store-password>jbossws</trust-store-password>
 </jboss-ws-security>




More information about the jboss-svn-commits mailing list