Author: shane.bryzak(a)jboss.com
Date: 2009-07-26 23:54:57 -0400 (Sun, 26 Jul 2009)
New Revision: 3266
Modified:
tck/trunk/impl/src/main/resources/tck-audit.xml
Log:
Added assertions for section 5.1
Modified: tck/trunk/impl/src/main/resources/tck-audit.xml
===================================================================
--- tck/trunk/impl/src/main/resources/tck-audit.xml 2009-07-26 21:57:09 UTC (rev 3265)
+++ tck/trunk/impl/src/main/resources/tck-audit.xml 2009-07-27 03:54:57 UTC (rev 3266)
@@ -1654,6 +1654,21 @@
</section>
<section id="5.1" title="Inter-module accessibility in Java
EE">
+ <assertion id="a">
+ <text>Beans packaged in a certain Java EE module or library are available for
injection, lookup and EL resolution to classes and JSP/JSF pages packaged in some other
Java EE module or library if and only if the first module or library is required to be
accessible to the other module or library by the Java EE platform
specification.</text>
+ </assertion>
+
+ <assertion id="b">
+ <text>For a custom implementation of the |Bean| interface defined in Section
11.1, "The Bean interface", the container calls |getBeanClass()| to determine
the bean class of the bean.</text>
+ </assertion>
+
+ <assertion id="c">
+ <text>For a custom implementation of |Bean|, defined in Section 11.2,
"The Producer and InjectionTarget interfaces", the container calls
|InjectionPoint.getMember()| and then |Member.getDeclaringClass()| to determine the class
that declares an injection point.</text>
+ </assertion>
+
+ <assertion id="d">
+ <text>For a custom implementation of |InjectionTarget|, defined in Section
11.2, "The Producer and InjectionTarget interfaces", the container calls
|InjectionPoint.getMember()| and then |Member.getDeclaringClass()| to determine the class
that declares an injection point.</text>
+ </assertion>
</section>
Show replies by date