From dev-return-12187-apmail-openjpa-dev-archive=openjpa.apache.org@openjpa.apache.org Tue Jun 02 02:29:18 2009 Return-Path: Delivered-To: apmail-openjpa-dev-archive@www.apache.org Received: (qmail 57894 invoked from network); 2 Jun 2009 02:29:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 2 Jun 2009 02:29:18 -0000 Received: (qmail 75304 invoked by uid 500); 2 Jun 2009 02:29:30 -0000 Delivered-To: apmail-openjpa-dev-archive@openjpa.apache.org Received: (qmail 75224 invoked by uid 500); 2 Jun 2009 02:29:30 -0000 Mailing-List: contact dev-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 dev@openjpa.apache.org Received: (qmail 75204 invoked by uid 99); 2 Jun 2009 02:29:30 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Jun 2009 02:29:30 +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.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Jun 2009 02:29:28 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id CAFD1234C044 for ; Mon, 1 Jun 2009 19:29:07 -0700 (PDT) Message-ID: <2059425443.1243909747830.JavaMail.jira@brutus> Date: Mon, 1 Jun 2009 19:29:07 -0700 (PDT) From: "Donald Woods (JIRA)" To: dev@openjpa.apache.org Subject: [jira] Updated: (OPENJPA-1114) Bean Validation APIs should be an optional runtime dependency In-Reply-To: <468095427.1243909267387.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/OPENJPA-1114?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Donald Woods updated OPENJPA-1114: ---------------------------------- Attachment: OPENJPA-1114.patch work in-progress. will test some more tomorrow before committing.... > Bean Validation APIs should be an optional runtime dependency > ------------------------------------------------------------- > > Key: OPENJPA-1114 > URL: https://issues.apache.org/jira/browse/OPENJPA-1114 > Project: OpenJPA > Issue Type: Sub-task > Components: validation > Reporter: Donald Woods > Assignee: Donald Woods > Fix For: 2.0.0 > > Attachments: OPENJPA-1114.patch > > > Bean Validation APIs should be an optional runtime dependency by using reflection to determine if the APIs are available before accessing our ValidatorImpl class or any javax.validation.* API classes. > openjpa-persistence will set scope=provided on geronimo-validation_1.0_spec > openjpa-all will include the spec in the aggregated all jar > openjpa-persistence-jdbc will not add a test dependency on the spec > openjpa-integration will be used to test the validation support via OPENJPA-1106 -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.