[hibernate-commits] Hibernate SVN: r17607 - in beanvalidation/tck/trunk/src/main/docbook/en-US: harness and 1 other directory.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Thu Oct 1 10:03:53 EDT 2009


Author: hardy.ferentschik
Date: 2009-10-01 10:03:53 -0400 (Thu, 01 Oct 2009)
New Revision: 17607

Modified:
   beanvalidation/tck/trunk/src/main/docbook/en-US/executing.xml
   beanvalidation/tck/trunk/src/main/docbook/en-US/harness/introduction.xml
   beanvalidation/tck/trunk/src/main/docbook/en-US/installation.xml
   beanvalidation/tck/trunk/src/main/docbook/en-US/introduction.xml
Log:
tck docs

Modified: beanvalidation/tck/trunk/src/main/docbook/en-US/executing.xml
===================================================================
--- beanvalidation/tck/trunk/src/main/docbook/en-US/executing.xml	2009-10-01 13:08:50 UTC (rev 17606)
+++ beanvalidation/tck/trunk/src/main/docbook/en-US/executing.xml	2009-10-01 14:03:53 UTC (rev 17607)
@@ -21,7 +21,17 @@
     JBoss AS 5.1. To execute the Bean Validation TCK on your own Bean
     Validation implementation, you could modify the TCK runner project
     included with Hibernate Validator to use your Bean Validation
-    implementation as described in <xref linkend="configuration" />.</para>
+    implementation as described in <xref linkend="configuration" />. </para>
+
+    <note>
+      <para>For the Bean Validation TCK to run the system property
+      <property>validation.provider</property> has to be specified as system
+      property. The value has to be the fully specified class name of the
+      <classname>ValidationProvider</classname> of your Bean Validation
+      Implementation. In the case of Hibernate Validator this is
+      <classname>org.hibernate.validator.HibernateValidator</classname>. This
+      applies for standalone as well as in-container mode.</para>
+    </note>
   </section>
 
   <section>

Modified: beanvalidation/tck/trunk/src/main/docbook/en-US/harness/introduction.xml
===================================================================
--- beanvalidation/tck/trunk/src/main/docbook/en-US/harness/introduction.xml	2009-10-01 13:08:50 UTC (rev 17606)
+++ beanvalidation/tck/trunk/src/main/docbook/en-US/harness/introduction.xml	2009-10-01 14:03:53 UTC (rev 17607)
@@ -2,7 +2,7 @@
 <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
 <chapter id="test-harness-introduction">
-  <title>Introduction (JBoss Test Harness)</title>
+  <title>Introduction</title>
 
   <para>This chapter explains the purpose of the test harness and describes
   its key features.</para>
@@ -132,7 +132,8 @@
   same test objects and tests.</para>
 
   <section id="in-container-communication">
-    <title>Negotiating the execution of an in-container test</title>
+    <title id="incontainer-communication">Negotiating the execution of an
+    in-container test</title>
 
     <para>The basic procedure of an in-container test is as follows. The JBoss
     Test Harness produces a deployable artifact from an

Modified: beanvalidation/tck/trunk/src/main/docbook/en-US/installation.xml
===================================================================
--- beanvalidation/tck/trunk/src/main/docbook/en-US/installation.xml	2009-10-01 13:08:50 UTC (rev 17606)
+++ beanvalidation/tck/trunk/src/main/docbook/en-US/installation.xml	2009-10-01 14:03:53 UTC (rev 17607)
@@ -19,7 +19,7 @@
     report), the TCK library dependencies in <code>/lib</code> and
     documentation in <code>/doc</code>.</para>
 
-    <para>You can also download the currnet source code from <ulink
+    <para>You can also download the current source code from <ulink
     url="http://anonsvn.jboss.org/repos/hibernate/beanvalidation/tck/trunk/">JBoss
     SVN repository</ulink>.</para>
 

Modified: beanvalidation/tck/trunk/src/main/docbook/en-US/introduction.xml
===================================================================
--- beanvalidation/tck/trunk/src/main/docbook/en-US/introduction.xml	2009-10-01 13:08:50 UTC (rev 17606)
+++ beanvalidation/tck/trunk/src/main/docbook/en-US/introduction.xml	2009-10-01 14:03:53 UTC (rev 17607)
@@ -131,9 +131,9 @@
         <listitem>
           <para><emphasis role="bold">JBoss Test Harness</emphasis> - The Bean
           Validation TCK requires version 1.0.0 of the JBoss Test Harness. The
-          Harness is based on TestNG 5.x (<ulink
-          url="http://testng.org">http://testng.org</ulink>). You can read
-          more about the harness in <xref linkend="test-harness" />.</para>
+          Harness is based on <ulink url="http://testng.org">TestNG
+          5.x</ulink>. You can read more about the harness in <xref
+          linkend="test-harness" />.</para>
         </listitem>
 
         <listitem>
@@ -148,8 +148,8 @@
           designated reference runtimes for compatibility testing of the Bean
           Validation specification is the Sun Java Platform, Enterprise
           Edition (Java EE) 6 reference implementation (RI). See details at
-          Java EE 6 (<ulink
-          url="http://java.sun.com/javaee/6/docs/api/">http://java.sun.com/javaee/6/docs/api/</ulink>).</para>
+          <ulink url="http://java.sun.com/javaee/6/docs/api/">Java EE
+          6</ulink></para>
         </listitem>
       </itemizedlist>
     </section>



More information about the hibernate-commits mailing list