[weld-commits] Weld SVN: r5001 - doc/trunk/reference/en-US.

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Thu Nov 12 15:23:12 EST 2009


Author: gavin.king at jboss.com
Date: 2009-11-12 15:23:12 -0500 (Thu, 12 Nov 2009)
New Revision: 5001

Modified:
   doc/trunk/reference/en-US/scopescontexts.xml
Log:
async methods and messagelisteners

Modified: doc/trunk/reference/en-US/scopescontexts.xml
===================================================================
--- doc/trunk/reference/en-US/scopescontexts.xml	2009-11-12 20:20:15 UTC (rev 5000)
+++ doc/trunk/reference/en-US/scopescontexts.xml	2009-11-12 20:23:12 UTC (rev 5001)
@@ -112,12 +112,18 @@
             <para>during invocations of EJB remote methods,</para>
          </listitem>
          <listitem>
+            <para>during invocations of EJB asynchronous methods,</para>
+         </listitem>
+         <listitem>
             <para>during EJB timeouts,</para>
          </listitem>
          <listitem>
-            <para>during message delivery to a message-driven bean, and</para>
+            <para>during message delivery to a message-driven bean,</para>
          </listitem>
          <listitem>
+            <para>during message delivery to a <literal>MessageListener</literal>, and</para>
+         </listitem>
+         <listitem>
             <para>during web service invocations.</para>
          </listitem>
       </itemizedlist>



More information about the weld-commits mailing list