[weld-commits] Weld SVN: r4861 - cdi-tck/trunk/impl/src/main/resources.

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Mon Nov 9 09:37:44 EST 2009


Author: shane.bryzak at jboss.com
Date: 2009-11-09 09:37:44 -0500 (Mon, 09 Nov 2009)
New Revision: 4861

Modified:
   cdi-tck/trunk/impl/src/main/resources/tck-audit-cdi.xml
Log:
audit corrections for chapter 10


Modified: cdi-tck/trunk/impl/src/main/resources/tck-audit-cdi.xml
===================================================================
--- cdi-tck/trunk/impl/src/main/resources/tck-audit-cdi.xml	2009-11-09 13:03:37 UTC (rev 4860)
+++ cdi-tck/trunk/impl/src/main/resources/tck-audit-cdi.xml	2009-11-09 14:37:44 UTC (rev 4861)
@@ -4730,7 +4730,7 @@
     </assertion>
 
     <assertion id="g">
-      <text>All event qualifier types must specify the |@javax.enterprise.inject.BindingType| meta-annotation</text>
+      <text>All event qualifier types must specify the |@javax.inject.Qualifier| meta-annotation</text>
     </assertion>
 
     <assertion id="i">
@@ -4859,7 +4859,7 @@
 
   <section id="10.3.2" title="The built-in Event">
     <assertion id="a">
-      <text>The container must provide a built-in bean with |Event&lt;X&gt;| for every legal observed event type X in its set of bean types.</text>
+      <text>The container must provide a built-in bean with |Event&lt;X&gt;| in its set of bean types, for every Java type |x| that does not contain a type variable.</text>
     </assertion>
 
     <assertion id="b">
@@ -4962,7 +4962,7 @@
     </assertion>
 
     <assertion id="f">
-      <text>If an observer method is has a parameter annotated |@Disposes|, the container automatically detects the problem and treats it as a definition error.</text>
+      <text>If an observer method has a parameter annotated |@Disposes|, the container automatically detects the problem and treats it as a definition error.</text>
     </assertion>
 
     <assertion id="g">
@@ -5071,7 +5071,7 @@
     </assertion>
 
     <assertion id="f">
-      <text>For a custom implementation of the |ObserverMethod| interface defined in Section 11.1.3, "The ObserverMethod interface", the container must call |getReception()| and |getTransactionPhase()| to determine is the observer method is a conditional or transactional observer method, and |notify()| to invoke the method.</text>
+      <text>For a custom implementation of the |ObserverMethod| interface defined in Section 11.1.3, "The ObserverMethod interface", the container must call |getReception()| and |getTransactionPhase()| to determine if the observer method is a conditional or transactional observer method, and |notify()| to invoke the method.</text>
     </assertion>
   </section>
 



More information about the weld-commits mailing list