[webbeans-commits] Webbeans SVN: r2436 - doc/trunk/reference/en-US.

webbeans-commits at lists.jboss.org webbeans-commits at lists.jboss.org
Thu Apr 16 11:17:44 EDT 2009


Author: pete.muir at jboss.org
Date: 2009-04-16 11:17:44 -0400 (Thu, 16 Apr 2009)
New Revision: 2436

Modified:
   doc/trunk/reference/en-US/ri-spi.xml
Log:
Add docs for binding manager into JNDI

Modified: doc/trunk/reference/en-US/ri-spi.xml
===================================================================
--- doc/trunk/reference/en-US/ri-spi.xml	2009-04-16 15:14:19 UTC (rev 2435)
+++ doc/trunk/reference/en-US/ri-spi.xml	2009-04-16 15:17:44 UTC (rev 2436)
@@ -592,6 +592,21 @@
                </para>
             </listitem>
          </varlistentry>
+         <varlistentry>
+            <term>
+               Binding the manager in JNDI
+            </term>
+            <listitem>
+               <para>
+                  You should bind a <literal>Reference</literal> to the Manager 
+                  <literal>ObjectFactory</literal> into JNDI at 
+                  <literal>java:app/Manager</literal>. The type should be
+                  <literal>javax.inject.manager.Manager</literal> and the 
+                  factory class is 
+                  <literal>org.jboss.webbeans.resources.ManagerObjectFactory</literal>
+               </para>
+            </listitem>
+         </varlistentry>
       </variablelist>
     </section>
 




More information about the weld-commits mailing list