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

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Fri Jan 8 12:28:11 EST 2010


Author: gavin.king at jboss.com
Date: 2010-01-08 12:28:11 -0500 (Fri, 08 Jan 2010)
New Revision: 5405

Modified:
   doc/trunk/reference/en-US/beans.xml
Log:
oops

Modified: doc/trunk/reference/en-US/beans.xml
===================================================================
--- doc/trunk/reference/en-US/beans.xml	2010-01-08 17:23:12 UTC (rev 5404)
+++ doc/trunk/reference/en-US/beans.xml	2010-01-08 17:28:11 UTC (rev 5405)
@@ -506,8 +506,8 @@
          
          <note>
            <para>
-             According to this definition, JPA entities are managed beans. However, entities have their own special
-             lifecycle, state and identity model and are usually instantiated by JPA or using <literal>new</literal>. 
+             According to this definition, JPA entities are technically managed beans. However, entities have their own 
+             special lifecycle, state and identity model and are usually instantiated by JPA or using <literal>new</literal>. 
              Therefore we don't recommend directly injecting an entity class. We especially recommend against assigning
              a scope other than <literal>@Dependent</literal> to an entity class, since JPA is not able to persist 
              injected CDI proxies.
@@ -1022,10 +1022,10 @@
 
       </section>
       
-      -->
 
    </section>
 
+   -->
 <!--
 vim:et:ts=3:sw=3:tw=120
 -->



More information about the weld-commits mailing list