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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Nov 3 07:05:28 EDT 2010


Author: gaohoward
Date: 2010-11-03 07:05:27 -0400 (Wed, 03 Nov 2010)
New Revision: 8119

Modified:
   branches/Branch_1_4/docs/README.html
   branches/Branch_1_4/docs/userguide/en/modules/installation.xml
Log:
update docs for cp11


Modified: branches/Branch_1_4/docs/README.html
===================================================================
--- branches/Branch_1_4/docs/README.html	2010-11-02 13:57:53 UTC (rev 8118)
+++ branches/Branch_1_4/docs/README.html	2010-11-03 11:05:27 UTC (rev 8119)
@@ -3,23 +3,30 @@
 <head>
   <meta content="text/html; charset=ISO-8859-1"
  http-equiv="content-type">
-  <title>Release Notes - JBoss Messaging - Version 1.4.7.GA</title>
+  <title>Release Notes - JBoss Messaging - Version 1.4.0.SP3-CP11</title>
 </head>
 <body>
 
-<h1>Release Notes - JBoss Messaging - Version 1.4.7.GA</h1>
+<h1>Release Notes - JBoss Messaging - Version 1.4.0.SP3-CP11</h1>
 
 <br>
 
-<h2>28 July 2010</h2>
+<h2>3 Nov 2010</h2>
 
-<p>JBoss Messaging Version 1.4.7.GA is a release made and tested exclusively for the <b>EAP 5 only</b> and it should be part of the JBoss 5 download bundle.</p>
+These are the release notes for JBoss Messaging 1.4.0.SP3-CP11.<br><br>
 
-For full description of the contents please see the <a href="https://jira.jboss.org/secure/ReleaseNote.jspa?projectId=12310061&version=12314087"> JBoss Messaging project JIRA.</a><br><br>
+For full description of the contents please see the <a href="">
+JBoss Messaging project JIRA.</a><br><br>
 
+When upgrading an existing installation be sure to update all the configuration files in server/&lt;server name&gt;/deploy/jboss-messaging.sar with 
+the newer versions and replace jboss-messaging.jar in server/&lt;server name&gt;/lib and on the client classpath. <br><br>
+
+This release of JBoss Messaging also requires specific versions of JBoss Remoting, JBoss AOP and Javassist. 
+For the correct versions see the user-guide installation section. Be sure that server/&lt;server name&gt;/lib contains 
+these jar and they are also present as the first entry on the client classpath. This is critical to ensure proper operation of JBoss Messaging!<br><br>
+
 Enjoy!<br><br>
 
 </body>
 </html>
 
-

Modified: branches/Branch_1_4/docs/userguide/en/modules/installation.xml
===================================================================
--- branches/Branch_1_4/docs/userguide/en/modules/installation.xml	2010-11-02 13:57:53 UTC (rev 8118)
+++ branches/Branch_1_4/docs/userguide/en/modules/installation.xml	2010-11-03 11:05:27 UTC (rev 8119)
@@ -613,8 +613,8 @@
         <listitem>
           <para>
             <note>
-            JBoss Messaging 1.4.7.GA requires 
-            <ulink url="http://repository.jboss.com/jboss/remoting/2.5.3-brew/">Remoting 2.5.3.GA</ulink>. 
+            JBoss Messaging 1.4.0.SP3-CP11 requires 
+            <ulink url="http://repository.jboss.com/jboss/remoting/2.2.3.SP3-brew/">Remoting 2.2.3.SP3-brew</ulink>. 
             If you are using EAP you don't need to take any extra steps on the remoting installation.
             </note>
           </para>
@@ -914,13 +914,13 @@
     <itemizedlist>
       <listitem>
         <para><note>
-             This version of JBoss Messaging requires JBoss Remoting 2.5.3.
+             This version of JBoss Messaging requires JBoss Remoting 2.2.3.SP3.
              If you are using EAP 4.3 you will have the required JAR available already.
              
              Always use the version of JBoss Remoting that comes with the EAP 4.3.
              If you're using a different version of Application Server you should download it.
              The patched jar can be found at here 
