[jboss-svn-commits] JBossWS SVN: r839 - in tags/jbossws-1.0.3.GA: . src/main/resources/dist src/test/resources/samples/wssecurity/store-pass-encrypt

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Mon Aug 28 05:56:43 EDT 2006


Author: heiko.braun at jboss.com
Date: 2006-08-28 05:56:38 -0400 (Mon, 28 Aug 2006)
New Revision: 839

Modified:
   tags/jbossws-1.0.3.GA/src/main/resources/dist/Install.txt
   tags/jbossws-1.0.3.GA/src/test/resources/samples/wssecurity/store-pass-encrypt/jboss-wsse-server.xml
   tags/jbossws-1.0.3.GA/version.properties
Log:
Fix wsse samples

Modified: tags/jbossws-1.0.3.GA/src/main/resources/dist/Install.txt
===================================================================
--- tags/jbossws-1.0.3.GA/src/main/resources/dist/Install.txt	2006-08-27 12:00:34 UTC (rev 838)
+++ tags/jbossws-1.0.3.GA/src/main/resources/dist/Install.txt	2006-08-28 09:56:38 UTC (rev 839)
@@ -11,7 +11,7 @@
 2.) 	Unzip lib/jbossws.sar to <JBOSS_HOME>/server/<SERVER>/deploy/
 3.) 	Replacing JBossXB
 
-	In order to upgrade to 1.0.2 you need to manually replace the jboss-xml-binding.jar 
+	In order to upgrade to 1.0.3 you need to manually replace the jboss-xml-binding.jar 
 	in the JBOSS/client and JBOSS/lib directories. 
 	The 4.0.4GA compatible release can be found here:  
 	http://repository.jboss.com/jboss/jbossxb/1.0.0.CR6/

Modified: tags/jbossws-1.0.3.GA/src/test/resources/samples/wssecurity/store-pass-encrypt/jboss-wsse-server.xml
===================================================================
--- tags/jbossws-1.0.3.GA/src/test/resources/samples/wssecurity/store-pass-encrypt/jboss-wsse-server.xml	2006-08-27 12:00:34 UTC (rev 838)
+++ tags/jbossws-1.0.3.GA/src/test/resources/samples/wssecurity/store-pass-encrypt/jboss-wsse-server.xml	2006-08-28 09:56:38 UTC (rev 839)
@@ -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"/>

Modified: tags/jbossws-1.0.3.GA/version.properties
===================================================================
--- tags/jbossws-1.0.3.GA/version.properties	2006-08-27 12:00:34 UTC (rev 838)
+++ tags/jbossws-1.0.3.GA/version.properties	2006-08-28 09:56:38 UTC (rev 839)
@@ -1,40 +1,40 @@
-
-specification.title=JBossWS
-specification.vendor=JBoss (http://www.jboss.org)
-specification.version=jbossws-1.0
-
-version.id=1.0.3.DEV
-repository.id=snapshot
-
-implementation.title=JBoss Web Services (JBossWS)
-implementation.url=http://www.jboss.org/products/jbossws
-implementation.vendor=JBoss Inc.
-implementation.vendor.id=http://www.jboss.org
-
-# thirdparty library versions that are referenced in component-info.xml
-apache-xmlsec=1.3.0
-ibm-wsdl4j=1.5.2jboss
-javassist=3.3.0.GA
-jboss-jbossxb=1.0.0.CR6
-jboss-microcontainer=1.0.2
-jboss-remoting=1.4.3.GA
-
-# thirdparty library versions
-apache-ant=1.6.5
-apache-log4j=1.2.8
-apache-xalan=j_2.7.0
-apache-xerces=2.7.1
-jboss-backport-concurrent=2.1.0.GA
-jboss-jbossretro=1.0.2.GA
-jbossas-core=4.0.4.GA
-junit=3.8.1
-oswego-concurrent=1.3.4
-qdox=1.4
-stax-api=1.0
-sun-jaf=1.0.2
-sun-javamail=1.3.1
-sun-jaxb=2.0
-sun-servlet=2.4
-woodstox=2.0.6
-wscommons-policy=1.0
-xmlunit=1.0
+
+specification.title=JBossWS
+specification.vendor=JBoss (http://www.jboss.org)
+specification.version=jbossws-1.0
+
+version.id=1.0.3.GA
+repository.id=1.0.3.GA
+
+implementation.title=JBoss Web Services (JBossWS)
+implementation.url=http://www.jboss.org/products/jbossws
+implementation.vendor=JBoss Inc.
+implementation.vendor.id=http://www.jboss.org
+
+# thirdparty library versions that are referenced in component-info.xml
+apache-xmlsec=1.3.0
+ibm-wsdl4j=1.5.2jboss
+javassist=3.3.0.GA
+jboss-jbossxb=1.0.0.CR6
+jboss-microcontainer=1.0.2
+jboss-remoting=1.4.3.GA
+
+# thirdparty library versions
+apache-ant=1.6.5
+apache-log4j=1.2.8
+apache-xalan=j_2.7.0
+apache-xerces=2.7.1
+jboss-backport-concurrent=2.1.0.GA
+jboss-jbossretro=1.0.2.GA
+jbossas-core=4.0.4.GA
+junit=3.8.1
+oswego-concurrent=1.3.4
+qdox=1.4
+stax-api=1.0
+sun-jaf=1.0.2
+sun-javamail=1.3.1
+sun-jaxb=2.0
+sun-servlet=2.4
+woodstox=2.0.6
+wscommons-policy=1.0
+xmlunit=1.0




More information about the jboss-svn-commits mailing list