[jboss-cvs] JBoss Messaging SVN: r7063 - in trunk: examples/javaee/ejb-jms-transaction and 6 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed May 27 05:35:04 EDT 2009


Author: jmesnil
Date: 2009-05-27 05:35:04 -0400 (Wed, 27 May 2009)
New Revision: 7063

Modified:
   trunk/docs/user-manual/en/appserver-integration.xml
   trunk/examples/javaee/ejb-jms-transaction/readme.html
   trunk/examples/javaee/hajndi/readme.html
   trunk/examples/javaee/jca-config/readme.html
   trunk/examples/javaee/jms-bridge/readme.html
   trunk/examples/javaee/mdb/readme.html
   trunk/examples/javaee/servlet-transport/readme.html
   trunk/examples/javaee/xarecovery/readme.html
Log:
Java EE examples

* added links from example's readme to relevant chapters in 
  user manual

Modified: trunk/docs/user-manual/en/appserver-integration.xml
===================================================================
--- trunk/docs/user-manual/en/appserver-integration.xml	2009-05-27 09:25:34 UTC (rev 7062)
+++ trunk/docs/user-manual/en/appserver-integration.xml	2009-05-27 09:35:04 UTC (rev 7063)
@@ -19,8 +19,7 @@
                 >META-INF/ra.xml</literal>.</para>
         <para>The configuration will look something like the following:</para>
         <programlisting>&lt;resourceadapter>
-      &lt;resourceadapter-class>org.jboss.messaging.ra.JBMResourceAdapter&lt;/resourceadapter
-      -class>
+      &lt;resourceadapter-class>org.jboss.messaging.ra.JBMResourceAdapter&lt;/resourceadapter-class>
       &lt;config-property>
          &lt;description>The transport type&lt;/description>
          &lt;config-property-name>ConnectorClassName&lt;/config-property-name>
@@ -29,8 +28,7 @@
          actory&lt;/config-property-value>
       &lt;/config-property>
       &lt;config-property>
-         &lt;description>The transport configuration. These values must be in the form of key
-         =val;key=val;&lt;/description>
+         &lt;description>The transport configuration. These values must be in the form of key=val;key=val;&lt;/description>
          &lt;config-property-name>ConnectionParameters&lt;/config-property-name>
          &lt;config-property-type>java.lang.String&lt;/config-property-type>
          &lt;config-property-value>jbm.remoting.invm.serverid=0&lt;/config-property-value>
@@ -430,7 +428,7 @@
                 url="http://www.jboss.org/file-access/default/members/jbossas/freezone/docs/Clustering_Guide/5/html/clustering-jndi.html"
                 >JBoss Application Server clustering documentation</ulink></para>
     </section>
-    <section>
+    <section id="jms-bridge">
         <title>The JMS Bridge</title>
         <para>JBoss Messaging includes a fully functional message bridge.</para>
         <para>The function of the bridge is to consume messages from a source queue or topic, and
@@ -808,13 +806,12 @@
                 the <literal>jta</literal> section of <literal>conf/jbossts-properties.xml</literal>
                 of JBoss AS profiles:</para>
             <programlisting>
-   &lt;properties depends="arjuna" name="jta"&gt;
-      ...
+&lt;properties depends="arjuna" name="jta"&gt;
+   ...
                      
-      &lt;property name="com.arjuna.ats.jta.recovery.XAResourceRecovery.JBMESSAGING1"
-      value=
-"org.jboss.messaging.jms.server.recovery.MessagingXAResourceRecovery;java:/XAConnectionFactory"/&gt;
-   &lt;/properties&gt;
+   &lt;property name="com.arjuna.ats.jta.recovery.XAResourceRecovery.JBMESSAGING1"
+                value="org.jboss.messaging.jms.server.recovery.MessagingXAResourceRecovery;java:/XAConnectionFactory"/&gt;
+&lt;/properties&gt;
          </programlisting>
             <para>This informs the recovery manager that it can recovers JBoss Messaging XA
                 Resources using the <literal>XAConnectionFactory</literal> bound to <literal

Modified: trunk/examples/javaee/ejb-jms-transaction/readme.html
===================================================================
--- trunk/examples/javaee/ejb-jms-transaction/readme.html	2009-05-27 09:25:34 UTC (rev 7062)
+++ trunk/examples/javaee/ejb-jms-transaction/readme.html	2009-05-27 09:35:04 UTC (rev 7063)
@@ -23,7 +23,7 @@
 
      <h3>JBoss AS configuration</h3>
      
