[webbeans-commits] Webbeans SVN: r3592 - doc/trunk/reference/en-US.
webbeans-commits at lists.jboss.org
webbeans-commits at lists.jboss.org
Tue Aug 25 11:14:38 EDT 2009
Author: pete.muir at jboss.org
Date: 2009-08-25 11:14:38 -0400 (Tue, 25 Aug 2009)
New Revision: 3592
Modified:
doc/trunk/reference/en-US/ri-spi.xml
Log:
minor update
Modified: doc/trunk/reference/en-US/ri-spi.xml
===================================================================
--- doc/trunk/reference/en-US/ri-spi.xml 2009-08-25 13:06:26 UTC (rev 3591)
+++ doc/trunk/reference/en-US/ri-spi.xml 2009-08-25 15:14:38 UTC (rev 3592)
@@ -546,14 +546,17 @@
If you are integrating the Web Beans into a JSF
environment you must register
<literal>org.jboss.webbeans.jsf.WebBeansPhaseListener</literal>
- as a phase listener, and
- <literal>org.jboss.webbeans.el.WebBeansELREsolver</literal> as
- an EL resolver, either automatically, or through user
- configuration, for each Web Beans application which uses
- JSF.
+ as a phase listener.
</para>
<para>
+ If you are integrating the Web Beans into a JSF
+ environment you must register
+ <literal>org.jboss.webbeans.jsf.WebBeansApplicationFactory</literal>
+ as an (wrapping) factory for the <literal>Application</literal>.
+ </para>
+
+ <para>
If you are integrating the Web Beans into a JSF environment
you must register
<literal>org.jboss.webbeans.servlet.ConversationPropagationFilter</literal>
More information about the weld-commits
mailing list