Return-Path: Delivered-To: apmail-incubator-bval-commits-archive@minotaur.apache.org Received: (qmail 26542 invoked from network); 21 May 2010 16:40:21 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 21 May 2010 16:40:21 -0000 Received: (qmail 42533 invoked by uid 500); 21 May 2010 16:40:21 -0000 Delivered-To: apmail-incubator-bval-commits-archive@incubator.apache.org Received: (qmail 42503 invoked by uid 500); 21 May 2010 16:40:21 -0000 Mailing-List: contact bval-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: bval-dev@incubator.apache.org Delivered-To: mailing list bval-commits@incubator.apache.org Received: (qmail 42496 invoked by uid 99); 21 May 2010 16:40:21 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 21 May 2010 16:40:21 +0000 X-ASF-Spam-Status: No, hits=-1384.6 required=10.0 tests=ALL_TRUSTED,AWL X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 21 May 2010 16:40:20 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o4LGe0T5015795 for ; Fri, 21 May 2010 16:40:00 GMT Date: Fri, 21 May 2010 12:40:00 -0400 (EDT) From: confluence@apache.org To: bval-commits@incubator.apache.org Message-ID: <2972543.249.1274460000389.JavaMail.confluence@thor> Subject: [CONF] Apache Bean Validation > JSR303 TCK MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Auto-Submitted: auto-generated Space: Apache Bean Validation (http://cwiki.apache.org/confluence/display/BeanValidation) Page: JSR303 TCK (http://cwiki.apache.org/confluence/display/BeanValidation/JSR303+TCK) Change Comment: --------------------------------------------------------------------- added tck cmds Edited by Donald Woods: --------------------------------------------------------------------- h3. How to obtain the TCK for testing The JSR303 Bean Validation TCK was created by Red Hat/JBoss and is available under the ASL 2.0 license, which allows anyone to download and run the TCK without having to sign the Sun/ASF NDA. Please see the [Bean Validation TCK|http://community.jboss.org/wiki/BeanValidationTCK] website for details on how to setup a local JBoss instance for running the TCK. The /bval-tck module should be used to execute the TCK in JBoss against our implementation. \\ h3. Steps to run the TCK against our implementation For the below build and TCK runs, I'm assuming you have the latest Sun 1.6.0 JDK installed and set as the default Java implementation. h4. Stand-alone # Build the project and run the junits - {code} cd bval/trunk mvn clean install {code} # Run the JBoss provided TCK in stand-alone mode - {code} cd bval/trunk/bval-tck mvn -Ptck {code} h4. In-container # Build the project and run the junits - {code} cd bval/trunk mvn clean install {code} # Download and extract a copy of the jboss-5.1.0.GA-jdk6.zip file (for Java SE 6 users) from [http://sourceforge.net/projects/jboss/files/JBoss/JBoss-5.1.0.GA/] # Run the JBoss provided TCK in the in-container mode, against your local copy of JBoss 5.1.0.GA (where $jboss510home=/opt/jboss-5.1.0.GA/ below) - {code} cd bval/trunk/bval-tck mvn -Ptck,incontainer -Djboss.home=$jboss510home {code} \\ h3. Certification against the JCP provided TCK TBD - Need to ask if we must use the Sun/Oracle provided TCK for final certification testing.... \\ Change your notification preferences: http://cwiki.apache.org/confluence/users/viewnotifications.action