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

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Thu Jan 28 12:15:22 EST 2010


Author: pete.muir at jboss.org
Date: 2010-01-28 12:15:21 -0500 (Thu, 28 Jan 2010)
New Revision: 5654

Modified:
   doc/trunk/reference/en-US/ri-spi.xml
Log:
WELD-15

Modified: doc/trunk/reference/en-US/ri-spi.xml
===================================================================
--- doc/trunk/reference/en-US/ri-spi.xml	2010-01-28 16:34:47 UTC (rev 5653)
+++ doc/trunk/reference/en-US/ri-spi.xml	2010-01-28 17:15:21 UTC (rev 5654)
@@ -574,10 +574,11 @@
             </term>
             <listitem>
                <para>
-                  If you are integrating Weld into an EJB environment you must register
-                  <literal>org.jboss.weld.ejb.SessionBeanInterceptor</literal> as a EJB interceptor for all EJBs in the
+                  If you are integrating Weld into an EJB environment you must register the <literal>aroundInvoke</literal> method of
+                  <literal>org.jboss.weld.ejb.SessionBeanInterceptor</literal> as a EJB around-invoke interceptor for all EJBs in the
                   application, either automatically, or through user configuration, for each CDI application which
-                  uses enterprise beans.
+                  uses enterprise beans. If you are running in a EJB 3.1 environment, you should register this as an around-timeout
+                  interceptor as well.
                </para>
                <important>
                   <para>



More information about the weld-commits mailing list