[jboss-cvs] JBoss Messaging SVN: r5419 - in branches/Branch_1_4: integration/AS5/etc/remoting and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Nov 24 00:21:45 EST 2008


Author: gaohoward
Date: 2008-11-24 00:21:45 -0500 (Mon, 24 Nov 2008)
New Revision: 5419

Modified:
   branches/Branch_1_4/docs/examples/secure-socket/build.xml
   branches/Branch_1_4/integration/AS5/etc/remoting/remoting-sslbisocket-service.xml
Log:
1.4.1.GA solve secure-socket example issue with JBoss AS 5


Modified: branches/Branch_1_4/docs/examples/secure-socket/build.xml
===================================================================
--- branches/Branch_1_4/docs/examples/secure-socket/build.xml	2008-11-21 17:28:00 UTC (rev 5418)
+++ branches/Branch_1_4/docs/examples/secure-socket/build.xml	2008-11-24 05:21:45 UTC (rev 5419)
@@ -137,7 +137,7 @@
 	<target name="undeploy">
 		<delete file="${jboss.home}/server/${jboss.configuration}/deploy/remoting-sslbisocket-service.xml" quiet="true" />
 		<delete file="${jboss.home}/server/${jboss.configuration}/deploy/messaging-secure-socket-service.xml" quiet="true" />
-		<delete file="${jboss.home}/server/${jboss.configuration}/deploy/jboss-messaging.sar/messaging.keystore" quiet="true" />
+		<delete file="${jboss.home}/server/${jboss.configuration}/deploy/${messaging-deploy}/messaging.keystore" quiet="true" />
 	</target>
 
 	<target name="clean" depends="undeploy">

Modified: branches/Branch_1_4/integration/AS5/etc/remoting/remoting-sslbisocket-service.xml
===================================================================
--- branches/Branch_1_4/integration/AS5/etc/remoting/remoting-sslbisocket-service.xml	2008-11-21 17:28:00 UTC (rev 5418)
+++ branches/Branch_1_4/integration/AS5/etc/remoting/remoting-sslbisocket-service.xml	2008-11-24 05:21:45 UTC (rev 5419)
@@ -23,7 +23,7 @@
                <attribute name="dataType" isParam="true">jms</attribute>
                <attribute name="socket.check_connection" isParam="true">false</attribute>              
                <attribute name="serverBindAddress">${jboss.bind.address}</attribute>
-               <attribute name="serverBindPort">${jboss.messaging.connector.bisocket.port:4459}</attribute>               
+               <attribute name="serverBindPort">4459</attribute>               
                <attribute name="clientSocketClass" isParam="true">org.jboss.jms.client.remoting.ClientSocketWrapper</attribute>
                <attribute name="serverSocketClass">org.jboss.jms.server.remoting.ServerSocketWrapper</attribute>
                <attribute name="serverSocketFactory">jboss.messaging:service=ServerSocketFactory,type=SSL</attribute>
@@ -102,7 +102,7 @@
       -->
       <attribute name="UseSSLServerSocketFactory">false</attribute>
       <!-- This is the url string to the key store to use -->
-      <attribute name="KeyStoreURL">messaging.keystore</attribute>
+      <attribute name="KeyStoreURL">${jboss.server.home.url}/deploy/messaging/messaging.keystore</attribute>
       <!-- The password for the key store -->
       <attribute name="KeyStorePassword">secureexample</attribute>
       <!-- The password for the keys (will use KeystorePassword if this is not set explicitly. -->




More information about the jboss-cvs-commits mailing list