(no commit message)
[utils] / test / enterprise / src / site / xdoc / index.xml
index 8d7bea27fc647e8956416420a9b48ef6ff7537e6..e16f40b6e91ae7f2aa95a1e24ceba3e79baf211c 100644 (file)
     <section name="Introduction">
       <p>Several utilities are provide for Java EE testing: </p>
       <ul>
-        <li><a href="apidocs/org/wamblee/test/transactions/package-summary.html">transactions</a></li>
-        <li><a href="apidocs/org/wamblee/test/jndi/package-summary.html">jndi</a></li>
-        <li><a href="apidocs/org/wamblee/test/persistence/package-summary.html">persistence</a></li>
+        <li><a href="apidocs/org/wamblee/test/inject/package-summary.html">inject</a>: general
+          dependency injection in unit test. </li>
+        <li><a href="apidocs/org/wamblee/test/cdi/package-summary.html">cdi</a>: CDI dependency
+          injection in unit test. </li>
+        <li><a href="apidocs/org/wamblee/test/transactions/package-summary.html">transactions</a>:
+          Transaction support in unit test. </li>
+        <li><a href="apidocs/org/wamblee/test/jndi/package-summary.html">jndi</a>: JNDI support in
+          unit test.</li>
+        <li><a href="apidocs/org/wamblee/test/persistence/package-summary.html">persistence</a>: JPA
+          support in unit test. </li>
       </ul>
     </section>
 
         <li>The specific JPA implementation and version to use <em>must</em> be determined by you
           and not by the test support library. </li>
       </ul>
+      <div class="infoMessage"><strong>Note</strong>:
+          This library includes the JSF API (1.2) as a transitive dependency. This is required to 
+          get CDI support working in a Java SE environment. If you are using a different version of 
+          JSF you must exclude this dependency and/or override it. 
+      </div>
       
+
       <subsection name="The general JPA test support library">
         <p>Always include the dependency below: </p>
         <table>
@@ -48,7 +61,7 @@
           </tr>
         </table>
       </subsection>
-      
+
       <subsection name="JPA implementation-specific library">
         <p>Choose one from the choices below: </p>
         <table>