User: vharcq  
  Date: 01/07/15 22:16:36

  Modified:    src/docs howtomdb.xml
  Log:
  Add id to be able to xref to this chapter
  
  Revision  Changes    Path
  1.7       +2 -2      manual/src/docs/howtomdb.xml
  
  Index: howtomdb.xml
  ===================================================================
  RCS file: /cvsroot/jboss/manual/src/docs/howtomdb.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- howtomdb.xml      2001/05/29 21:45:12     1.6
  +++ howtomdb.xml      2001/07/16 05:16:36     1.7
  @@ -1,5 +1,5 @@
   <?xml version = "1.0" encoding = "UTF-8"?>
  -<chapter>     
  +<chapter id="mdb.config">     
        <title>Working with Message Driven Beans</title>   
        <para>Author:<author>
                        <firstname>Peter</firstname>
  @@ -717,7 +717,7 @@
   ]]></programlisting>
                </section>
        </section>
  -     <section>
  +     <section id="mdb.config.advanced">
                <title>Advanced MDB configuration</title>
                <para>The MDB implementation for JBoss have been written such that a 
user should not have to know a lot about the internals of JBoss. A part from the feew 
necessary lines in jboss.xml nothing else than standard knowledge of Message Driven 
Beans should suffice.</para>
                <para>Following the design of JBoss, the MDB implementation is also 
extremely configurable, if one want to tune or totally change the default 
configuration and implementation! Here follows some short notes on howto configure MDB 
for JBoss</para>
  
  
  

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to