-     <p>Please refer to JBoss Messaging Quickstart guide to <a href="../../../docs/quickstartguide/en/html_single/index.html#installation.jboss">install it in JBoss AS 5<a></p>
+     <p>Please refer to JBoss Messaging Quickstart guide to <a href="../../../docs/quickstart-guide/en/html_single/index.html#installation.jboss">install it in JBoss AS 5<a></p>
      
      <h3>Database configuration</h3>
 
@@ -220,7 +220,7 @@
      <h2>More information</h2>
      
      <ul>
-         <li><span class="missing-doc">JBoss Messsaging deployment in JBoss AS 5 </span></li>
+         <li><a href="../../../docs/quickstart-guide/en/html_single/index.html#installation.jboss">JBoss Messsaging deployment in JBoss AS 5</a></li>
          <li><a href="http://www.jboss.org/file-access/default/members/jbossas/freezone/docs/Administration_And_Configuration_Guide/5/html/alternative_DBs.html">Use Alternative Databases with JBoss AS</a></li>
      </ul>
 

Modified: trunk/examples/javaee/hajndi/readme.html
===================================================================
--- trunk/examples/javaee/hajndi/readme.html	2009-05-27 09:25:34 UTC (rev 7062)
+++ trunk/examples/javaee/hajndi/readme.html	2009-05-27 09:35:04 UTC (rev 7063)
@@ -30,7 +30,7 @@
 
      <p>To run the example, you need to download JBoss AS 5.x and create a clustered configuration for JBoss Messaging.</p>
 
-     <p>Please refer to JBoss Messaging Quickstart guide to <a href="../../../docs/quickstartguide/en/html_single/index.html#installation.jboss">install it in JBoss AS 5<a></p>
+     <p>Please refer to JBoss Messaging Quickstart guide to <a href="../../../docs/quickstart-guide/en/html_single/index.html#installation.jboss">install it in JBoss AS 5<a></p>
      
      <p>To run this example, we will need two clustered profiles, one for each server instance:</li>
      <li>Copy the directory <code>$JBOSS_HOME/server/all-with-jbm2</code> to <code>$JBOSS_HOME/server/all-with-jbm2_2</code></li>

Modified: trunk/examples/javaee/jca-config/readme.html
===================================================================
--- trunk/examples/javaee/jca-config/readme.html	2009-05-27 09:25:34 UTC (rev 7062)
+++ trunk/examples/javaee/jca-config/readme.html	2009-05-27 09:35:04 UTC (rev 7063)
@@ -133,7 +133,7 @@
             
      <p>You may choose to deploy multiple JBossMessaging Resource adapters on the same application server, for example if you are connecting to different JBM servers and if you wish to have a higher control of properties on each server you are connecting to. You will be able to determine which rar you are using individually at each <i>MDB</i> and <i>ConnectionFactory</i> as specified before here. Just copy the directory jms-ra.rar in your application as any other name with the extension .rar and use that file name at your deployments.</p>
 
-     <p>Please refer to JBoss Messaging Quickstart guide to <a href="../../../docs/quickstartguide/en/html_single/index.html#installation.jboss">install it in JBoss AS 5<a></p>
+     <p>Please refer to JBoss Messaging Quickstart guide to <a href="../../../docs/quickstart-guide/en/html_single/index.html#installation.jboss">install it in JBoss AS 5<a></p>
 
      
      <h2>Example step-by-step</h2>

Modified: trunk/examples/javaee/jms-bridge/readme.html
===================================================================
--- trunk/examples/javaee/jms-bridge/readme.html	2009-05-27 09:25:34 UTC (rev 7062)
+++ trunk/examples/javaee/jms-bridge/readme.html	2009-05-27 09:35:04 UTC (rev 7063)
@@ -26,7 +26,7 @@
          
      <h3>JBoss AS configuration</h3>
      
-     <p>Please refer to JBoss Messaging Quickstart guide to <a href="../../../docs/quickstartguide/en/html_single/index.html#installation.jboss">install it in JBoss AS 5<a></p>
+     <p>Please refer to JBoss Messaging Quickstart guide to <a href="../../../docs/quickstart-guide/en/html_single/index.html#installation.jboss">install it in JBoss AS 5<a></p>
 
      <h3>JMS Bridge configuration</h3>
 
@@ -149,8 +149,8 @@
      <h2>More information</h2>
      
      <ul>