-             [http://repository.jboss.com/jboss/remoting/2.5.3-brew/lib/]. 
+             [http://repository.jboss.com/jboss/remoting/2.2.3.SP3-brew/lib/]. 
              Please download it and make sure this jar is on your classpath *before* jbossall-client.jar.
 
           </note></para>
@@ -939,9 +939,9 @@
       <listitem>
         <para>$JBOSS_HOME/server/&lt;SERVER_NAME&gt;/deploy/jboss-aop.deployer/jboss-aop.jar</para>
 
-        <para>JBoss AOP 2.1.6.GA</para>
+        <para>JBoss AOP 1.5.5.GA_CP05</para>
 
-	<para><ulink  url="http://repository.jboss.com/jboss/aop/2.1.6.GA/lib/">http://repository.jboss.com/jboss/aop/2.1.6.GA/lib/</ulink></para>
+	<para><ulink  url="http://repository.jboss.com/jboss/aop/1.5.5.GA_CP05-brew/lib/">http://repository.jboss.com/jboss/aop/1.5.5.GA_CP05-brew/lib/</ulink></para>
 
         <para>(For AOP, sometimes you have to use a specific JAR according to
         your JVM of choice. Use the most convenient for you)</para>
@@ -950,10 +950,10 @@
       <listitem>
         <para>$JBOSS_HOME/server/&lt;SERVER_NAME&gt;/lib/javassist.jar</para>
 
-        <para>Javassist 3.12.0.GA</para>
+        <para>Javassist 3.9.0.GA</para>
 
         <para><ulink
-		    url="http://repository.jboss.com/javassist/3.12.0.GA-brew/lib/">http://repository.jboss.com/javassist/3.12.0.GA-brew/lib/</ulink></para>
+		    url="http://repository.jboss.com/javassist/3.9.0.GA-brew/lib/">http://repository.jboss.com/javassist/3.9.0.GA-brew/lib/</ulink></para>
       </listitem>
 
       <listitem>
@@ -971,59 +971,6 @@
     </itemizedlist>
   </section>
 
-  <section id="inst.remoteclient.jb5">
-    <title>Accessing JBoss Messaging from a remote client - JBoss 5.0</title>
-
-    <para>In order to access JBoss Messaging from a client outside the JBoss
-    app server, you will need to ensure the following jar files are on the
-    client classpath:</para>
-
-    <itemizedlist>
-      <listitem>
-        <para>$JBOSS_HOME/client/jnp-client.jar</para>
-      </listitem>
-      <listitem>
-        <para>$JBOSS_HOME/client/jboss-javaee.jar</para>
-      </listitem>
-      <listitem>
-        <para>$JBOSS_HOME/client/jboss-messaging.jar</para>
-      </listitem>
-      <listitem>
-        <para>$JBOSS_HOME/client/jboss-remoting.jar</para>
-      </listitem>
-      <listitem>
-        <para>$JBOSS_HOME/client/jboss-serialization.jar</para>
-      </listitem>
-      <listitem>
-        <para>$JBOSS_HOME/client/javassist.jar</para>
-      </listitem>
-      <listitem>
-        <para>$JBOSS_HOME/client/jboss-aop-client.jar</para>
-      </listitem>
-      <listitem>
-        <para>$JBOSS_HOME/client/trove.jar</para>
-      </listitem>
-      <listitem>
-        <para>$JBOSS_HOME/client/log4j.jar</para>
-      </listitem>
-      <listitem>
-        <para>$JBOSS_HOME/client/jboss-logging-spi.jar</para>
-      </listitem>
-      <listitem>
-        <para>$JBOSS_HOME/client/jboss-logging-log4j.jar</para>
-      </listitem>
-      <listitem>
-        <para>$JBOSS_HOME/client/jboss-common-core.jar</para>
-      </listitem>
-      <listitem>
-        <para>$JBOSS_HOME/client/jboss-mdr.jar</para>
-      </listitem>
-      <listitem>
-        <para>$JBOSS_HOME/client/concurrent.jar</para>
-      </listitem>
-    </itemizedlist>
-  </section>
-
   <section id="inst.mqmessagemigration">
     <title>Migrating Messages from JBoss MQ to JBoss Messaging</title>
 



More information about the jboss-cvs-commits mailing list