From hibernate-commits at lists.jboss.org Thu Oct 1 10:03:54 2009
Content-Type: multipart/mixed; boundary="===============4527299363475017878=="
MIME-Version: 1.0
From: hibernate-commits at lists.jboss.org
To: hibernate-commits at lists.jboss.org
Subject: [hibernate-commits] Hibernate SVN: r17607 - in
beanvalidation/tck/trunk/src/main/docbook/en-US: harness and 1 other
directory.
Date: Thu, 01 Oct 2009 10:03:53 -0400
Message-ID: <200910011403.n91E3r1U004500@svn01.web.mwc.hst.phx2.redhat.com>
--===============4527299363475017878==
Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
Content-Transfer-Encoding: quoted-printable
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
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- beanvalidation/tck/trunk/src/main/docbook/en-US/executing.xml 2009-10-0=
1 13:08:50 UTC (rev 17606)
+++ beanvalidation/tck/trunk/src/main/docbook/en-US/executing.xml 2009-10-0=
1 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 .
+ implementation as described in .
+
+
+ For the Bean Validation TCK to run the system property
+ validation.provider has to be specified as syst=
em
+ property. The value has to be the fully specified class name of the
+ ValidationProvider of your Bean Validation
+ Implementation. In the case of Hibernate Validator this is
+ org.hibernate.validator.HibernateValidator. T=
his
+ applies for standalone as well as in-container mode.
+
=
Modified: beanvalidation/tck/trunk/src/main/docbook/en-US/harness/introduct=
ion.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- beanvalidation/tck/trunk/src/main/docbook/en-US/harness/introduction.xm=
l 2009-10-01 13:08:50 UTC (rev 17606)
+++ beanvalidation/tck/trunk/src/main/docbook/en-US/harness/introduction.xm=
l 2009-10-01 14:03:53 UTC (rev 17607)
@@ -2,7 +2,7 @@
- Introduction (JBoss Test Harness)
+ Introduction
=
This chapter explains the purpose of the test harness and describes
its key features.
@@ -132,7 +132,8 @@
same test objects and tests.
=
- Negotiating the execution of an in-container test
+ Negotiating the execution of an
+ in-container test
=
The basic procedure of an in-container test is as follows. The J=
Boss
Test Harness produces a deployable artifact from an
Modified: beanvalidation/tck/trunk/src/main/docbook/en-US/installation.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- beanvalidation/tck/trunk/src/main/docbook/en-US/installation.xml 2009-1=
0-01 13:08:50 UTC (rev 17606)
+++ beanvalidation/tck/trunk/src/main/docbook/en-US/installation.xml 2009-1=
0-01 14:03:53 UTC (rev 17607)
@@ -19,7 +19,7 @@
report), the TCK library dependencies in /lib
and
documentation in /doc
.
=
- You can also download the currnet source code from You can also download the current source code from JBoss
SVN repository.
=
Modified: beanvalidation/tck/trunk/src/main/docbook/en-US/introduction.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- beanvalidation/tck/trunk/src/main/docbook/en-US/introduction.xml 2009-1=
0-01 13:08:50 UTC (rev 17606)
+++ beanvalidation/tck/trunk/src/main/docbook/en-US/introduction.xml 2009-1=
0-01 14:03:53 UTC (rev 17607)
@@ -131,9 +131,9 @@
JBoss Test Harness - Th=
e Bean
Validation TCK requires version 1.0.0 of the JBoss Test Harness.=
The
- Harness is based on TestNG 5.x (http://testng.org). You can re=
ad
- more about the harness in .
+ Harness is based on TestNG
+ 5.x. You can read more about the harness in .
=
@@ -148,8 +148,8 @@
designated reference runtimes for compatibility testing of the B=
ean
Validation specification is the Sun Java Platform, Enterprise
Edition (Java EE) 6 reference implementation (RI). See details at
- Java EE 6 (http://java.sun.c=
om/javaee/6/docs/api/).
+ Java EE
+ 6
--===============4527299363475017878==--