[jboss-cvs] JBoss Messaging SVN: r6787 - in trunk/docs/user-manual: en and 1 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu May 14 06:53:18 EDT 2009


Author: ataylor
Date: 2009-05-14 06:53:17 -0400 (Thu, 14 May 2009)
New Revision: 6787

Added:
   trunk/docs/user-manual/en/modules/appserver-integration.xml
Removed:
   trunk/docs/user-manual/en/modules/ha-jndi.xml
   trunk/docs/user-manual/en/modules/jca-adaptor.xml
   trunk/docs/user-manual/en/modules/jms-bridge.xml
Modified:
   trunk/docs/user-manual/en/master.xml
   trunk/docs/user-manual/user-manual.xpr
Log:
App server integration template

Modified: trunk/docs/user-manual/en/master.xml
===================================================================
--- trunk/docs/user-manual/en/master.xml	2009-05-14 10:26:53 UTC (rev 6786)
+++ trunk/docs/user-manual/en/master.xml	2009-05-14 10:53:17 UTC (rev 6787)
@@ -31,6 +31,7 @@
         <!ENTITY pre-acknowledge SYSTEM "modules/pre-acknowledge.xml">
         <!ENTITY client-reconnection SYSTEM "modules/client-reconnection.xml">
         <!ENTITY server-discovery SYSTEM "modules/server-discovery.xml">
+        <!ENTITY appserver-integration SYSTEM "modules/appserver-integration.xml">
         <!ENTITY jca-adaptor SYSTEM "modules/jca-adaptor.xml">
         <!ENTITY jms-bridge SYSTEM "modules/jms-bridge.xml">
         <!ENTITY ha-jndi SYSTEM "modules/ha-jndi.xml">
@@ -79,6 +80,7 @@
    &pre-acknowledge;
    &client-reconnection;
    &server-discovery;
+   &appserver-integration;
    &jca-adaptor;
    &jms-bridge;
    &ha-jndi;

Added: trunk/docs/user-manual/en/modules/appserver-integration.xml
===================================================================
--- trunk/docs/user-manual/en/modules/appserver-integration.xml	                        (rev 0)
+++ trunk/docs/user-manual/en/modules/appserver-integration.xml	2009-05-14 10:53:17 UTC (rev 6787)
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<chapter id="xa-recovery">
+    <title>Application Server Integration and JavaEE</title>
+    <para>blah</para>
+    <section>
+        <title>Using and Configuring the JCA Adapter</title>
+        <para>blah</para>
+    </section>
+    <section>
+        <title>Using JBM with MDBs in JBoss AS</title>
+        <para>blah</para>
+    </section>
+    <section>
+        <title>High Availibility JNDI (HAJNDI)</title>
+        <para>blah</para>
+    </section>
+    <section>
+        <title>The JMS Bridge</title>
+        <para>blah</para>
+    </section>
+</chapter>

Deleted: trunk/docs/user-manual/en/modules/ha-jndi.xml
===================================================================
--- trunk/docs/user-manual/en/modules/ha-jndi.xml	2009-05-14 10:26:53 UTC (rev 6786)
+++ trunk/docs/user-manual/en/modules/ha-jndi.xml	2009-05-14 10:53:17 UTC (rev 6787)
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<chapter id="ha-jndi">
-    <title>HA JNDI</title>
-    <para>blah</para>
-    
-    
-    
-</chapter>
-

Deleted: trunk/docs/user-manual/en/modules/jca-adaptor.xml
===================================================================
--- trunk/docs/user-manual/en/modules/jca-adaptor.xml	2009-05-14 10:26:53 UTC (rev 6786)
+++ trunk/docs/user-manual/en/modules/jca-adaptor.xml	2009-05-14 10:53:17 UTC (rev 6787)
@@ -1,7 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<chapter id="jca-adaptor">
-    <title>JCA Adaptor</title>
-    <para>blah</para>
-    
-   
-</chapter>

Deleted: trunk/docs/user-manual/en/modules/jms-bridge.xml
===================================================================
--- trunk/docs/user-manual/en/modules/jms-bridge.xml	2009-05-14 10:26:53 UTC (rev 6786)
+++ trunk/docs/user-manual/en/modules/jms-bridge.xml	2009-05-14 10:53:17 UTC (rev 6787)
@@ -1,7 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<chapter id="jms-bridge">
-    <title>JMS Bridge</title>
-    <para>blah</para>
-   
-   
-</chapter>

Modified: trunk/docs/user-manual/user-manual.xpr
===================================================================
--- trunk/docs/user-manual/user-manual.xpr	2009-05-14 10:26:53 UTC (rev 6786)
+++ trunk/docs/user-manual/user-manual.xpr	2009-05-14 10:53:17 UTC (rev 6787)
@@ -9,6 +9,7 @@
         <folder name="en">
             <folder name="images"/>
             <folder name="modules">
+                <file name="en/modules/appserver-integration.xml"/>
                 <file name="en/modules/architecture.xml"/>
                 <file name="en/modules/client-reconnection.xml"/>
                 <file name="en/modules/clusters.xml"/>
@@ -19,11 +20,8 @@
                 <file name="en/modules/embedding-jbm.xml"/>
                 <file name="en/modules/flow-control.xml"/>
                 <file name="en/modules/ha.xml"/>
-                <file name="en/modules/ha-jndi.xml"/>
                 <file name="en/modules/intercepting-operations.xml"/>
                 <file name="en/modules/interoperability.xml"/>
-                <file name="en/modules/jca-adaptor.xml"/>
-                <file name="en/modules/jms-bridge.xml"/>
                 <file name="en/modules/large-messages.xml"/>
                 <file name="en/modules/last-value-queues.xml"/>
                 <file name="en/modules/logging.xml"/>




More information about the jboss-cvs-commits mailing list