Return-Path: Delivered-To: apmail-openjpa-commits-archive@www.apache.org Received: (qmail 71765 invoked from network); 2 Sep 2009 18:18:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 2 Sep 2009 18:18:59 -0000 Received: (qmail 85598 invoked by uid 500); 2 Sep 2009 18:18:59 -0000 Delivered-To: apmail-openjpa-commits-archive@openjpa.apache.org Received: (qmail 85552 invoked by uid 500); 2 Sep 2009 18:18:59 -0000 Mailing-List: contact commits-help@openjpa.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@openjpa.apache.org Delivered-To: mailing list commits@openjpa.apache.org Received: (qmail 85543 invoked by uid 99); 2 Sep 2009 18:18:59 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Sep 2009 18:18:59 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Sep 2009 18:18:48 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id C31342388908; Wed, 2 Sep 2009 18:18:27 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r810645 - in /openjpa/trunk/openjpa-integration/validation: pom.xml src/test/java/org/apache/openjpa/integration/validation/TestMappedSuper.java Date: Wed, 02 Sep 2009 18:18:27 -0000 To: commits@openjpa.apache.org From: jrbauer@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090902181827.C31342388908@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: jrbauer Date: Wed Sep 2 18:18:27 2009 New Revision: 810645 URL: http://svn.apache.org/viewvc?rev=810645&view=rev Log: OPENJPA-1282 Update bean validation RI provider and spec API level. Remove allow failure from test that passes due to provider update. Modified: openjpa/trunk/openjpa-integration/validation/pom.xml openjpa/trunk/openjpa-integration/validation/src/test/java/org/apache/openjpa/integration/validation/TestMappedSuper.java Modified: openjpa/trunk/openjpa-integration/validation/pom.xml URL: http://svn.apache.org/viewvc/openjpa/trunk/openjpa-integration/validation/pom.xml?rev=810645&r1=810644&r2=810645&view=diff ============================================================================== --- openjpa/trunk/openjpa-integration/validation/pom.xml (original) +++ openjpa/trunk/openjpa-integration/validation/pom.xml Wed Sep 2 18:18:27 2009 @@ -132,14 +132,14 @@ javax.validation validation-api - 1.0.CR3 + 1.0.CR5 test org.hibernate hibernate-validator - 4.0.0.Beta2 + 4.0.0.CR1 test Modified: openjpa/trunk/openjpa-integration/validation/src/test/java/org/apache/openjpa/integration/validation/TestMappedSuper.java URL: http://svn.apache.org/viewvc/openjpa/trunk/openjpa-integration/validation/src/test/java/org/apache/openjpa/integration/validation/TestMappedSuper.java?rev=810645&r1=810644&r2=810645&view=diff ============================================================================== --- openjpa/trunk/openjpa-integration/validation/src/test/java/org/apache/openjpa/integration/validation/TestMappedSuper.java (original) +++ openjpa/trunk/openjpa-integration/validation/src/test/java/org/apache/openjpa/integration/validation/TestMappedSuper.java Wed Sep 2 18:18:27 2009 @@ -36,8 +36,6 @@ /* * Verify constraints defined via XML on a mapped superclass are validated. */ - @AllowFailure(message="This test currently fails with the CR3 version of" + - " the RI. See: https://forum.hibernate.org/viewtopic.php?f=26&t=998810") public void testMappedSuperXMLConstraint() { OpenJPAEntityManagerFactorySPI emf = (OpenJPAEntityManagerFactorySPI) OpenJPAPersistence.createEntityManagerFactory(