[webbeans-commits] Webbeans SVN: r3756 - tck/trunk/impl/src/main/resources.

webbeans-commits at lists.jboss.org webbeans-commits at lists.jboss.org
Tue Sep 22 23:34:49 EDT 2009


Author: shane.bryzak at jboss.com
Date: 2009-09-22 23:34:49 -0400 (Tue, 22 Sep 2009)
New Revision: 3756

Modified:
   tck/trunk/impl/src/main/resources/tck-audit-cdi.xml
Log:
section 12 assertions


Modified: tck/trunk/impl/src/main/resources/tck-audit-cdi.xml
===================================================================
--- tck/trunk/impl/src/main/resources/tck-audit-cdi.xml	2009-09-22 22:46:04 UTC (rev 3755)
+++ tck/trunk/impl/src/main/resources/tck-audit-cdi.xml	2009-09-23 03:34:49 UTC (rev 3756)
@@ -5393,7 +5393,7 @@
     </assertion>
     
     <group>
-      <text>In an application deployed as an ear, the container searches every bean deployment archive belonging to the ear, including bean deployment archives contained inside wars. The bean deployment archives might be library jars, EJB jars, rars or war |WEB-INF/classes| directories.</text>
+      <text>In an application deployed as an ear, the container searches every bean deployment archive bundled with or referenced by the ear, including bean deployment archives bundled with or referenced by wars and EJB jars contained in the ear. The bean deployment archives might be library jars, EJB jars, rars or war |WEB-INF/classes| directories.</text>
       <assertion id="bba">
          <text>Check an EJB jar in an EAR</text>
       </assertion>
@@ -5415,7 +5415,7 @@
     </group>
     
     <group>
-      <text>In an application deployed as a war, the container searches every bean deployment archive contained in the war. The bean deployment archives might be library jars or the |WEB-INF/classes| directory.</text>
+      <text>In an application deployed as a war, the container searches every bean deployment archive bundled with or referenced by the war. The bean deployment archives might be library jars or the |WEB-INF/classes| directory.</text>
       <assertion id="bca">
          <text>Check classes in the war</text>
       </assertion>
@@ -5426,6 +5426,14 @@
          <text>Check for a jar installed as a library</text>
       </assertion>
     </group>
+    
+    <group>
+      <text>In an application deployed as an EJB jar, the container searches the EJB jar, if it is a bean deployment archive, and every bean deployment archive referenced by the EJB jar.</text>
+      
+      <assertion id="bcd">
+        <text>Check classes in the jar.</text>
+      </assertion>
+    </group>
     
     <group>
       <text>An embeddable EJB container searches each bean deployment archive in the JVM classpath that is listed in the value of the embeddable container initialization property |javax.ejb.embeddable.modules|, or every bean deployment archive in the JVM classpath if the property is not specified. The bean deployment archives might be directories, library jars or EJB jars.</text>
@@ -5637,7 +5645,7 @@
     </assertion>
 
     <group>
-      <text>The container determines which policies, interceptors and decorators are enabled, according to the rules defined in Section 5.2, "Policy enablement", Section 9.4, "Interceptor enablement and ordering" and Section 8.2, "Decorator enablement and ordering", taking into account any |&lt;enable&gt;|, |&lt;interceptors&gt;| and |&lt;Decorators&gt;| declarations in the |beans.xml| files, and registers the |Bean| and |ObserverMethod| objects.</text>
+      <text>The container determines which alternatives, interceptors and decorators are enabled, according to the rules defined in Section 5.2.2, "Enabled and disabled beans", Section 9.4, "Interceptor enablement and ordering" and Section 8.2, "Decorator enablement and ordering", taking into account any |&lt;enable&gt;|, |&lt;interceptors&gt;| and |&lt;decorators&gt;| declarations in the |beans.xml| files, and registers the |Bean| and |ObserverMethod| objects.</text>
       <assertion id="ka">
         <text>Check only beans for enabled policies registered</text>
       </assertion>




More information about the weld-commits mailing list