[jboss-cvs] JBoss Messaging SVN: r3438 - in branches/Branch_Stable/docs: userguide/en/modules and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Dec 6 18:08:30 EST 2007


Author: timfox
Date: 2007-12-06 18:08:30 -0500 (Thu, 06 Dec 2007)
New Revision: 3438

Modified:
   branches/Branch_Stable/docs/README.html
   branches/Branch_Stable/docs/userguide/en/modules/installation.xml
Log:
Updated for correct version of remoting


Modified: branches/Branch_Stable/docs/README.html
===================================================================
--- branches/Branch_Stable/docs/README.html	2007-12-06 22:38:49 UTC (rev 3437)
+++ branches/Branch_Stable/docs/README.html	2007-12-06 23:08:30 UTC (rev 3438)
@@ -11,7 +11,7 @@
 
 <br>
 
-<h2>03 December 2007</h2>
+<h2>06 December 2007</h2>
 
 These are the release notes for JBoss Messaging 1.4.0 Service Pack 2 (SP2).<br><br>
 
@@ -19,7 +19,7 @@
 
 When upgrading an existing installation be sure to update all the configuration files in server/<server name>/deploy/jboss-messaging.sar with the newer versions and replace jboss-messaging.jar in server/<server name>/lib and on the client classpath. You will also need to drop all tables and indexes in the database.<br><br>
 
-This release of JBoss Messaging, like 1.4.0.GA also requires a patched JBoss Remoting jar. The required version is 2.2.2.GA_CP03. Be sure that server/<server name>/lib contains this jar and that it is also present as the first entry on the client classpath.<br><br>
+This release of JBoss Messaging also requires a patched JBoss Remoting jar. The required version is 2.2.2.SP3. Be sure that server/<server name>/lib contains this jar and that it is also present as the first entry on the client classpath. This is critical to ensure proper operation of JBoss Messaging 1.4.0.SP2!<br><br>
 
 Enjoy!<br><br>
 

Modified: branches/Branch_Stable/docs/userguide/en/modules/installation.xml
===================================================================
--- branches/Branch_Stable/docs/userguide/en/modules/installation.xml	2007-12-06 22:38:49 UTC (rev 3437)
+++ branches/Branch_Stable/docs/userguide/en/modules/installation.xml	2007-12-06 23:08:30 UTC (rev 3438)
@@ -183,7 +183,7 @@
 
                &lt;!-- Max Number of connections in client pool. This should be significantly higher than
                     the max number of sessions/consumers you expect --&gt;
-               &lt;attribute name="clientMaxPoolSize" isParam="true"&gt;200&lt;/attribute&gt;
+               &lt;attribute name="JBM_clientMaxPoolSize" isParam="true"&gt;200&lt;/attribute&gt;
                
                &lt;!-- Use these parameters to specify values for binding and connecting control connections to 
                     work with your firewall/NAT configuration
@@ -426,7 +426,7 @@
 
                &lt;!-- Max Number of connections in client pool. This should be significantly higher than
                     the max number of sessions/consumers you expect --&gt;
-               &lt;attribute name="clientMaxPoolSize" isParam="true"&gt;200&lt;/attribute&gt;
+               &lt;attribute name="JBM_clientMaxPoolSize" isParam="true"&gt;200&lt;/attribute&gt;
                
                &lt;!-- Use these parameters to specify values for binding and connecting control connections to 
                     work with your firewall/NAT configuration
@@ -496,8 +496,8 @@
                   jboss-remoting.jar. This version is not available in the
                   JBoss AS 4.2.0 or JBoss AS 4.2.1 distributions. The patched
                   jar can be found <ulink
-                  url="http://repository.jboss.com/jboss/remoting/2.2.2.GA_CP03/lib/">here</ulink>The
-                  version is JBoss Remoting 2.2.2.GA_CP03. Please download it
+                  url="http://repository.jboss.com/jboss/remoting/2.2.2.SP3-brew/lib/">here</ulink>The
+                  version is JBoss Remoting 2.2.2.SP3-brew. Please download it
                   and copy it into the <literal>$JBOSS_HOME/server/&lt;your
                   server name&gt;/lib directory</literal> of any server
                   profiles that use JBoss Messaging 1.4.0. If you are using
@@ -766,9 +766,9 @@
       <itemizedlist>
          <listitem>
             <para><note>
-                   JBoss Messaging 1.4.0 requires a patched version of jboss-remoting.jar. The version is JBoss Remoting 2.2.2.SP1-brew. This version is not available in the JBoss AS 4.2.0 or JBoss AS 4.2.1 distributions. The patched jar can be found 
+                   JBoss Messaging 1.4.0 requires a patched version of jboss-remoting.jar. The version is JBoss Remoting 2.2.2.SP3-brew. This version is not available in the JBoss AS 4.2.0 or JBoss AS 4.2.1 distributions. The patched jar can be found 
                   <ulink
-                  url="http://repository.jboss.com/jboss/remoting/2.2.2.SP1-brew/lib/">here</ulink>
+                  url="http://repository.jboss.com/jboss/remoting/2.2.2.SP3-brew/lib/">here</ulink>
                    . Please download it and make sure this jar is on your classpath *before* jbossall-client.jar. 
                </note></para>
          </listitem>




More information about the jboss-cvs-commits mailing list