[jboss-cvs] jboss-seam/doc/reference/en/modules ...

Gavin King gavin.king at jboss.com
Mon Oct 30 15:32:40 EST 2006


  User: gavin   
  Date: 06/10/30 15:32:40

  Modified:    doc/reference/en/modules  jms.xml
  Log:
  oops, forgot
  
  Revision  Changes    Path
  1.8       +7 -0      jboss-seam/doc/reference/en/modules/jms.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: jms.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/doc/reference/en/modules/jms.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -b -r1.7 -r1.8
  --- jms.xml	24 Oct 2006 15:18:17 -0000	1.7
  +++ jms.xml	30 Oct 2006 20:32:40 -0000	1.8
  @@ -24,6 +24,13 @@
           </para>
           
           <para>
  +            To use asynchronous methods and events, you need to add the following line to
  +            <literal>components.xml</literal>:
  +        </para>
  +        
  +        <programlisting><![CDATA[<component class="org.jboss.seam.core.Dispatcher"/>]]></programlisting>
  +        
  +        <para>
               Note that this functionality is not available in environments which do not support EJB 3.0.
           </para>
           
  
  
  



More information about the jboss-cvs-commits mailing list