User: vharcq  
  Date: 01/05/29 14:45:12

  Modified:    src/docs howtomdb.xml
  Log:
  Make docu spec compliant (PFD2 22.5)
  
  Revision  Changes    Path
  1.6       +3 -3      manual/src/docs/howtomdb.xml
  
  Index: howtomdb.xml
  ===================================================================
  RCS file: /cvsroot/jboss/manual/src/docs/howtomdb.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- howtomdb.xml      2001/05/25 13:06:38     1.5
  +++ howtomdb.xml      2001/05/29 21:45:12     1.6
  @@ -40,7 +40,7 @@
             <ejb-class>org.jboss.test.mdb.bean.QueueBean</ejb-class>
             <message-selector></message-selector>
             <transaction-type>Bean</transaction-type>
  -          <acknowledge-mode>AUTO_ACKNOWLEDGE</acknowledge-mode>
  +          <acknowledge-mode>Auto-acknowledge</acknowledge-mode>
             <message-driven-destination>
               <destination-type>javax.jms.Queue</destination-type>
               <subscription-durability>NonDurable</subscription-durability>
  @@ -751,10 +751,10 @@
   ]]></programlisting>
                                </listitem>
                                <listitem>
  -                                     <para>A bean managed bean may have an 
acknowledge type of either AUTO_ACKNOWLEDGE or DUPS_OK_ACKNOWLEDGE. This is currently 
not supported in JBoss since the container always are receiving messages under a 
transaction. But it is described in the stanza "acknowledge-mode".</para>
  +                                     <para>A bean managed bean may have an 
acknowledge type of either Auto-acknowledge or Dups-ok-acknowledge. This is currently 
not supported in JBoss since the container always are receiving messages under a 
transaction. But it is described in the stanza "acknowledge-mode".</para>
                                        <programlisting><![CDATA[
        <transaction-type>Bean</transaction-type>
  -     <acknowledge-mode>AUTO_ACKNOWLEDGE</acknowledge-mode>
  +     <acknowledge-mode>Auto-acknowledge</acknowledge-mode>
   ]]></programlisting>
                                </listitem>
                                <listitem>
  
  
  

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

Reply via email to