-         <li><span class="missing-doc">JBoss Messsaging deployment in JBoss AS 5 </span></li>
-         <li><span class="missing-doc">JMS Bridge configuration</a></li>
+         <li><a href="../../../docs/quickstart-guide/en/html_single/index.html#installation.jboss">JBoss Messsaging deployment in JBoss AS 5</a></li>
+         <li><a href="../../../docs/user-manual/en/html_single/index.html#jms-bridge">JMS Bridge configuration</a></li>
      </ul>
 
   </body>

Modified: trunk/examples/javaee/mdb/readme.html
===================================================================
--- trunk/examples/javaee/mdb/readme.html	2009-05-27 09:25:34 UTC (rev 7062)
+++ trunk/examples/javaee/mdb/readme.html	2009-05-27 09:35:04 UTC (rev 7063)
@@ -13,7 +13,7 @@
      
      <h2>JBoss AS configuration</h2>
      
-     <p>Please refer to JBoss Messaging Quickstart guide to <a href="../../../docs/quickstartguide/en/html_single/index.html#installation.jboss">install it in JBoss AS 5<a></p>
+     <p>Please refer to JBoss Messaging Quickstart guide to <a href="../../../docs/quickstart-guide/en/html_single/index.html#installation.jboss">install it in JBoss AS 5<a></p>
      
      <h2>Example step-by-step</h2>
      <p><i>To deploy and start the server, simply type <code>ant deploy</code> from the example directory</i></p>

Modified: trunk/examples/javaee/servlet-transport/readme.html
===================================================================
--- trunk/examples/javaee/servlet-transport/readme.html	2009-05-27 09:25:34 UTC (rev 7062)
+++ trunk/examples/javaee/servlet-transport/readme.html	2009-05-27 09:35:04 UTC (rev 7063)
@@ -10,7 +10,7 @@
      
      <h2>JBoss AS configuration</h2>
 
-     <p>Please refer to JBoss Messaging Quickstart guide to <a href="../../../docs/quickstartguide/en/html_single/index.html#installation.jboss">install it in JBoss AS 5<a></p>
+     <p>Please refer to JBoss Messaging Quickstart guide to <a href="../../../docs/quickstart-guide/en/html_single/index.html#installation.jboss">install it in JBoss AS 5<a></p>
   
      <h2>Example configuration</h2>
         

Modified: trunk/examples/javaee/xarecovery/readme.html
===================================================================
--- trunk/examples/javaee/xarecovery/readme.html	2009-05-27 09:25:34 UTC (rev 7062)
+++ trunk/examples/javaee/xarecovery/readme.html	2009-05-27 09:35:04 UTC (rev 7063)
@@ -20,7 +20,7 @@
 
      <h3>JBoss AS configuration</h3>
      
-     <p>Please refer to JBoss Messaging Quickstart guide to <a href="../../../docs/quickstartguide/en/html_single/index.html#installation.jboss">install it in JBoss AS 5<a></p>
+     <p>Please refer to JBoss Messaging Quickstart guide to <a href="../../../docs/quickstart-guide/en/html_single/index.html#installation.jboss">install it in JBoss AS 5<a></p>
      
      <h3>XA Recovery configuration</h3>
      
@@ -215,14 +215,11 @@
          When it is restarted, it will automatically trigger a recovery phase. During that phase, JBoss Messaging resources will be
          scanned and the <em>prepared</em> transaction will be recovered and committed. It is then possible to consume this message</p>
          
-         <p>Once the server is restarted, you can run the receiver application (<code>ant receiver</code>). Please note that the JMS MessageID
-             of the received message corresponds to the JMS MessageID printed by the EJB prior to the server crash.</p>
-         
      <h2>More information</h2>
      
      <ul>
-         <li><span class="missing-doc">JBoss Messsaging deployment in JBoss AS 5 </span></li>
-         <li><span class="missing-doc">JBoss Messsaging XA Recovery configuration in JBoss AS 5 </span></li>
+         <li><a href="../../../docs/quickstart-guide/en/html_single/index.html#installation.jboss">JBoss Messsaging installation in JBoss AS 5</a></li>
+         <li><a href="../../../docs/user-manual/en/html_single/index.html#xa-recovery">JBoss Messsaging XA Recovery configuration in JBoss AS 5</span></li>
          <li><a href="http://www.jboss.org/jbosstm/">JBoss Transactions</a></li>
          
      </ul>




More information about the jboss-cvs-commits mailing list