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

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Sun Nov 15 20:42:52 EST 2009


Author: gavin.king at jboss.com
Date: 2009-11-15 20:42:52 -0500 (Sun, 15 Nov 2009)
New Revision: 5070

Modified:
   doc/trunk/reference/en-US/beans.xml
   doc/trunk/reference/en-US/scopescontexts.xml
Log:
remove duplication

Modified: doc/trunk/reference/en-US/beans.xml
===================================================================
--- doc/trunk/reference/en-US/beans.xml	2009-11-16 01:38:56 UTC (rev 5069)
+++ doc/trunk/reference/en-US/beans.xml	2009-11-16 01:42:52 UTC (rev 5070)
@@ -286,8 +286,9 @@
          <note>
             <para>
                Keep in mind that once a bean is bound to a context, it remains in that context until the context is
-               destroyed. There is no way to explicitly remove a bean from a context. If you don't the bean to live in
-               the session indefinitely, consider using another scope such as the request or conversation scope instead.
+               destroyed. There is no way to manually remove a bean from a context. If you don't want the bean to sit 
+               in the session indefinitely, consider using another scope with a shorted lifespan, such as the request 
+               or conversation scope.
             </para>
          </note>
 

Modified: doc/trunk/reference/en-US/scopescontexts.xml
===================================================================
--- doc/trunk/reference/en-US/scopescontexts.xml	2009-11-16 01:38:56 UTC (rev 5069)
+++ doc/trunk/reference/en-US/scopescontexts.xml	2009-11-16 01:42:52 UTC (rev 5070)
@@ -40,12 +40,6 @@
             an injected instance to the JPA |EntityManager|.
          </para>
       </tip>
-  
-   <note>
-      <para>
-         There's actually no way to remove a bean from a context until the entire context is destroyed.
-      </para>
-   </note>
 
    <section>
       <title>Scope types</title>



More information about the weld-commits mailing list