Skip to content

Commit

Permalink
minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
pmuir committed Aug 25, 2009
1 parent 9f58366 commit 4e9571c
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions reference/en-US/ri-spi.xml
Expand Up @@ -546,11 +546,14 @@
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>
Expand Down

0 comments on commit 4e9571c

Please sign in to comment.