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

webbeans-commits at lists.jboss.org webbeans-commits at lists.jboss.org
Mon Sep 14 07:34:26 EDT 2009


Author: pete.muir at jboss.org
Date: 2009-09-14 07:34:26 -0400 (Mon, 14 Sep 2009)
New Revision: 3658

Modified:
   doc/trunk/reference/en-US/ri-spi.xml
Log:
Require EE resources to be serializable

Modified: doc/trunk/reference/en-US/ri-spi.xml
===================================================================
--- doc/trunk/reference/en-US/ri-spi.xml	2009-09-14 11:10:40 UTC (rev 3657)
+++ doc/trunk/reference/en-US/ri-spi.xml	2009-09-14 11:34:26 UTC (rev 3658)
@@ -239,6 +239,12 @@
                <xref linkend="injection.services"/>.
             </para>
          </important>
+         
+         <para>
+            If the container performs EE resource injection, the injected 
+            resources must be serializable. If EE resource injection is provided
+            by Web Beans, the resolved resource must be serializable.
+         </para>
           
          <tip>
             <para>




More information about the weld-commits mailing list