[jboss-cvs] JBossAS SVN: r96083 - projects/docs/enterprise/4.3.7/Server_Configuration_Guide/en-US.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Nov 6 00:47:28 EST 2009


Author: gmeintjes
Date: 2009-11-06 00:47:28 -0500 (Fri, 06 Nov 2009)
New Revision: 96083

Modified:
   projects/docs/enterprise/4.3.7/Server_Configuration_Guide/en-US/Clustering_Guide_JBoss_Cache_JGroups.xml
   projects/docs/enterprise/4.3.7/Server_Configuration_Guide/en-US/Naming.xml
Log:
commit changes as per JBPAPP 2809 and 2313

Modified: projects/docs/enterprise/4.3.7/Server_Configuration_Guide/en-US/Clustering_Guide_JBoss_Cache_JGroups.xml
===================================================================
--- projects/docs/enterprise/4.3.7/Server_Configuration_Guide/en-US/Clustering_Guide_JBoss_Cache_JGroups.xml	2009-11-06 05:45:20 UTC (rev 96082)
+++ projects/docs/enterprise/4.3.7/Server_Configuration_Guide/en-US/Clustering_Guide_JBoss_Cache_JGroups.xml	2009-11-06 05:47:28 UTC (rev 96083)
@@ -1159,8 +1159,8 @@
 	     </para>
 <programlisting>
 	/run.sh -u 230.1.2.3 -g QAPartition
-	-Djboss.messaging.controlchanneludpport_port=21234
-	-Djboss.messaging.datachanneludpport_port=22345
+	-Djboss.messaging.controlchanneludpport=21234
+	-Djboss.messaging.datachanneludpport=22345
 	-Djboss.hapartition.mcast_port=12345 -Djboss.webpartition.mcast_port=23456 -Djboss.ejb3entitypartition.mcast_port=34567 -Djboss.ejb3sfsbpartition.mcast_port=45678 -b 192.168.1.100 -c all
 </programlisting>
 <note>

Modified: projects/docs/enterprise/4.3.7/Server_Configuration_Guide/en-US/Naming.xml
===================================================================
--- projects/docs/enterprise/4.3.7/Server_Configuration_Guide/en-US/Naming.xml	2009-11-06 05:45:20 UTC (rev 96082)
+++ projects/docs/enterprise/4.3.7/Server_Configuration_Guide/en-US/Naming.xml	2009-11-06 05:47:28 UTC (rev 96083)
@@ -851,7 +851,7 @@
        name="jboss.tests:name=example1"&gt;
     &lt;attribute name="BindingsConfig" serialDataType="jbxb"&gt;
         &lt;jndi:bindings xmlns:xs="http://www.w3.org/2001/XMLSchema-instance" 
-                       xmlns:jndi="urn:jboss:jndi-binding-service"
+                       xmlns:jndi="urn:jboss:jndi-binding-service:1.0"
                        xs:schemaLocation="urn:jboss:jndi-binding-service  \
 		       resource:jndi-binding-service_1_0.xsd"&gt; 
             &lt;jndi:binding name="bindexample/message"&gt;




More information about the jboss-cvs-commits mailing list